bifitnex-trading/stop_orders.json
kroutony 17303d5d3d Add deposit-based total return, session persistence flag, dual return rates
- Add fetch_total_deposits() with hourly local cache (deposit_cache.json)
- Use deposit total as capital base for accurate total return calculation
- Add --no-session-persistence to claude CLI subprocess calls
- Show both total return (deposit-based) and change rate (cost-based) in reports
- Update portfolio summary with Total Return line

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 10:21:39 +00:00

38 lines
790 B
JSON

{
"tDOTUST": {
"order_id": 233309387815,
"stop_price": 1.3849,
"entry_price": 1.4287,
"amount": 10.03723093
},
"tXRPUST": {
"order_id": 233329683966,
"stop_price": 1.372,
"entry_price": 1.4153,
"amount": 12.66451728
},
"tSOLUST": {
"order_id": 233329069994,
"stop_price": 85.644,
"entry_price": 88.367,
"amount": 0.16229378
},
"tETHUST": {
"order_id": 233338658543,
"stop_price": 2048,
"entry_price": 2110.9826633288,
"amount": 0.01357354
},
"tLINK:UST": {
"order_id": 233331464285,
"stop_price": 8.9428,
"entry_price": 9.2243,
"amount": 1.16577353
},
"tBTCUST": {
"order_id": 233335923158,
"stop_price": 69413,
"entry_price": 71556.91752086183,
"amount": 0.00065071
}
}