A simple script that I made that draws lines between the high and low pivots. The color of the line define if the pivot is higher or lower than the previous pivot. The main thing to tune is the pivot look back vs look ahead, which are the same params used by the tradingview pivot indicator. There are several other params you can tweaks to get the look you want.
NASDAQ Advance/Decline Line is a Market Breath indicator. Brought to you by IQ-trading (Andrei Bogdan) via Trading View Pine script. If you find this helpful in anyway, please leave a like! A/D line calculates a ratio between total number of NASDAQ stocks advancing and total number of NASDAQ stocks in one day, providing another way to grasp the market breath at...
This is an improved bollinger band strategy adapted to Nasdaq Index/Stocks. The new update include a multiple logic calculation BB adapted for long and short, together with a risk management using movement in %. Rules for entry For long we have a crossover between the close and the lower band from the bb For long we have a crossover between the close and the...
This is a trend system made with multiple oscillator averages designed especially for trending markets such as stocks or crypto. It can be used with any timeframe. Its made of multiple moving oscillators such as RSI Stochastic ADX CCI AO MACD MOM STOCH RSI WPR BP UO Avg of all oscillators It has also a rating, making an avg from all of the oscillators ,...
This is a very powerful trend strategy designed for markets such as stocks market , stock index and crypto. For time frames I found out that 1h seems to do the trick. Components: Ichimoku full pack MACD histogram CMF oscillator TSI oscillator Rules for entry Long : For Ichimoku:Tenkan part of cloud is bigger than kijun, Chikou is above 0 , close of a candle...
This is a long only strategy designed maily for stock markets and futures. In general it works best with 1h, however it can be optimized with other timeframes as well. Components: VWAP MACD histogram EMA 9 Rules for entry Long : For VWAP: close is above the vwap daily EMA: close is above the moving average MACD histogram is above 0 Short: For VWAP: close...
The Mansfield Relative Strength indicator as popularized by Stan Weinstein in his classic book: Secrets For Profiting in Bull and Bear Markets The indicator uses 260-day and 10-day simple moving averages and for reference the NASDAQ100 (NDX) index as default
This script offers an SMI index of VIX, SPY, and NDX. Rather than overlaying VIX, NDX and SPY on the same chart. It's much easier to see the correlation between VIX's price and NDX / SPY price in this manner. Thanks to Buckkets & William Blau for the TSI smoothing method.