Volatility Support & Resistance Script Copy and Paste the below scripts in tradingview pine editor and click on add to the chart. Support: //@version=4 study(“Volatility Support by Koli”, overlay=true) closebarcrnt = close crntgreenbar = close > open prevgreenbar= close[1] > open[1] prevred2= close[2] < open[2] prevred3 = close[3] < open[3] volatilitysupport […]
Momentum Strategy Script Copy and Paste the below scripts in tradingview pine editor and click on add to the chart. //@version=4 study(“Momentum Strategy-Sandesh Koli”, overlay=true) fourth= close < open third= close[1] > open[1] second= close[2] > open[2] first= close[3] > open[3] buy= fourth and third and second and first plotshape(buy, style=shape.triangleup, location=location.belowbar, color=color.green, […]
Storm Strategy 10-Aug-2022 All are successful trades. Most of them are re-entries after hitting SL. We can take multiple entries in the same stock if SL hits. The arrow shows entry candles where SL hits. 10-Aug-2022 All are successful trades. Most of them are re-entries after hitting SL. We can take multiple entries […]
Click the below link to download the latest GTS Apk. Steps to install APK. Uninstall the installed APK first from ur device. Install the downloaded APK and it’s done. GTS APK Download
NR Inside bar script Tradingview //@version=4 study(“NR Inside”, overlay=true) fourth= high – low third= high[1] – low[1] second= high[2] – low[2] first= high[3] – low[3] high1= high<high[1] low1=low>low[1] inside=high1 and low1 nr= fourth< third and fourth<second and fourth<first and inside plotshape(nr, style=shape.triangleup, location=location.belowbar, color=color.green, size=size.tiny)
Support and resistance indicator script
11th Apr 4th Apr 24th Feb Magic candle importance Storm strategy charts. 24th Feb 8th Feb 7th Feb Last few positional trades review 24th Jan Banknifty Strategy 20th Jan Banknifty Scalping Strategy 19th Jan 12th Jan Tried my best to explain valid invalid support and entry […]
Support and Resistance Types 1. Candle closing above the previous candle with increasing volume forms support. 2. Candle closing below the previous candle with increasing volume forms a resistance. 3. Volatility Support Two red candles followed by two green candles form a support and two green candles followed by two red candles form a […]
Important Levels on weekly volume delivery breakout basis for entire week(27 Sep-1 Oct). 1. TATA MOTORS 2. TATA STEEL 3. LT 4. JSWSTEEL 5. BAJFINANCE 6. ASIANPAINT 7. MARUTI 8. HINDALCO 9. ICICI BANK 1. BANK NIFTY 37708.75 2. TCS 3. CIPLA 4. UPL 5. SBILIFE 6. DRREDDY 7. ICICI BANK 8. HDFC […]
1. Open Price Resistance https://chartink.com/screener/open-price-resistance-1-1 When price rejects from the previous day’s high and closes below the previous day’s high, the previous day’s high acts as a resistance. Open and close should be below the previous day’s high. This levels can acts as a support and resistance. 2. Open Price Support When price rejects […]