CandleStickPattern
Description
Detects the specified candle stick pattern.
Syntax
CandleStickPattern(ChartPattern pattern, int trendStrength)
CandleStickPattern(ISeries\<double\> input, ChartPattern pattern, int trendStrength)
Returns a value indicating if the specified pattern was detected
CandleStickPattern(ChartPattern pattern, int trendStrength)[int barsAgo]
CandleStickPattern(ISeries\<double\> input, ChartPattern pattern, int trendStrength)[int barsAgo]
Return Value
A double value representing pattern found. Returns a value of 1 if the pattern is found; returns a value of 0 if no pattern was found.
Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
Parameters
Examples
Source Code
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.

