Time Based Price Action search
-
Heres an interesting thought:
I want to create an EA that will compare the price at W time to price at X time. If W price is lower than X price, place order at Y time to SELL. If W price is higher than X price, place order at Y time to BUY.
I keep scrolling through options, but aside from constantly searching for the parameter, and then just limiting it by time, I'm not sure how to do it.
-
@jsauter86
In this example,
https://fxdreema.com/shared/xQhnUDfI
whenever the candle 1 > candle 10(at any moment before 14 pm), as soon as it is 14 pm -> Buy.
Is that what you need ? -
Slightly, I think its going to end up being an EA that is only based on time and not conditions of indicators. We'll see what happens, thank you.