MarcelBeining / EazeBot

Free python/telegram bot for easy execution and surveillance of crypto trading plans on multiple exchanges.
GNU General Public License v3.0
115 stars 36 forks source link

Adding/importing existing orders into eazebot #12

Open offtopic opened 4 years ago

offtopic commented 4 years ago

Sometimes i create an order without eazebot ... right now if you want to handle those trades through eazebot, you have to delete the existing order and re-create it with eazebot but than the order get placed to the end of exchange processing queue (especially a problem on low-sat coins)

I'm not sure if there are any technical issues regarding the import(?)

from my naive perspective you might list existing placed orders (unfilled) for the selected trading pair and then you can choose the orders to import. After that it should be possible to add SL (als already possible)

Is this a use case you find also interesting or not relevant for you?

MarcelBeining commented 4 years ago

Indeed this is an interesting feature! However I am not sure how fast I can get to this in my limited free time! Contributions are always welcome :-)