Too bad - it'd be a good feature - I'll probably suggest it.

--- In [email protected], "Steve Davis" <[EMAIL PROTECTED]> wrote:
>
> 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"
> <slipthruthecracks@> 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