Thread: MakeGrid
View Single Post
  #57 (permalink)  
Old 10-01-2007, 10:55 AM
sjerar sjerar is offline
Senior Member
 
Join Date: Sep 2007
Posts: 201
sjerar is on a distinguished road
Quote:
Originally Posted by keymaker View Post
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?
There are 2 possibilities:

1/ just remove the EA after orders are placed.

2/ Use the gridoneshot function, the EA only works again when you change de uniquemagicnumber
__________________
Trading software for the online investor.
Increase your results dramatically by buying the right values at the right prices.
Reply With Quote