Arcadiyyyyyyyy / spot_auto_seller

Sells selected coins from binance spot. Coin -> usdt automatically
0 stars 1 forks source link

Implement getting info from websockets #1

Open Arcadiyyyyyyyy opened 1 year ago

Arcadiyyyyyyyy commented 1 year ago

So, you should listen for the stream of data for deposits, transfers, and orders.

If the web socket came from the pair from the list = make calculations on if you can sell the coins (is there enough minimum amount), and if so - do so, and write it to the logs.

Arcadiyyyyyyyy commented 1 year ago

Currently, there is a regular task, you need to come up with a way to run them continuously inside the one container.

I don't think it should be different processes, rather perhaps multithreading(?)

Needs investigation