🟠 Position Sizing
These control how large each position is and how many can be open together. This is the part that actually matters for a small balance.
| Parameter | Description | Setting |
|---|---|---|
| UseFixedLot | Use a fixed lot size instead of a risk-percentage calculation. | Onalready the default — leave as-is |
| FixedLotSize | The lot size for a full-size position. The half-position (Momentum Exception) system automatically opens at half of this. | 0.02was 0.06 |
| MaxOpenPositions | Maximum number of positions open at the same time. On a small balance, multiple simultaneous positions can exhaust margin quickly. | 1was 3 |
| RiskPercent | Only used if you later switch UseFixedLot off. Percentage of balance risked per trade. | 1.5%no change needed — already sized for a small account |
🟡 Arbitrage Strategy (recommend disabling)
Each arbitrage entry opens three positions at once, on three different forex pairs — the combined margin required is usually too much for a $100 balance.
| Parameter | Description | Setting |
|---|---|---|
| EnableArbitrageStrategy | Turns the whole triangular arbitrage module on or off. | Offwas On |
| ArbitrageLotSize | Only relevant if you choose to keep arbitrage enabled anyway. Lot size per leg (×3 legs open together). | 0.01only if re-enabling — was 0.1 |