Aleksander Hrastič
Aleksander Hrastič
It is the middle of 2022 and still no updates... :(
Hey, the workaround is to use 2D convolution. But keep one dimension at 1.
I also have a problem, when i try to backtest i get an error: ```text No cached data found for BTC-USDT from: 1646160556.8444185 to 1677610156.8444185 at a resolution of 86400...
It is pretty basic code: ```python import blankly from blankly import futures, Side from blankly.futures import FuturesStrategyState from blankly.futures.utils import close_position def price_event(price, symbol, state: FuturesStrategyState): prev_price = state.variables['prev_price'] position...
Actually there are two sets of problems now that I inspected. The first one occurs when I try to preform a backtest on futures. Code in both cases: ```python import...
Just an update: When I downloaded blankly directly from github and installed it with "pip install -e .", The interface.history started to return data ( not consistently, depending on a...