Kolier_SuperTrend_Indi
Kolier_SuperTrend_Indi
- Same logic, improvement implementation in code, can draw a full chart and less resource consumption.
- Extended. TrendMode=0 means original logic for the trend line. TrendMode=1 means new logic for the trend line.
TrendMode=0
Parameters
- BarsToCount How many bars to draw a trend line.
- TrendMode TrendMode=0 means original logic for the trend line. TrendMode=1 means new logic for the trend line.
- ATR_Period ATR Period settings.
- ATR_Multiplier In order to calculate upper and lower bands with ATR Range = Multiplier * ATR.