gurusura / tradingbot22-tradingbots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

individual bot needs to overwrite getDecision function

class TrendBot(BaseBot):

    def __init__(self, name: str, stock, backendurl: str = "http://127.0.0.1:8000"):
        super().__init__(name, backendurl)
        self.stock = stock

About


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%Language:Dockerfile 0.0%Language:Shell 0.0%