No, the MaxOpenPositions option is not an array, so you cannot change
it on each bar. But PositionSize and PositionScore are both arrays,
and you can change them on every bar.

-Steve

--- In [email protected], "slipthruthecracks"
<[EMAIL PROTECTED]> wrote:
>
> Is the MaxOpenPositions setting an array similar to PositionSize? Can
> it be set for each bar as in:
> 
> bullmkt = ROC(C,200);
> MaxPos = Iif(bullmkt > 0 , 6, 2);
> 
> Thanks.
> 
> Jack
>


Reply via email to