Click or drag to resize

Calculate Enumeration

Determines how an OnBarUpdate will update

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public enum Calculate
Members
Member nameValueDescription
OnEachTick0 Calculate on each tick
OnPriceChange1 Calculate only if the price changes
OnClose2 Calculates on close of bar, i.e. when a new bar forms
See Also