Is there any way to use data from Renko Bars of 5000 Pips or another unconventional pip size in my cbot?

Created at 19 Dec 2023, 16:31
AS

ashish.sah.np

Joined 19.12.2022

Is there any way to use data from Renko Bars of 5000 Pips or another unconventional pip size in my cbot?
19 Dec 2023, 16:31


Ctrader has already defined different size of Renko bars, but I want different size for my purpose, How can I achieve something like that for my Cbot code?


@ashish.sah.np
Replies

firemyst
27 Dec 2023, 12:20

You'll have to do it

You have to keep track of every incoming tick, and do your own Renko Calculations.


@firemyst