View Single Post
  #1003 (permalink)  
Old 04-30-2008, 09:20 AM
montedoro montedoro is offline
Junior Member
 
Join Date: Mar 2008
Posts: 23
montedoro is on a distinguished road
Quote:
Originally Posted by Enforcer View Post
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?
Reply With Quote