Access to renko charts data in cBot

Created at 04 Jan 2024, 18:32
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!
VA

vadakoff

Joined 26.05.2022

Access to renko charts data in cBot
04 Jan 2024, 18:32


Hello guys!

May i got access in cBot to native renko charts indicator in cTrader?


@vadakoff
Replies

PanagiotisCharalampous
05 Jan 2024, 06:51

Hi there,

Yes, you can use GetBars() to achieve this

Best regards,

Panagiotis


@PanagiotisCharalampous

vadakoff
05 Jan 2024, 13:04 ( Updated at: 06 Jan 2024, 08:16 )

RE: Access to renko charts data in cBot

PanagiotisCharalampous said: 

Hi there,

Yes, you can use GetBars() to achieve this

Best regards,

Panagiotis

I see thanks for reply!


@vadakoff

vadakoff
05 Jan 2024, 13:04 ( Updated at: 06 Jan 2024, 08:16 )

RE: Access to renko charts data in cBot

PanagiotisCharalampous said: 

Hi there,

Yes, you can use GetBars() to achieve this

Best regards,

Panagiotis

but GetBars it is OHLC items as i know, aren't?


@vadakoff

PanagiotisCharalampous
06 Jan 2024, 08:24

RE: RE: Access to renko charts data in cBot

vadakoff said: 

PanagiotisCharalampous said: 

Hi there,

Yes, you can use GetBars() to achieve this

Best regards,

Panagiotis

but GetBars it is OHLC items as i know, aren't?

The same collection is used for renko bars as well. 


@PanagiotisCharalampous