Click or drag to resize

StrategyOnPositionUpdate Method

Updates when the position gets updated

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual void OnPositionUpdate(
	int barsIdx
)

Parameters

barsIdx  Int32
Bars index for which the postion was updated
See Also