Stage 07.3 - auto trading analysis cycle skeleton
This commit is contained in:
@@ -98,7 +98,12 @@
|
||||
✔ risk presets
|
||||
|
||||
### 07.3
|
||||
⏳ background loop
|
||||
✔ analysis cycle skeleton
|
||||
✔ mock signals
|
||||
✔ UI integration
|
||||
|
||||
### 07.3.1
|
||||
⏳ asyncio background loop
|
||||
|
||||
### 07.4
|
||||
⏳ strategy plugin architecture
|
||||
|
||||
@@ -23,11 +23,20 @@
|
||||
|
||||
---
|
||||
|
||||
## 07.3 — Background loop
|
||||
## 07.3 — Analysis Cycle Skeleton
|
||||
|
||||
⏳ scheduler
|
||||
⏳ market polling
|
||||
⏳ signal loop
|
||||
✔ run_cycle()
|
||||
✔ last_check_at
|
||||
✔ last_signal
|
||||
✔ mock signals
|
||||
✔ UI integration
|
||||
|
||||
---
|
||||
|
||||
## 07.3.1 — Background loop
|
||||
|
||||
⏳ asyncio loop
|
||||
⏳ live cycle
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user