PollIntervalSeconds | int | 10 | Poll interval for new signals |
|---|
SymbolSuffix | string | .PRO | Symbol suffix (e.g., ".PRO", ".ecn", "") |
|---|
TestingSection | string | === TESTING PARAMETERS === | Testing Settings Section |
|---|
TestMode | bool | false | Enable test mode (no real trading) |
|---|
TestConnectToWebServer | bool | true | Connect to web server during testing |
|---|
TestScenario | string | ALL | Test scenario: "ALL", "SINGLE_TP", "MULTI_TP", "CUSTOM", "LIVE_TEST" |
|---|
TestInitialPrice | double | 1.0850 | Starting price for simulation |
|---|
TestSpeedMultiplier | int | 100 | Speed up simulation (ticks per second) |
|---|
TestGenerateSignals | bool | true | Generate test signals automatically |
|---|
TestSymbol | string | EURUSD | Symbol for test signals |
|---|
LiveTestSection | string | === LIVE TEST PARAMETERS === | Live Test Settings Section |
|---|
LiveTestMode | bool | false | Enable live test mode (real orders with test signals) |
|---|
LiveTestLotSize | double | 0.01 | Fixed lot size for live testing |
|---|
LiveTestSymbol | string | ETHUSD | Symbol for live testing (ETHUSD, BTCUSD, EURUSD) |
|---|
LiveTestEntryOffset | double | 5.0 | Entry price offset from current market (5 for crypto, 0.0005 for forex) |
|---|
LiveTestSLDistance | double | 20.0 | Stop loss distance (20 for crypto, 0.002 for forex) |
|---|
LiveTestTP1Distance | double | 10.0 | TP1 distance (10 for crypto, 0.001 for forex) |
|---|
LiveTestTP2Distance | double | 20.0 | TP2 distance (20 for crypto, 0.002 for forex) |
|---|
LiveTestTP3Distance | double | 30.0 | TP3 distance (30 for crypto, 0.003 for forex) |
|---|