AutoLotScaling | bool | true | Auto-scale lots by point value (contract size differences) |
|---|
Slippage | int | 10 | Allowed slippage (points) |
|---|
MagicNumber | long | 987654 | Magic Number of the Slave orders |
|---|
PropagateSlaveClose | bool | true | Slave closes AND trading locks propagate to the Master |
|---|
ExpectedSlaves | int | 0 | Fresh Slave heartbeats required for new entries; 0 = off |
|---|
SlaveHeartbeatTimeoutSec | int | 15 | Slave heartbeat considered stale after (seconds) |
|---|
TradePairLog | bool | true | Per-account trade log (<syncfile>.trades.<login>.csv) for hedge reconciliation |
|---|
DailyProfitLimitPercent | double | 4.6 | Daily profit limit (%); 0 = no limit |
|---|
DailyLossLimitPercent | double | 4.6 | Daily loss limit (%); 0 = no limit |
|---|
TotalProfitLimitPercent | double | 8.1 | Total profit limit (%); 0 = no limit |
|---|
TotalLossLimitPercent | double | 8.1 | Total loss limit (%); 0 = no limit |
|---|
MaxLossPercentPerIdea | double | 0.0 | Floating loss per symbol + direction (% of initial base); 0 = off |
|---|
MaxProfitPercentPerIdea | double | 0.0 | Floating profit per symbol + direction (% of initial base); 0 = off |
|---|
MaxParallelTrades | int | 1 | Parallel trades limit; 0 = no limit |
|---|
MaxTradesPerDay | int | 1 | Trades per day limit; 0 = no limit |
|---|
MaxTradesTotal | int | 0 | Total trades limit (never resets daily); 0 = no limit |
|---|
MaxConsecLossesPerDay | int | 0 | Consecutive losses per day limit; 0 = no limit |
|---|
MaxConsecWinsPerDay | int | 0 | Consecutive wins per day limit; 0 = no limit |
|---|
MaxDailyNetWins | int | 0 | Daily net W/L tally: stop at wins-losses >= +this; 0 = no limit |
|---|
MaxDailyNetLosses | int | 0 | Daily net W/L tally: stop at wins-losses <= -this; 0 = no limit |
|---|
DailyResetHour | int | 0 | Daily reset hour (0-23) |
|---|
DailyResetMinute | int | 0 | Daily reset minute (0-59) |
|---|
LimitTradingHours | bool | true | Limit new entries to the specified hours |
|---|
TradingStartHour | int | 6 | Trading start hour (0-23) |
|---|
TradingStartMinute | int | 0 | Trading start minute (0-59) |
|---|
TradingEndHour | int | 20 | Trading end hour (0-23) |
|---|
TradingEndMinute | int | 0 | Trading end minute (0-59) |
|---|
ForceExitEnabled | bool | true | Force close at the specified time |
|---|