Login Page - Create Account

Support Board


Date/Time: Fri, 18 Apr 2025 04:43:42 +0000



Post From: [ACSIL] - Max allowed Position size question

[2025-01-02 10:25:02]
User431178 - Posts: 647
Currently there is a limit of 5 on position sizing, how do I place orders bigger than that?
Set sc.MaximumPositionAllowed and/or global/symbol position limit to a higher number.

Place multiple orders of 5 each? I could do that by disabling 'sc.AllowOnlyOneTradePerBar = true;' to false
That alone won't help, max position is based on total position, once you have hit sc.MaximumPositionAllowed (or global/symbol limit) then that's it.

Is there a danger or in-deterministic behavior wrt to total number of open positions - eg I am looking to open 10 but I may end up with 15 open positions?
If you are checking the open position quantity then how would that be possible? You have control over the orders submitted.
Date Time Of Last Edit: 2025-01-02 10:25:24