Click or drag to resize
StrategyBaseIsSubmitOnFilled Property
Gets or sets if stop and/or target orders are submitted when entry order is completely filled. This property can be set only when the strategy is in Initialize state.

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool IsSubmitOnFilled { get; set; }

Property Value

Type: Boolean
See Also