kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
937 stars 215 forks source link

FIX one-off bug in unroll_signal_list() #79

Closed ihopethiswillfi closed 11 months ago

ihopethiswillfi commented 1 year ago

i should be minumum 1, because we use signals[i - 1]

kieran-mackle commented 11 months ago

Good catch! Thanks for the contribution