Closed kalaytan closed 7 years ago
I've taken out a second example into separate file from finmarketpy_examples/backtest_example.py
Created a clean env and still getting the error. I guess it's something to do with changes in finmarketpy/backtest/backtestengine.py 2 weeks ago.
signals = backtest.get_porfolio_signal() # get final signals for each series AttributeError: 'Backtest' object has no attribute 'get_porfolio_signal'
Hi @kalaytan - there was a spelling mistake (get_portfolio_signal), now fixed :-)
so true. works fine now.
42f4bc25a43 fixed it.
Thank you!
I've taken out a second example into separate file from finmarketpy_examples/backtest_example.py
Created a clean env and still getting the error. I guess it's something to do with changes in finmarketpy/backtest/backtestengine.py 2 weeks ago.