Piotr Yordanov

Results 6 comments of Piotr Yordanov

@yaegassy Just wanted to say that your fork works wonderfully. @iamcco please do merge it! Thx for bothπŸ™

@utekakca @brankoo124 you can try something like this: ```python def get_data(asset="BTCUSD", start=0, end=0): filename = "data/{}.csv".format(asset) df = pd.read_csv(filename) df['Date'] = pd.to_datetime(df['Date']) df = df.set_index('Date') if (end != 0): df...

@polakowo Any update on allowing us to pass `klines_type`?

damm that was fast! I'm still playing around, and actually filtering context is a bit more important than this πŸ˜‚ (for now πŸ™ˆ)