How to implement TDI indicator on fxDreema
-
I've attempted to add arrows to the main chart to display when conditions are met. However, now the entire EA doesn't seem to work when I test it on MT4 using the Strategy Tester.
Any ideas on why this might be happening?
-
Move the once per bar under the conditions (have 2), if above and a condition is false then it will wait for a new candle before checking again.
-
@jstap Would it be something like this?
fxdreema.com/shared/j76GJAWWThis setup still doesn't seem to work either. Additionally, the arrows aren't displaying, so I'm unable to determine when trades are being placed.
-
@Chandler Are you completely sure the indicator doesn't repaint? That is the most common issue with custom indicators in fxDreema.
-
Sometimes indicators don't work as expected, and if this is the case, then another indicator would need to be found
-
I think you should share the indicator for others to see it clearly and help you solve the problem, if possible.