analyzer
analyzer copied to clipboard
:chart: Python framework for real-time financial and backtesting trading strategies
are history tracking
for pubsub messages
Not always, but sometimes constans could be a bad sign https://github.com/llazzaro/analyzer/blob/master/analyzer/backTest/constant.py
It was removed and moved to pystock however this one is required on the trading center. ``` python if order.symbol in self.__lastTickDict: closePrice = self.__lastTickDict[order.symbol].close if Action.SELL == order.action and...
https://github.com/manahl/arctic