mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 01:27:24 -04:00
Compare commits
1 Commits
v0.3.0-alp
...
v0.3.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| fcfdf36c1c |
@@ -334,7 +334,7 @@ class ModelDayExecutor:
|
||||
)
|
||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||
""", (
|
||||
self.job_id, self.date, self.model_sig, 0, "init",
|
||||
self.job_id, self.date, self.model_sig, 0, "no_trade",
|
||||
initial_cash, initial_cash, session_id, created_at
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user