Hello
Attached is the way the stochastic is calculated there are variable in the EFS that I'm tring to find out the value for each "percentK" and "percentD".
After the for loop finishes then "percentK" is divided by 3 and "percentD" is divided by 5. I'm trying to find each values before it's divided.
THE PROBLEM
I can use this EFS to do that but it's very heavy on the CPU and it's going to kill my computer once I put it on all my charts.
Is there a way this code can be more efficient or is there another way I can find percentK and percentD?
Thank you
Ketoma
Attached is the way the stochastic is calculated there are variable in the EFS that I'm tring to find out the value for each "percentK" and "percentD".
After the for loop finishes then "percentK" is divided by 3 and "percentD" is divided by 5. I'm trying to find each values before it's divided.
THE PROBLEM
I can use this EFS to do that but it's very heavy on the CPU and it's going to kill my computer once I put it on all my charts.
Is there a way this code can be more efficient or is there another way I can find percentK and percentD?
Thank you
Ketoma
Comment