Florian Cabirol
Florian Cabirol
Why not just with a HEAD Request? You have the pagination resource enabled by default. So just make a HEAD request on /yourentity and use the value of the "Content-Range"...
This is the simplified code : ``` windows = np.arange(2, 12) window_rsi_high = np.arange(90, 100) window_rsi_low = np.arange(0, 10) loader = FileLoader("ETH", "EUR") price = loader.data()['Close'] bbrands = vbt.BBANDS.run(price, window=windows)...
Same here @wpabon123 Are you able to solve the problem ?