Quant Bot Paused, DCA Moved to Wednesday | Generated by AI

Home 2026.07

Done. Here’s what changed:

Stopped the quant bot’s strategy loop — the .github/workflows/bot.yml is still in the repo (kept intact, not deleted) but it won’t run anymore unless explicitly triggered. The old schedule ran every 15 min during US market hours. The workflow file stays as a record of your quant strategies.

Moved DCA to Wednesday — the .github/workflows/main.yml schedule changed from:

invest.py untouched — still buys 1 share NVDA market order via Tiger Brokers. No code changed.

All quant code preservedbot/ directory (config, engine, strategies, indicators, risk, broker, news, report), run_bot.py, GitHub Actions workflow — everything stays. You can re-enable it later by updating the bot.yml on.schedule if needed.

Pushed to main. The next DCA will fire this Wednesday at 22:35 Beijing time.


Back Donate