You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the pythonically challenged... could someone please modify the example notebook to use 4 different buy, cover, short,and sell rules and to show the backtest fuction the long way..
For the pythonically challenged... could someone please modify the example notebook to use 4 different buy, cover, short,and sell rules and to show the backtest fuction the long way..
pybacktest.Backtest(self, dataobj, name='Unknown', signal_fields=('buy', 'sell', 'short', 'cover'), price_fields=('buyprice', 'sellprice', 'shortprice', 'coverprice'))
with 'dataobj', name, signal_fields', and 'price_filelds'. the 'locals()' function is making it hard for me to figure this out.. thanks in advance.
The text was updated successfully, but these errors were encountered: