- Starting balance: $1000
- Commission: 0.01%
- Risk per trade: 1%
- quantity = percentage_risk_balance/loss_per_1_contract (incl. fee)
- max_quantity = maxLeverage_balance/entry_price
- If quantity < max_quantity, meaning the leverage is less than the maximum allowed, we keep quantity. If quantity > max_quantity, we use max_quantity (the maximum allowed volume according to the set leverage).

