Re: Custom Indicators Development
Regarding to the way the indicator coded it affects the speed of generator speed
Some times the indicator coded and gives the right results but in a way that slow down the speed
So wee need a guidance and best practices how to avoid that with custom indicators
Example for that is Fractal dimension index FDI When i load the indicator and link the slot to be sure it still exist
then run the generator it moves so horribly slow
Try to optimize the code for speed. If you can find ways to optimize the code, you can uncover plenty of time. Custom indis here are quite condensed already, so it will be quite hard I think. I remember a project where I could cut down a 15sec calc time to less than 3, and if I'd tried really hard, I'd have probably cut that 3sec in half additionally, but this is quite extreme example, most commonly available indis are much more simple and short, therefore not much to optimize and gain.