KeyReversalUpAtSMA
Description
KeyReversalUpAtSMA searches within a predefined number of periods to find turning points with the following characteristics:
1 The current close is higher than the previous close 2 The current low is smaller than or equal to the lowest low within n bars 3 The current low has touched or breached an SMA
See KeyReversalUp, KeyReversalDown, KeyReversalDownAtSMA, KeyReversalUpAtEMA, KeyReversalDownAtEMA.
Parameters
inSeries Input data series for the indicator period Number of bars included in the calculations SMAperiod Number of periods included in the calculation of the SMA
Return value
double
0 – No reversal information 1 – Reversal information found
Usage
Example
Last updated