EA doesn't open trades
-
Hello, I would like to please ask for help with my EA, the arrows come out for every candlestick however I would only like then to only appear on the crossover candle. And my ea doesn't open trades even on back test thank you https://fxdreema.com/shared/jOOwXk73e
-
*Well the candle after the crossover
@roar can you please assist me
-
https://fxdreema.com/shared/cCweGNEQc it's now saying Compilation errors
'001' - name expected -
Apparently a constant/variable is not correctly identified.
-
@iamtaaaro Hey!
Your lot size needs a decimal, not a comma. Cheers, bud.
-
https://fxdreema.com/shared/cCweGNEQc I changed it, will it work now ?
-
@iamtaaaro In this URL, it's still unchanged. So. I couldn't say. As far as if it will place great trades or something, that's for you to test. But that lot size is what was giving you the compiling error you had. 0.001, not 0,001.
Furthermore, you'll want to check with your broker and be sure that they allow a 0.001. Most I've seen use 0.01 as the lowest position size. But, I've not looked that hard. Good luck!
-
But what I am trying to do is that the first candle under or over the cloud a trade must be opened
-
You may consider reworking your logic to look a little more like this.
-

Also, if you need "both" conditions met at the same time, you might consider something like this.
-
https://fxdreema.com/shared/oAYgueg3b I tried and it's not opening trades now.
