Click or drag to resize

AlgoStrategy1OnPositionOpenFilter Method

Custom filter on position open. Implements 'No new entries on stop loss bar' logic.

Namespace:  NinjaTrader.NinjaScript.Strategies.MZpackAPISamples
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public override bool OnPositionOpenFilter(
	DateTime time
)

Parameters

time
Type: SystemDateTime

Return Value

Type: Boolean
See Also