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

help !

duchuAz opened this issue · comments

Traceback (most recent call last):
File "main.py", line 8, in
from src.factory import BotFactory
File "/root/ta-lib/alpha-rptr/src/init.py", line 252
def notify(message: object, fileName: object = None) -> object:
^
SyntaxError: invalid syntax

thx u !

Hello, could you please tell me more about how to reproduce this error like what mode are you using, did you set your line api keys correctly, when exactly does it trigger this error?

I suppose this is caused by older version of python, you should use 3.65 or newer.