RENKO trend trading EA

 

Hi,
I'm trying this great EA, using as input only the option:
extern string rbc ="---- RENK brick ---- inputs;
extern int LookBackBricks = 2;

and closed positions as only this option without any indicators:

UseRenkoStopLoss extern bool = true;
extern int StopLossBricks = 2;

tests in that demo I'm doing I saw that open correctly the position aftertwo candles of the same color but rather the closure after two consecutivecandles the opposite color does not close the place ... it is possible tooperate properly
the closing of open positions only with this option?
Many Thanks .