Skip to content

ChaikinMoneyFlow Method (3)

ChaikinMoneyFlow (1 of 3)

Summary

The Chaikin Money Flow indicator measures the money flow volume over a specific period.

Signature

1
public abstract ChaikinMoneyFlow ChaikinMoneyFlow(int periods)

Parameters

Name Type Description
periods int The period used for the calculation

Return Value

ChaikinMoneyFlow

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

ChaikinMoneyFlow (2 of 3)

Summary

The Chaikin Money Flow indicator measures the money flow volume over a specific period.

Signature

1
public abstract ChaikinMoneyFlow ChaikinMoneyFlow(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 period used for the calculation

Return Value

ChaikinMoneyFlow

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor

ChaikinMoneyFlow (3 of 3)

Signature

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

Parameters

Name Type Description
marketSeries MarketSeries
periods int

Return Value

ChaikinMoneyFlow

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023