| StrategyOnValidateExitPatternFilter Method |
Override to implement filter before validation process of exit pattern of the strategy.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public virtual bool OnValidateExitPatternFilter(
Object e,
MarketDataSource source
)
Parameters
- e
- Type: SystemObject
MarketDataEventArgs or MarketDepthEventArgs object depending on source. Use type cast. - source
- Type: MZpack.NT8.AlgoMarketDataSource
Source of the event representing by e parameter: MarketDataEventArgs or MarketDepthEventArgs
Return Value
Type:
BooleanTrue if the strategy will attempt to validate the pattern.
See Also