Closing losing positions on the second candle id 2 ???
-
I have a question any of you could take a look at my project. I'm in the process of building an EA on the Moving Average.
I would like my losing positions to be closed on the second candle.
Can someone tell me if this is logical and it will work fine.My project:
-
@piotras10000 Candle 2 can close above the low but not above the high.
-
Re:
Could you tell me how it shouldn't be connected anymore ???
-
@piotras10000 there is nothing wrong with the connections just the condition candle close>candle high, close can be == to high, although this won't likely happen often.