pivot points

This commit is contained in:
Dobromir Popov
2025-05-29 21:03:26 +03:00
parent 3e697acf08
commit 7e4b29fdc2
4 changed files with 642 additions and 110 deletions

View File

@ -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