Follow up script for my Trend Follower script. I'm used to dark mode, so I coded a few key plots in white, so those are changed into black on the script. Notably: - > 1 ATR in black dots along the baseline - Current and previous ATR text labels to the right of the price - A text label spacing input that allows you to adjust the spacing for text label from...
This is a trend following system that combines 3 indicators which provide different functionalities, also a concept conceived by VP's No Nonsense FX / NNFX method. 1. Baseline The main baseline filter is an indicator called Modular Filter created by Alex Grover - www.tradingview.com - Alex Grover - Modular Filter ------- That's the moving average...
The indicator is based on the RSI and the Absolute Strength Histogram (more specifically the modification by Jie). It is meant to be used to filter out periods of consolidation, and determine if the bulls or bears are in control when there is enough action to possibly start a trend. The RSI is not used to find overbought or oversold conditions, but to find...
v2 changes the way the histogram is plotted. Histogram shows the strength and can be used to identify trending or ranging periods.
Original ASH code from alexgrover Some changes: - Change the price to SMA with Period of 1 with reference to the original MT4 code - Added a few more MAs
When apply a strategy to Heikin Ashi Candle chart (HA candle), the strategy will use the open/close/high/low values of the Heikin Ashi candle to calculate the Profit and Loss, hence also affecting the Percent Profitable, Profit Factor, etc., often resulting a unrealistic high Percent Profitable and Profit Factor, which is misleading. But if you want to use the HA...