Spearman

Modified on 2011/01/11 16:54 by Eugene — Categorized as: TASCIndicators

Syntax

public Spearman(DataSeries ds, int period, string description)
public static Spearman Series(DataSeries ds, int period)

Parameter Description

dsData series
periodLookback period

Description

Based on an article by Dan Valcu, published in February 2011-issue of Stocks and Commodities Magazine. The Spearman indicator is a very old statistical tool that helps determine trend strength and turning points even to this day.

Please read the article for more details.

Example

Please read this Traders' Tip for a code example: Spearman indicator (Valcu)