Thread: MakeGrid
View Single Post
  #56 (permalink)  
Old 09-28-2007, 04:07 PM
keymaker's Avatar
keymaker keymaker is offline
Junior Member
 
Join Date: Sep 2007
Posts: 17
keymaker is on a distinguished road
Is it possible to only enter a position once and not make the EA open the same price position again...?
E.g hits buy 2.0100 , close postion once take profit hits say 2.0120, and goes back down to 2.0080 then doesn't hit the pending buy at 2.0100 because the pending 2.0100 can only be activated once.....

I see in the EA

gridOneShot = false; // is this a one shot? if so, it stops after the profitTarget has been reached

--Can this be used option be used?

Last edited by keymaker; 09-28-2007 at 05:53 PM.
Reply With Quote