Skip to content

TrueRange Method (3)

TrueRange (1 of 3)

Summary

Initializes the True Range indicator.

Remarks

The True Range indicator is the daily range plus any gap from the closing price of the previous day

Signature

1
public abstract TrueRange TrueRange()

Return Value

TrueRange

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

TrueRange (2 of 3)

Summary

Initializes the True Range indicator.

Remarks

The True Range indicator is the daily range plus any gap from the closing price of the previous day

Signature

1
public abstract TrueRange TrueRange(Bars bars)

Parameters

Name Type Description
bars Bars The Bars that will be used by indicator, you can pass another timeframe/symbol bars

Return Value

TrueRange

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

TrueRange (3 of 3)

Signature

1
public abstract TrueRange TrueRange(MarketSeries marketSeries)

Parameters

Name Type Description
marketSeries MarketSeries

Return Value

TrueRange

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 30, 2023