NO TRADES ARE OPENING ON A EA BUILT WITH IMPORTED INDICATORS
-
I am trying to code a simple expert advisor with imported indicators but it not opening any trades [link text](link url)[robot link] https(https://fxdreema.com/shared/3SUI4JY6d)
-
Some indicators run on Objects rather that Buffer Numbers....and that might be the case with yours.....
So what you could try is right click on the chart, look at the Objects List and see if you can locate the object name....
You could then use the Objects blocks in your builder, but I'm unsure if you can get an Object to read above/below a certain value....
But see how you go...Hope that helps*
-
it did not fix it
-
@Marked-up put candle ID1 inside all the condition blocks.
-
@Marked-up Did you check if those indicators repaint? Probably the reason why no trades are open is that. If the indicators repaint, the strategy is doomed.