Infinity Indicator MT4 3.3
- Panel Win Rate based on CandleMT4
- Exit Button
- Calculates the StdDev standard deviation indicator on the RSI data, stored in the matrix similar to the keltner.
- input int HourCalculate = 12;
- RsiLength = 5;
- RsiPrice = PRICE_CLOSE;
- HalfLength = 4;
- DevPeriod = 100;
- Deviations = 0.9;
- UseAlert = true;
- DrawArrows = true;
- TimerWork=300;
- LevelUp = 80;
- LevelDown = 20;
- MoreSignals = true;
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END