Renko Bars, Bars value

Created at 17 Apr 2023, 21:28
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!
SA

Samm193

Joined 11.05.2020

Renko Bars, Bars value
17 Apr 2023, 21:28


Dear All,

 

I want to add Renko Bars to my cbot.

By example, say the next Renko bars must be green, is this possible please?

How to code this in the bot please?

 

Thank You,


@Samm193
Replies

firemyst
18 Apr 2023, 09:16

RE:

Samm193 said:

Dear All,

 

I want to add Renko Bars to my cbot.

By example, say the next Renko bars must be green, is this possible please?

How to code this in the bot please?

 

Thank You,

Renko bars can be added to your bot by either:

1) selecting a renko time frame and running the bot in the REnko time frame

2) in your bot code getting the Renko Bars programmatically

3) putting in logic within your cbot that measures every x pips with each tick to see if a new bar has been formed

4) using an indicator in your bot that does #3 already


@firemyst