View Single Post
  #20 (permalink)  
Old 06-21-2007, 08:41 PM
don_forex's Avatar
don_forex don_forex is offline
Member
 
Join Date: Oct 2005
Posts: 67
don_forex is on a distinguished road
Clarification

Concerning the openings. there is an internal boolean variable called Boost. When it is set to true, it will set orders every spacing increment. So, in that respect, the EA does not only open orders on the open of the candles. I couldn't remember if I left it on or turned it off...

Don

EDIT - I looked at the code on the first post and it is turned off (false)... Turn it on by replacing the false with a true. In the next revision, I will make it an external variable.

Last edited by don_forex : 06-21-2007 at 08:45 PM.
Reply With Quote