TheFourGreatErrors / alpha-rptr

A trading bot for automated algorithmic trading on Binance Futures, Bybit, BitMEX and FTX written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot has an error at start

marchapunkt opened this issue · comments

File "/home/xxxxx/alpha-rptr/main.py", line 38, in
bot.run()
File "/home/xxxxx/alpha-rptr/src/bot.py", line 275, in run
self.exchange.show_result()
TypeError: Bybit.show_result() missing 1 required positional argument: 'plot

Hi, I assume you are using the bybit-unified-stable branch, there was a redundant argument in show_result(). Feel free to try again and please let me know if everything works.