🔵 Introduction Indicators are tools that help analysts predict the price trend of a stock through mathematical calculations on price or trading volume. It is evident that trading volume significantly impacts the price trend of a stock symbol. The Volume-Weighted Average Price (VWAP) indicator combines the influence of trading volume and price, providing...
Moving Average Crossover Swing Strategy **Overview:** The basic concept of this strategy is to generate a signal when a faster/shorter length moving average crosses over (for Longs) or crosses under (for Shorts) a medium/longer length moving average. All of which are customizable. This strategy can work on any timeframe, however the daily is the timeframe used...
█ OVERVIEW This indicator was a time-based indicator and intended as educational purpose only based on pine script v5 functions for ta.cross() , ta.crossover() and ta.crossunder() . I realised that there is some overlap price with the cross functions, hence I integrate them into Custom Range Interactive with value variance and overlap displayed into...
Trend Line Xross (TLX) Uses User Input Points to draw trendlines and displays the exact intersection point of those trendlines. This is the public indicator of the practical application for this intersection method included in my entry for Pinefest #1. To determine the exact intersection point I am using the y-intercept method as seen below. The code is...
Crossing Table V1 I created this indicator as it had been asked for a number of times to create a crossover/under table screen and here it is!!! The indicator is set up to be selected from SMA, EMA and Volume. The SMA is defaulted to 2/10 but it is customizable to whatever SMA you choose to use. Volume is based off a volume formula and the volume...
A hybrid but simple indicator that plots 4 strategies in one pane . 1) RSI Indicator 2) Stoch RSI 3) EMA50 Cross (To determine direction in current timeframe) 4) Higher Highs & Lower Lows to analyze the trend and break of trend The relative strength index (RSI) is a momentum indicator used in technical analysis. It is displayed as an oscillator (a line graph) on...
Most important thing is feeling inspired and relaxed. Forcing your way into anything under stress and pressure will only end up in disaster This indicator consists of three RSIs. RSI: RSI is common and its length is 14. RSI 1: The slowest RSI. The length is 100. RSI 2: Faster than RSI 1. The length is 50.
Bollinger Bands of different lengths are displayed with a line chart in front of the candle. A Bollinger band with a length of 20 and a Bollinger band with a length of 120 can be easily identified by the circle and color displayed whenever the line passes. In the input menu, you can edit the length and deviation of the Bollinger band, the number of candles to be...
A simple way to add up to 5 moving averages with optional crossover/crossunder alerts. Available options for Moving Average Type are: SMA EMA (default) HMA RMA WMA VWMA VWAP ALMA By default, 5 moving averages are enabled and set to the following: MA1 set to 5 MA2 set to 13 MA3 set to 50 MA4 set to 200 MA5 set to 800 Each moving average...
Hello traders! Today we gonna demonstrate out heuristic of classical EMA Indicator. We decided to simplify your trading staff and add some meta data. So, let’s look at it from the very beginning and initially speak about what EMA is and then I’ll tell you why our indicator is extremely convenient and useful. So, what is EMA? An exponential moving average ( EMA...
Hello to All, introducing Multi Types Crossover strategy, simply the best way of trading with Crossover and Crossunder Strategy, How it Works??? I added 5 types of Moving Averages, 1: Simple Moving Average ( SMA ) 2: Exponential Moving Average ( EMA ) 3: Weighted Moving Average ( WMA ) 4: Volume Weighted Moving Average ( VWMA ) 5: Relative Moving Average...
This is a simple EMA cross strategy. This script was published by CaptJava. I added in the ability to check off a box and allow shorting, the ability to select a back testing date range and also the ability to enter the buy message and sell message in the properties. You then create the webhook alert and put only this in the...
This is simple but profitable rsi cross strategy, to find optimal values you can change rsi and ema periods. Good Luck!
Ichimoku Cloud All Signals! This indicator shows all Ichimoku Cloud signals for (entering/exiting/confirming/or even staying) in a position. you can choose a signal related to your strategy and use it. you can choose which signals to be shown on the chart by changing the settings. here are some examples of signals that you can get from this...
Allows one to set 5 price level alerts on one symbol (1 Stop Loss 4 Targets) Alerts work by prices crosses under the stop loss or over the targets, enabling short reverses this. Unlike regular MultiAlert, this actually draws a true horizontal price at your price. This is a lighter version of MultiAlert, supporting only one symbol. Your price levels will appear on...
Roc & Atr Orders My indicator, where I compare the 20 bar change percentage with the 14 bar atr band, I hope it will be useful to everyone. the green zones can be interpreted as BUY and the red zone as SELL zone. In graphs with high motion and low atr, the channel narrowing can be interpreted as BUY and the channel opening as SELL. No indicator shows you the...
Durbtrade MACD - macd line changes color based on vertical direction. This makes it easier to see and discern movements and also helps the indicator to retain maximum functionality when taking up less chart real estate (also, having the color change really helps me see charts on small screens... such as when it's bright outside and I'm driving in my car and...
====== ABOUT THIS INDICATOR - A simple but highly customisable display of previous higher time-frame OHLC values, drawn using line.new and label.new. Nothing fancy but... - Customised resolution input which excludes time frames lower than 1 hour while extending the common higher reference inputs to include: • 6, and 12 Hour • 5...