Getting EA to do Top Down Analysis
-
Let’s say for example I want my EA to places trades on the 1 hour chart however I want it to do it in the trend direction of the Daily and Weekly, how would I do this?
Is it possible to have it only place a trade Buy trade if price is for example above a certain moving average on both Daily and Weekly, let’s say 100
I will have other criteria’s for placing a trade but I want to know if it’s possible to add the above criteria as it is important for my EA to follow the trend
-
@gtoat777 You can always specify other timeframs in any condition block:

In this example, your EA can be running on a H1 chart but this block will check that condition for the daily timeframe.
-
@l-andorrà thank you I appreciate that, is there a way to message you privately I have a few good ideas for EAs