Stiffness

Modified on 2018/12/01 15:31 by Eugene — Categorized as: TASCIndicators

Syntax

public Stiffness(DataSeries ds, int maPeriod, int stiffPeriod, double devs, string description)
public static Stiffness Series(DataSeries ds, int maPeriod, int stiffPeriod, double devs)

Parameter Description

dsDataSeries
maPeriodMoving average period
stiffPeriodStiffness period
devsNumber of standard deviations

Description

The Stiffness is featured in a Markos Katsanos article from November 2018 issue of Technical Analysis of Stocks & Commodities magazine. According to author, it attempts to recognize strong price trends by counting the number of times price was above a moving average during the indicator period. The premise is the fewer number of times price penetrates the MA, the stronger the trend. This suggests less erratic future price movement as well.

Example

Refer to: