You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While pre-fetching we fetch for example last 30 minutes of data, the backtest simulation starts for ex. 4 hours prior to that. This causes non-synced/invalid look_back data.
The text was updated successfully, but these errors were encountered:
The prefetch feature should be used only for 'Paper' and 'Live' trading.
For backtest the prefetch, could be used only to automatically get latest data, but before we fix #31, this logic just takes too long time.
While pre-fetching we fetch for example last 30 minutes of data, the backtest simulation starts for ex. 4 hours prior to that. This causes non-synced/invalid look_back data.
The text was updated successfully, but these errors were encountered: