pivot points
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# Enhanced Multi-Modal Trading System Configuration
|
||||
|
||||
# System Settings
|
||||
system:
|
||||
timezone: "Europe/Sofia" # Configurable timezone for all timestamps
|
||||
log_level: "INFO" # DEBUG, INFO, WARNING, ERROR
|
||||
session_timeout: 3600 # Session timeout in seconds
|
||||
|
||||
# Trading Symbols (extendable/configurable)
|
||||
symbols:
|
||||
- "ETH/USDC" # MEXC supports ETHUSDC for API trading
|
||||
@ -161,7 +167,7 @@ mexc_trading:
|
||||
# Risk management
|
||||
max_daily_loss_usd: 5.0 # Stop trading if daily loss exceeds $5
|
||||
max_concurrent_positions: 3 # Only 1 position at a time for testing
|
||||
max_trades_per_hour: 60 # Maximum 60 trades per hour
|
||||
max_trades_per_hour: 600 # Maximum 60 trades per hour
|
||||
min_trade_interval_seconds: 30 # Minimum between trades
|
||||
|
||||
# Order configuration
|
||||
|
Reference in New Issue
Block a user