IndicatorBaseAddBars(String, BarType, String, DateTime, DateTime, BackfillPolicy) Method |
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected void AddBars(
string instrument,
BarType barType,
string session,
DateTime startDate,
DateTime endDate,
BackfillPolicy backfillPolicy
)
Parameters
- instrument String
-
- barType BarType
-
- session String
-
- startDate DateTime
-
- endDate DateTime
-
- backfillPolicy BackfillPolicy
-
See Also