Quote:
Originally Posted by Enforcer
if OpenOnTick is used, next order will be placed only if
Close[0] < TickPrice for buys or
Close[0] > TickPrice for sells
|
OK but this will be in conflict with ReverseDirection=true, new orders against the trend cannot be placed if I understand well. Else, in trend follow strategy (ReverseDirection=false) new orders will be placed only if they are in better position than existing ones. That`s right or I didn`t understand?