federico123579 / XTBApi

Api for XBT trading platform.
MIT License
63 stars 30 forks source link

Update open_trade function of Client class and some other minor things #3

Closed AndresRzCh closed 2 years ago

AndresRzCh commented 4 years ago

Change log file names to include the date Add the import module line to init file Remove enum package and their respective classes Remove unused packages and variables Function login_decorator now returns an exception if it finally get an error during the last step Function send_command now returns the WebSocket response in any case Add Stop Loss and Take Profit support to open_trade function Change input for time period to string form for all functions Change some typos, code styling, function names, descriptions, and logging messages