Trades not opening
-
What Am I Doing Wrong? Why didn't the trade open? project link at the bottom
(https://fxdreema.com/shared/ufzmrbkuc) -
how do I make it so it opens at the circled candle?

-
@deltaaurum on candle 18 btw for the first image
-
@deltaaurum Looks likt it should work, only 1 tree at a time though, are you back testing? there is a lot of conditions, strip back and test 1 at a time, when you know it works you can add more.
-
@jstap alright let me try it that way. buy trades should enter when candle is above 8 ema, with 8 ema above 14 ema and 14 ema above 50 ema and blue line should cross above red line
-
@jstap it should open on candle 0 but it didn't open but then again it opens other times. what am I doing wrong? (https://fxdreema.com/shared/LwSqfoXxe)

-
previous project with image above is done. new project isn't taking trades. what am I doing wrong? (https://fxdreema.com/shared/31gmMvqod)
-
@deltaaurum You have once per bar at top, this means that if 1st condition is false it will wait until the next to check again, but then the 1st may be false, this will keep happening 1 candle at a time until all is correct.
-
@jstap all conditions met on candle 1 though

-
it took trade here but it isn't what I put the conditions to be. the conditions should be like the image above.

-
@deltaaurum Then that is why it enters on 1
-
@jstap but it didn't not place the trades though. im kinda confused. idk what am I doing wrong lol
-
how do I make it so it places trades on this candle where the crosshair is at? https://fxdreema.com/shared/xMqfsOCYd

-
@deltaaurum When it comes to building EA's you need to test an work out what blocks are/aren't working, to do this test 1 block set up on back test, then you and add another, soon you will know what black is preventing trades from opening.
-
@jstap when i backtested this EA, it seems to be working but when i attached it to a chart on demo, it did not place the order. it should have placed the order on candle id 0 like how it did on the backtest. this is the EA (https://fxdreema.com/shared/H2SGxWl7b)

-
@deltaaurum For me whatever works on back test works on live/demo for me, try placing your once per bar at the bottom of tree.
-
@jstap im checking on demo account until now and it is still not placing trades. is there a difference between placing the once per bar before no trade and at the bottom of the tree?
-
@deltaaurum I said above how to use once per bar, you need to test each condition until you find which one is not doing as expected.
-
@jstap I have tried it and it is still the same. there is trades on backtest but not on demo account.. not sure what else I can do
-
@deltaaurum I can't help with more than what I have said, maybe some one else will come by that knows what you can do.