Skip to content

DirectionalMovementSystem Method (3)

DirectionalMovementSystem (1 of 3)

Summary

The Directional Movement System is composed of three indicators that show if the market is trending and provide signals.

Signature

1
public abstract DirectionalMovementSystem DirectionalMovementSystem(int periods)

Parameters

Name Type Description
periods int The value of the periods used for calculation.

Return Value

DirectionalMovementSystem

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

DirectionalMovementSystem (2 of 3)

Summary

The Directional Movement System is composed of three indicators that show if the market is trending and provide signals.

Signature

1
public abstract DirectionalMovementSystem DirectionalMovementSystem(Bars bars, int periods)

Parameters

Name Type Description
bars Bars The Bars that will be used by indicator, you can pass another timeframe/symbol bars
periods int The value of the periods used for calculation.

Return Value

DirectionalMovementSystem

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

DirectionalMovementSystem (3 of 3)

Signature

1
public abstract DirectionalMovementSystem DirectionalMovementSystem(MarketSeries marketSeries, int periods)

Parameters

Name Type Description
marketSeries MarketSeries
periods int

Return Value

DirectionalMovementSystem

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023