My EA won't place trades
-
Hi i'm new to the Fxdreema platform and I just created an EA that uses RSI, Moving averages and ADX to buy/sell, however when I do a strategy tester on this EA no trades are placed. Could someone kindly assist me maybe I might be missing something. I have attached a link to the project.
https://fxdreema.com/shared/cDH0qFwvd -
@forextoddler This may be because of using candle 0, have only ever done a cross on 1, if each buy/sell section has it's own close you need to use groups otherwise all will close from any condition, Get this working with 1 set of conditions then copy to create the rest with individual groups. To test you can highlight right click and switch blocks off to check if works.
-
@jstap Thanks for the input! I'm quite new to this platform so I haven't grasped the terminology and concepts fully. So do you think the reason it might not be placing trades is because the individual "close trade" blocks are canceling each other out .... I could I possibly get it to work with one condition ( sorry I literally went through multiple YouTube tutorials to try answer this and i'm still not winning)
-
@forextoddler It is not that it doesn't take trades it's just that the conditions don't happen together often. HERE you can see how I swiched most off to see if things were working.
In this picture in the top right is EA counting when a condition is true, not sure why the MA's didn't count but when ran for most of this year it only placed 1 trade.
0_1632943312716_ddc35fca-5e94-4966-b34d-8a967d1feccf-THE_HOLY_GRAIL1 (3).ex4
When happy with how works add back in the rest, use group number in no trade, buy/sell and close so all are independent to the other.
-
Thank you @jstap I truly appreciate your assistance