Move Stop Loss Type Forex EA, all with source code, can be used as programming reference.
There are many parameters, not all of them are explained, and there are simple English explanations. Please package and download!
1、trade_protector
Proportional Trailing Stop, sensitive to pullbacks. If set to n% ratio, the EA will adjust the stop loss to n% of the distance between the current price and the entry price.
Formula:
ProportionalSL = | CurrentPrice - OrderOpenPrice | x Ratio – Spread
In other words, if n is set to 50, then half of the profit will be protected and locked.
2.e-Trailing
If you open several charts and want to run this EA on each chart, load it once for each chart.
3. Breakeven
After reaching a profit of X pips, automatically move the stop loss to the breakeven point.
4、Tight Trailing Stops
Set TrailingAct to X pips, and the trailing stop will start moving after reaching a profit of X pips.
5.EMA Trailing Stops
Trailing stop based on the Exponential Moving Average (EMA).
TrailAllSymbols - Whether to manage trades for all symbols.
CloseWhenProfit - End the trade when the set take profit level is reached.
TrailOnlyInProfit - Move the stop loss only for trades in profit.
EMAShift - When set to 0, the stop loss follows the EMA for each tick's closing price.
7.Trailing With Partial Close
After reaching a profit of X pips, partially close the position (X%). This includes various methods of moving the stop loss, such as based on breakeven, stepping, EMA, and parabolic.
Move Stop Loss Type Forex EA, all with source code.
Installation Instructions:
After purchase, copy the Ex4 file to the MT4 platform MQL4/Experts folder.
Restart the MT platform (or in MT4, go to "View" - "Navigator" - right-click on "EA Trading" - Refresh),
First, open the currency pair, drag the strategy onto the chart, and there is no need to open charts for other currencies.
There is no 100% accurate trading system in the world, and even excellent trading systems have periodic flaws. Having more reference signals is equivalent to having more guidance and advice. We wish you all success!