//@version=4 study(title="Stock Market Hunter Indicator", shorttitle="SMH Option Indicator", overlay=true) // Input for Exponential Moving Average (EMA) period emaLength = input(21, title="EMA Length") // Calculate Exponential Moving Average ema = ema(close, emaLength) // Define the candlestick patterns (Hammer, Hanging Man, Shooting Star, Inverted...
This indicator will automatically plot daily Bullish and Bearish Zones. Also this indicator mainly works in the Nifty and Bank Nifty Intraday trades. Preferred time frames (3/5/15 Mins) Calculation Take Last 5 days O H L C then find H-O and H-L, take average of the difference of H-O and H-L then Minimum Value then the average difference is added with the day...
Library "BankNifty_CSM" TODO: add library description here getLtp_N_Chang(openPrice, closePrice, highPrice, hl2Price, lowPrice, hlc3Price, bankNiftyClose) Parameters: openPrice (float) closePrice (float) highPrice (float) hl2Price (float) lowPrice (float) hlc3Price (float) bankNiftyClose (float)
The table presented here is comprised of major Banknifty Index constituents showing price change in percentage terms and RSI value of three different timeframes to gauge overall Banknifty sentiment. This table is primarily created to cater scalpers and day traders. It helps traders to see market activity at a glance.
This shows a performance glance of Dow and major Constituents of NSE:NIFTY or NSE:BANKNIFTY . This is an enhancement to the Bank nifty dashboard published earlier. Usage • Customizable Table and Style settings • Customizable Indicator Settings • Customizable Time frame of Indicators in Table. Can change to higher or lower TF other than the chart time...
Market Intelligence Summary Conditions for Buy VWAP: Price trading above VWAP Alligator: Price is trading above Lips which is trading above Teeth which is trading above Jaw ST (21,1): Price is trading above Super trend (21,1) ST (14,2): Price is trading above Super trend (14,2) ST (10,3): Price is trading above Super trend (10,3) RS:...
Banknifty comprises 12 companies listed on the National Stock Exchange of India (NSE). Movement of Banknifty depends on these stocks. The script depicts Technical rating and price change stats of Banknifty constituents. I have calculated the weight factor using annual floating stock stats available in Tradingview. So, it may differ considerably from the actual...
This is the strategy version of my old indicator NIKI BANKIFTY. It is more suitable for day trading with a 5 min chart. It is more profitable in BANKNIFTY future. It is based on multiple Supertrend, moving average, Donchain channel, and linear regression. The background color indicates the main trend and the color of the candle represents a short-term trend. The...
NSE:BANKNIFTY Dear Fellow Traders, This indicator for BankNifty INTRADAY trading is based on Market Internals - Advance/Decline Volume and TICK These Market Internals, also known as Breadth Tools helps in identifying the overall market sentiment. Just doing some technical analysis on Price action doesn't provide good results. Price action along with...
This indicator is designed for Banknifty which is traded on NSE(India). It works best in 1-M and 5-M time-frame. You can always experiment with any other time-frame with various combinations of settings. Green Line- Buy Trigger Line Red Line- Sell Trigger Line Period: No. bars for look-back period. Trade Trigger Type: 1. ATR Based – Trade will be initiated...