yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.51k stars 826 forks source link

Orders.py is an Unessessary Module - Consolidate into BinanceAPI.py #167

Closed RGAlexander216 closed 6 years ago

RGAlexander216 commented 6 years ago

Almost all the methods essentially are only functioning to print a message. this can cause some issue with docstrings in some IDEs as it makes the docstring inaccessible.

yasinkuyu commented 6 years ago

I actually thought of database connections in orders.py, but there was no opportunity to complete it. Can be combined with BinanceAPI.py