Most likely, the value is too close to the current price. Brokers limit the minimum distance from SL to the current price. Try increasing your trailing stop value.it keeps saying this
Post automatically merged:
it says this also
Most likely, the value is too close to the current price. Brokers limit the minimum distance from SL to the current price. Try increasing your trailing stop value.it keeps saying this
Post automatically merged:
it says this also
Yes, that looks right.Hi Enivid, great job on the amazingly complete EA! Couldn't ask for more.
I'm setting it up to protect a prop firm account and just wanted to make sure I have it set correctly. So I want it trigger either when the equity gets above 55k or so or when the equity gets below 45K. And then I want it to stop if the daily loss gets below 2350. Do I have it configured correctly for this? Thanks in advance!
Sorry, but I cannot reproduce this. Could you please provide more info on how that happened? Did you restart the platform? Did you switch anything else?BTW @Enivid I noticed that the EA is removing one of my settings, the equity below XXX currency units, not sure why. I have set it as in my previous screenshot but then I find that it clears out that setting. No messages in the experts tab and my balance and equity are currently at 46.9K
Was just playing around and trying to figure out what causes and I think it's that the click area is quite large for activating/disactivating the checkmark. If you click in this middle area between the text and the text field to the right it will enable/disable. It's a pretty minor issue, once you figure out that you can't click there.Yes, that looks right.
Sorry, but I cannot reproduce this. Could you please provide more info on how that happened? Did you restart the platform? Did you switch anything else?
Oh, I see... Yes, the entire line until the input box is considered as a checkbox area to click on to tick/untick.Was just playing around and trying to figure out what causes and I think it's that the click area is quite large for activating/disactivating the checkmark. If you click in this middle area between the text and the text field to the right it will enable/disable. It's a pretty minor issue, once you figure out that you can't click there. View attachment 28573
What else did it write? Because the equity could reach that level very briefly. The AP checks the account equity via standard methods, so the only case it would trigger without the equity reaching the actual value is that you have some Additional Funds set up.Hi, any idea why the ea closed the trade earlier?
I set it as Equity >= $21005 and it closed around $20970
the log showed this "CONDITION IS MET: Equity rose to 21005.00 USD" but the Equity didn't reach yet
It's a prop firm account and should be any Additional Funds.What else did it write? Because the equity could reach that level very briefly. The AP checks the account equity via standard methods, so the only case it would trigger without the equity reaching the actual value is that you have some Additional Funds set up.
If you didn't set up any Additional Funds through the input parameters, then the only explanation is that it reached the target equity of 21,005 USD only briefly. You may consider seting the ConditionDelay input parameter to make it so that the AP will wait a certain number of seconds before considering the condition fulfilled.It's a prop firm account and should be any Additional Funds.
The full log and the trade history here:
View attachment 28580
View attachment 28581
Ok I will try that, thanks for the help!If you didn't set up any Additional Funds through the input parameters, then the only explanation is that it reached the target equity of 21,005 USD only briefly. You may consider seting the ConditionDelay input parameter to make it so that the AP will wait a certain number of seconds before considering the condition fulfilled.
Yes, see the DoNotDisableConditions and the DoNotDisableActions input parameters.Hi @Enivid, is there any way to not have the AP reset itself when the conditions are triggered? What I mean is, I'm using the AP to alert me by push notification when the margin drops below a certain level. But when this happens it will deactivate the AP (remove the conditions and actions and reset back to defaults). Is there any way to avoid this?
Thanks!Yes, see the DoNotDisableConditions and the DoNotDisableActions input parameters.
Sorry, I meant it but I don't quite understand it. What should I configure to set what you say "daily loss"?No need to use snapshots for that, you can use the daily profit/loss conditions unless you need the "day" to start at a different time than your broker's server time.
You need to turn on the daily loss conditions display via input parameters first (DisableDailyProfitLossPercGE and DisableDailyProfitLossPercLE).What should I configure to set what you say "daily loss"?
Check the Market Watch. It shows the broker's time.At the same time, how do I know what the broker's hours are, as you say?
You need to turn on the daily loss conditions display via input parameters first (DisableDailyProfitLossPercGE and DisableDailyProfitLossPercLE).
Check the Market Watch. It shows the broker's time.
You need to turn on the daily loss conditions display via input parameters first (DisableDailyProfitLossPercGE and DisableDailyProfitLossPercLE).
Check the Market Watch. It shows the broker's time.Are you referring to those two? They don't say exactly the same thing but they are the only ones that say percentage.You need to turn on the daily loss conditions display via input parameters first (DisableDailyProfitLossPercGE and DisableDailyProfitLossPercLE).
Check the Market Watch. It shows the broker's time.
Yes, those two.Are you referring to those two? They don't say exactly the same thing but they are the only ones that say percentage.