Limiting Position

Discussion in 'Strategy Building' started by clarodina, Feb 24, 2009.

  1. How to code to limit the number of position per day? Tried if marketposition = 1 then counter = counter + 1 and use the counter to include in the buy code but this does not really work.