Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 21:55:43 +0000



Post From: Problem with Auto Recalculation

[2015-02-24 13:47:32]
Richard Novak - Posts: 24
Hello,

I found a way to properly maintain the trend state with the full recalculations taking place. I modified the program to only assign values to the subgraph arrays if the current value is zero. Once the initial load is performed the values are initialized, the subgraph arrays are only updated for new bars. I also reduced the amount of data in the chart being tagged for recalculation to an absolute minimum. I normally trade 6 to 8 markets and I'm concerned about performance with having all of the recalculations being done.

If you have any other thoughts about stopping the recalculations please let me know. I may try to rewrite the Renko study to try to resolve the recalculation issue.

Thank you