@doperthancereal said in Trading only on specific days:
Just made a thread if this helps
https://fxdreema.com/forum/topic/4284/weekday-filters
thanks it help
@doperthancereal said in Trading only on specific days:
Just made a thread if this helps
https://fxdreema.com/forum/topic/4284/weekday-filters
thanks it help
Does anyone know how to create ea that trades only on monday, or trades on Tuesday because a condition was true on monday? I do not want my ea trades on any other day.
Hi
How I could make a ea that closes trades one bar after a signal.(after a candle close[1] cross MA 25 buy open[0] and than close on open[-1]. I'm trying to do that last few hours and I just can get what I want. Please help!
In time filters you got Once per bar. That should do it.
Hi
Can you help me with this, please?
I'm trying to make this strategy and I can get it right. It goes like this.
If a Candle close[0] is > than 4 Hour[0] open, put a buy pending order on every 0.0005 level. So this is an example: EURUSD 1.0005 and 1.0015 and 1.0025 and so on,on this levels would be buy pending orders. So on every 0.0005 level would be pending order to buy if the condition I have mentioned earlier is true. And pending orders would expire on the 4h candle close.
So can you help me with this cause I can't make that pending order on 0.0005 level and that they expire every time 4 hour candle closes.