GetInitialLookBackDays()
GetInitialLookBackDays()
Definition
Determines how many days of data load when a user makes a “bars back” data request.
Method Return Value
This method returns An int value.
Method Parameters
Syntax
You must override the method in your Bars Type with the following syntax.
public override int GetInitialLookBackDays(BarsPeriod barsPeriod, TradingHours tradingHours, int barsBack) \{ \}
Examples
Tip: Try to request an amount of data that is just right for what is needed. Requesting too large a data set will result in unnecessary data being loaded. Requesting too small a data set will result in multiple requests being done.

