analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

:chart: Python framework for real-time financial and backtesting trading strategies

Results 11 analyzer issues
Sort by recently updated
recently updated
newest added

http://yapsy.sourceforge.net

enhancement

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