load_all_data#
- load_all_data(client, time_frame, execution_context)[source]#
Load all pair, candle and liquidity data for a given time bucket.
Backtest data is never reloaded
Live trading purges old data fiels and reloads data
- Parameters
client (Client) – Trading Strategy client instance
time_frame (TimeBucket) – Candle time bucket to load
execution_context (ExecutionContext) – Defines if we are live or backtesting
- Return type