Grid trading
-
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.
-
never mind! I got it