Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 19:03:06 +0000



Post From: Problem with Auto Recalculation

[2015-02-23 17:55:25]
Richard Novak - Posts: 24
Hello,

I've developed an automated trading system study using ASCIL and I'm having a problem with one of my subgraphs. The subgraph I'm having a problem with is used to store the trend state and is based on data from several longer term charts. What appears to be happening is that a full recalculation of the chart containing the study is occurring anytime the data in one of the referenced charts changes. This full recalculation is causing the trend state for bars already completed to be reevaluated and assigned a value based on the current indicator values from the longer term charts. The trend state for previously completed bars is being overwritten. Is there anyway to disable this auto recalculation? I'd prefer not to do this since I'm directly referencing the longer term charts and do not need to be notified when there is a change in one of the referenced charts. If the auto recalculation can't be disabled, it there any other way to get around this problem?

Thank you,
Richard