cleanup
This commit is contained in:
@@ -9,6 +9,6 @@ Start-Process powershell -ArgumentList "-Command python run_tensorboard.py" -Win
|
||||
Write-Host "Starting TensorBoard... Please wait" -ForegroundColor Yellow
|
||||
Start-Sleep -Seconds 5
|
||||
|
||||
# Start the live trading demo in the current window
|
||||
Write-Host "Starting Live Trading Demo with mock data..." -ForegroundColor Green
|
||||
python run_live_demo.py --symbol ETH/USDT --timeframe 1m --model models/trading_agent_best_pnl.pt --mock
|
||||
# Start the live trading system in the current window
|
||||
Write-Host "Starting Live Trading System..." -ForegroundColor Green
|
||||
python main_clean.py --port 8051
|
Reference in New Issue
Block a user