psuedo code would be:
ListQty = number of stocks in WL (not sure of easiest way to do this)
SetOption("MaxOpenPositions",ListQty/10);--- In [email protected], "droskill" <drosk...@...> wrote: > > Question for the group - I know how to buy up to a specific number of > positions, but how can I make the rotational trade the top 10% of positions > without regard to a specific number of stocks? > > Any help greatly appreciated, > > Damian >
