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
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?
PanagiotisCharalampous
20 Dec 2023, 06:35
Hi there,
There is no built in functionality for this. You would need to build your own renko charts to achieve this, like the one below
https://ctrader.com/algos/indicators/show/2954
Best regards,
Panagiotis
@PanagiotisCharalampous