IInstrumentFactory..::..CreateInstruments Method (TimeScale, array<DateTimeOffset>[]()[][], ITradingSchedule, array<String>[]()[][])
Creates IInstruments into which quotes and other columns can be inserted.
Namespace:
Sharpshooter.SDKAssembly: Sharpshooter.SDK (in Sharpshooter.SDK.dll)
Syntax
IInstrument[] CreateInstruments( TimeScale barWidth, DateTimeOffset[] rawTimestamps, ITradingSchedule schedule, string[] tickers )
Parameters
- barWidth
- Type: TimeScale
Bar (candle) width
- rawTimestamps
- Type: array<DateTimeOffset>[]()[][]
Raw timestamp values
- schedule
- Type: ITradingSchedule
Name of the [ITradingSchedule] (class)
- tickers
- Type: array<String>[]()[][]
Instrument tickers

