Spaces:
Runtime error
Runtime error
Invalid JSON: Unexpected token 'c', "cat > conf"... is not valid JSON
| cat > config_template.json << 'EOF' | |
| { | |
| "telegram": { | |
| "enabled": false, | |
| "bot_token": "", | |
| "chat_ids": [] | |
| }, | |
| "smtp": { | |
| "enabled": false, | |
| "server": "smtp.gmail.com", | |
| "port": 587, | |
| "email": "", | |
| "password": "", | |
| "recipients": [] | |
| }, | |
| "strategies": { | |
| "doji": true, | |
| "ichimoku": true, | |
| "support_resistance": true, | |
| "rsi": true, | |
| "ema": true, | |
| "sma": true, | |
| "cci": true | |
| }, | |
| "settings": { | |
| "market_count": 200, | |
| "risk_reward_ratio": 2.0, | |
| "primary_timeframe": "15m", | |
| "secondary_timeframe": "1m" | |
| } | |
| } | |
| EOF | |
| echo "✓ Hame file ha ba mohtava sakhte shodand!" | |