根据价格和 ATR安排停止水平.
输入参量:
extern color ColorUpperStop=Blue; extern color ColorLowerStop=Brown; extern bool ShowGraf=true; extern int CountBarsForShift=12; extern int CountBarsForAverage=77; extern double Target=2.5;
StopATR_auto
由MetaQuotes Ltd译自英文
原代码: https://www.mql5.com/en/code/8593