I need a simple ea that buys after a bullish candle
-
I need a simple ea that buys after a bullish candle + a few pips and that I also do just the opposite that sells after a bearish bar - a few pips. I got it but it does not work out) -
You cannou use candle ID 0. That is the current forming bar. Until it's not completed, you will not know how big is (size). You should compare bars 1 and 2, never 0 and 1. On the other hand you can use 'Bull/Bear candle' blocks.
-
You can choose between different types of candle conditions

So you can use the condition that you need.
-
Also take a look at the description of "Condition" block to understand about the "Adjust" parameter, maybe you can use it in this case