Hi All,
I would like to run my strategy but i would like to set it as "do not open a new trade until the previous trade finished/exit"
can i configure this kind of setting?
Thanks
Size:
Color:
Hi,
Sure you can and by default, both rule-based and coded strategies share this design pattern: do not open a new position in the same symbol until the preceding position closes.
If that doesn't help you need to be more specific about what exactly you're trying to accomplish.
Size:
Color:
Thanks.
can i set this to any trade even if it's not the same symbol?
for example, let say i am running a strategy on s&p100 i want to set "do not start any trade on any symbol until the last trade finished"?
Size:
Color:
This is pretty easy to do w/o having to code with the help of this PosSizer:
Position OptionsIt makes possible to control the maximum number of open positions across the portfolio - by setting it to 1 in your case. (Note that the PosSizer library where it belongs is made available to registered customers though.)
Size:
Color: