Click or drag to resize

BacktestBars Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public BacktestBars(
	Instrument instrument,
	BarType bartype,
	Session session,
	DataLoadType dataLoadType,
	DateTime from,
	DateTime to,
	BackfillPolicy backfillPolicy
)

Parameters

instrument  Instrument
 
bartype  BarType
 
session  Session
 
dataLoadType  DataLoadType
 
from  DateTime
 
to  DateTime
 
backfillPolicy  BackfillPolicy
 
See Also