Hope, you can help me :-)
What have you tried ?
I am very new to EAs. I have just backteted this EA and found that it never places a Stop Loss, just a trailing stop, i.e . if the trade goes against me the drawdown is huge. I would like to have an initial s/l of 1% of the equity.
I understood that. What will you do to get what you would like ? Except hoping to get it for free. Do you want to learn to do it ? To pay someone to do it ? To offer your service in something else in exchange ? etc ...
I understood that. What will you do to get what you would like ? Except hoping to get it for free. Do you want to learn to do it ? To pay someone to do it ? To offer your service in something else in exchange ? etc ...
I thought there are many experienced traders who know the code and could help me.
I thought there are many experienced traders who know the code and could help me.
I thought there are many experienced traders who know the code and could help me.
That's not the problem. Are you an handyman ? I have some works to do in my house, I would like a experimented professional (or very good amateur) to do it for me.
- You place the stop where it needs to be - where the reason for the trade is no longer valid. E.g. trading a support bounce the stop goes below the support.
- Account Balance * percent/100 = RISK = OrderLots * (|OrderOpenPrice - OrderStopLoss| * DeltaPerLot + CommissionPerLot) (Note OOP-OSL includes the SPREAD, and DeltaPerLot is usually around $10/pip but it takes account of the exchange rates of the pair vs. your account currency.)
-
Do NOT use TickValue by itself - DeltaPerLot
and verify that MODE_TICKVALUE is returning a value in your deposit
currency, as promised by the documentation, or whether it is returning a value
in the instrument's base currency (EUR, in this case).
MODE_TICKVALUE is not reliable on non-fx instruments with many brokers. - You must normalize lots properly and check against min and max.
- You must also check FreeMargin to avoid stop out
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi everyone,
I am using the built-in ExpertMAPSAR in Metatrader 5. It has no initial stop loss, just a trailing stop. What code do I have to add in order to place an initial stop loss of 1% of the equity, and, where do I have to place it?
I am a newbie.
Thank you so much in advance.