Output Different Bar Type / Value

Created at 22 Feb 2022, 12:10
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
sirinath's avatar

sirinath

Joined 25.11.2021

Output Different Bar Type / Value
22 Feb 2022, 12:10


How you you create and "indicator" which outputs a different Bar values? E.g. something like Heikin-Ashi. IndicatorDataSeries cannot have OHLCV values.


@sirinath
Replies

amusleh
23 Feb 2022, 08:50

Hi,

For that you have to use chart drawing functions, you can't do it with IndicatorDataSeries (outputs).

 


@amusleh