How would you feel about implementing an option to open multiple independent positions on the same market from a single account?
For example, I’d like to simultaneously hold:
- A 10x leveraged long,
- A 2x leveraged long, and
- A 50x leveraged long
on the ETH-USDC market.
This stems from some more complex trading ideas (which I’d prefer not to detail here) related to API trading. While I could achieve this by opening positions from different accounts, it would be far more convenient to manage everything under one account.
Theoretically, each position could have a unique ID. I envision this as an optional mode: by default, everything works as it does now, but when placing an order, there could be a “Separate position” checkbox to create a truly independent order on the same market.
Later, via API, I could reference a specific position by its ID to modify its properties—such as adding/withdrawing collateral, setting TakeProfit orders, and so on.