It is with RSI level and Zigzag Pattern that Market goes on Maximum level and Lower Level And it is also Showing High and Law Level of last Moving Candle so it is easy to entry and Hold
It is with RSI level and Zigzag Pattern that Market goes on Maximum level and Lower Level And it is also Showing High and Law Level of last Moving Candle so it is easy to entry and Hold
°Turn the Dashboard on or off °Turn the Signal Bars on or off °Turn the Buy & Sell Signals on or off °Turn the Fibonacci Retracement Tool on or off The Dashboard information is best used for confirmation and informational purposes -above 9 ema is bullish, below 9 ema is bearish trend This script allows user input, you can add or remove built in dashboard,...
this script is base o 200 ema filter and trend for gbp-usd 1. long signal above 36 ema and long trend 2. short signal bellow 36 ema and short trend 3. take 2 profit target according % 4. trailing stoploss on close of every candel
This is a Fractals script with the capacity to provide alerts when two candles have completed after the swing point. The alert can be placed after the swing point has been identified on a 3 candle formation and alerts when the a 5 candle formation is complete, ie; two closed candles after the swing point
with this script you can follow ema8 of RSI and also SMA20 of RSI with ∓ 2 standart deviation
This is your traditional RSI chart but with a few modifications I added an extra zone parameter that you can specify with its own color and line customization. There is an EMA that tracks the RSI as well.
i dont know pine script but here i used some free ones and merged them and modified some especially smoothed stoch rsi is Good to decide when buy coz i modified it and when fast K value is over D value it changes color visually better this way also rsi is shown as area o histogram but if u dont like u can change to line for stoch rsi i unclick xtrigger (d value)...
study(title="Just Nifty RSI(9)", shorttitle="RSI9") src = close, len = input(9, minval=9, title="Length") up = sma(max(change(src), 0), len) down = sma(-min(change(src), 0), len) rsi = down == 0 ? 100 : up == 0 ? 0 : 100 - (100 / (1 + up / down)) plot(rsi, color=blue) band1 = hline(80) band0 = hline(20) fill(band1, band0, color=purple,...
Colours change faster now using the white line as reference rather than the bars.
Cup with Handle formation calculations using Pine. First of all, ignore all other lines in the example chart except the two FAT lines. The two fat lines are the ones that define the Cup With handle or in the example chart: a Reversed Cup With Handle. Note: Handle does not always develop and sometimes the final target price is reached without forming any...