Remove stop_orders.json from git, add to gitignore with deposit_cache.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dd48a64f8e
commit
513ed5d62f
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,6 +5,8 @@ cache/
|
|||||||
positions.json
|
positions.json
|
||||||
trade_history.csv
|
trade_history.csv
|
||||||
bot_state.json
|
bot_state.json
|
||||||
|
stop_orders.json
|
||||||
|
deposit_cache.json
|
||||||
*.log
|
*.log
|
||||||
.venv/
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
|
|||||||
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user