The Expert Advisor allows to move the stop loss following the price, which gives you the ability to protect the floating profit from sudden
price reversals. It is possible to use a simple trailing stop which moves the stop loss at the specified distance from the price, as well as
based others based on various indicators.
Parameters
- Magic – unique magic number for identifying positions, if 0 – no number;
- Trailing – select the type of trailing stop: Simple, Fractals, ParabolicSar, ZigZag;
- TrailingStop – trailing stop value (only for the 1 type of trailing);
- TrailingStep – trailing stop step;
- StepSar, MaxSar – parameters of the Parabolic SAR indicator;
- ExtZZDepth, ExtZZDeviation, ExtZZBackstep – parameters of the ZigZag indicator;
- Slippage – slippage;
- Panel – Enable/Disable the trading panel;
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END