Click or drag to resize

IndicatorBaseAddBars(String, BarType, String, DateTime, DateTime, BackfillPolicy) Method

Add a secondary Bars series

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected 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
Exceptions
ExceptionCondition
Exception
See Also