IndicatorBaseAddBars(String, BarType, String, DateTime, DateTime, BackfillPolicy) Method |
Add a secondary
Bars series
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxprotected void AddBars(
string instrument,
BarType barType,
string session,
DateTime startDate,
DateTime endDate,
BackfillPolicy backfillPolicy
)
Parameters
- instrument String
- Display name of the instrument
- barType BarType
- BarType
- session String
- Session name
- startDate DateTime
- StartDate
- endDate DateTime
- EndDate
- backfillPolicy BackfillPolicy
- BackfillPolicy
ExceptionsException | Condition |
---|
Exception | |
See Also