Click or drag to resize

BarJoinedPOCsSignalGetEntryPrice Method

Namespace:  NinjaTrader.NinjaScript.Strategies.MZpackStrategies.ReversalAStrategy
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
protected override double GetEntryPrice(
	Object args,
	SignalDirection allowed
)

Parameters

args
Type: SystemObject
allowed
Type: MZpack.NT8.AlgoSignalDirection

Return Value

Type: Double
See Also