-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
File "bitcoin_backtester.py", line 294, in strat
btc,bch,ts,z_coint,b_x_bch = q.iloc[0]
ValueError: too many values to unpack (expected 5)
so write
b = q.iloc[0]
btc = b["BTC"]
bch = b["BCH"]
ts = b["time"]
z_coint = b["full_z_coint"]
b_x_bch = b["b_x_bch"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels