Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 10:19:23 +0000



Post From: How to replace AreRenkoBars() ?

[2020-08-29 09:23:23]
gomifromparis - Posts: 244
It's not only about the recompiling process.

Firstly, developers would need to be aware that you guys have created a new renko bar so they need recompiling any study using SC_RENKO_XXX data because you changed the IBPT constants. How could that be done ?

Secondly, if I have to recompile, I create a huge version dependency for all my clients, they need to use latest SC version if they want to update their study, which maybe for whatever reason they don't/can't do.

Currently my studies are compiled with 1708 version which is the first 64 bit version. So clients can basically use whatever build they want, I don't want to have to force them to use some latest version because you changed a constant in a file.

So please limit to the very minimum the number of forced recompilations we need to go through.

And thanks for putting the useful function AreRenkoBars(), that solves all the above issues, back.