|
StepStop Expert
This EA is designed to provide an
automatic incremental stop-loss system for trades. The user sets a
number of parameters and then the EA will automatically manage any open
trades on the symbol to which the EA is attached.
For instance, the user might set an
initial SL at 25 pips, a breakeven of 30 pips and an increment of 10
pips with a minimum distance of 20 pips. The user will enter a
trade and the EA will automatically set a stop-loss of 40 pips.
Every time that the trade moves 10 pips more into profit than the
existing stop-loss, the stop-loss will be tightened by 10 pips, but only
after the price has first moved by the minimum distance of 20 pips.
Once the trade is 30 pips in profit, the stop-loss will be moved to
entry to protect the gains.
Note, the StepStop EA uses magic
numbers to only manage the SL of the trades that you want it to manage
and won't interfere with other EAs unless you set the correct magic
number. |