Hi,
Does anyone know if the MaxOpenPositions option counts scaled in purchases as 
individual positions?

For example if I hold 1 position in GOOG, and I then have 2 sigScaleIn signals, 
does Amibroker see the number of Open Positions as 1 or 3?


  SetOption("MaxOpenPositions", PosQty );

  Buy = IIf(FirstPurchase, 1, IIf(PyramidPurchase,sigScaleIn,0) );



Reply via email to