@seb-0 trailing stop of 50% loss example : if there is a loss of 10 pips then take profit is modified to -5 pips then if the loss goes to 20 pips tp is going to -10 pips and if 20 pips is the max drawdown of the trade then tp must stay at -10 pips until it get hit.
Best posts made by Xbuilder
-
RE: trailing stop % of loss optionposted in Questions & Answers
Latest posts made by Xbuilder
-
RE: mql5 market installation errorposted in Questions & Answers
@drms Did you solve your issue ? If so, can you tell how?
-
RE: Trying to Upload EA to Market on mql5 but Validation failedposted in Bug Reports
@youngtreptrader you can sell your ea or rent it there
-
Trying to Upload EA to Market on mql5 but Validation failedposted in Bug Reports
Hi,
I converted from mql4 to mql5 and then compiled mql5 to ex5 with fxdreema and then I tried to upload to the market but I got an error message that said to use a new compiler so I guess fxdreema mql5 compiler isn't uploaded to the latest version ?Then I compiled mql5 file with metaeditor5 but I am still failing the validation test.

Any help is apreciated thanks.
-
RE: trailing stop % of loss optionposted in Questions & Answers
@seb-0 trailing stop of 50% loss example : if there is a loss of 10 pips then take profit is modified to -5 pips then if the loss goes to 20 pips tp is going to -10 pips and if 20 pips is the max drawdown of the trade then tp must stay at -10 pips until it get hit.
-
trailing stop % of loss optionposted in Questions & Answers
How to trail a loss ?
trailing stop of 50% loss example : if there is a loss of 10 pips then take profit is modified to -5 pips then if the loss goes to 20 pips tp is going to -10 pips and if 20 pips is the max drawdown of the trade then tp must stay at -10 pips until it get hit. -
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@roar It takes a trade only on strategy tester but not on demo
-
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@roar with OrdersHistoryTotal() it takes no trade.
-
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@roar The EA take trades now. It takes a buy then when the buy is closed it takes another buy etc. But it should normally take just one first buy and then stop because last closed type must be a sell.