I have a system that screens 200 stocks. I run each script on each stock as shown in the picture.
Unfortunately, since stocks consume cash (I don't use CFDs), I have to limit the number of open positions.
For example, if I have $100,000 in my account, I can have a maximum of 10 open positions of $10,000 each.
How can I run my 200 scripts but limit the number of positions to 10? For instance, if I have 10 open positions and a signal is triggered, the new position should not be taken.
Thanks in advance for your responses
(I'm still using NT7 on desktop)

Comment