markaz_arshy/smc_config.json
2025-08-12 14:36:24 +00:00

27 lines
No EOL
616 B
JSON

{
"symbols": [
"XAUUSD",
"EURUSD",
"GBPUSD",
"BTCUSD"
],
"timeframes": [
"15m",
"1h",
"4h"
],
"profiles": [
"scalper",
"intraday",
"swing"
],
"scan_interval": 300,
"server_config": {
"server_url": "http://localhost:5000/submit_signal",
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here",
"auto_trade": true,
"broadcast": true
},
"mt5_path": "\"C:\\Program Files\\ExclusiveMarkets MetaTrader5\\terminal64.exe\""
}