diff --git a/.gitignore b/.gitignore index 810ce5d..2ba2f87 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ cache/ positions.json trade_history.csv bot_state.json +stop_orders.json +deposit_cache.json *.log .venv/ venv/ diff --git a/stop_orders.json b/stop_orders.json deleted file mode 100644 index 42d770d..0000000 --- a/stop_orders.json +++ /dev/null @@ -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 - } -} \ No newline at end of file