mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-06 04:20:59 +08:00
feat: migrate to CoinAnk API and improve chart UI
- Chart improvements: professional styling, popular symbols quick selection, simplified B/S legend - Data source migration: use CoinAnk API exclusively for all kline data - Code cleanup: remove Binance WebSocket cache and related code (websocket_client.go, combined_streams.go, monitor.go) - Log optimization: reduce hook spam, suppress 404 errors, increase P&L diff threshold - Lighter integration: add order sync functionality, fix market order precision - Remove ticker merge logic for simplicity
This commit is contained in:
@@ -67,6 +67,7 @@ export interface AccountSnapshot {
|
||||
export interface DecisionRecord {
|
||||
timestamp: string
|
||||
cycle_number: number
|
||||
system_prompt: string
|
||||
input_prompt: string
|
||||
cot_trace: string
|
||||
decision_json: string
|
||||
|
||||
Reference in New Issue
Block a user