Support Board
Date/Time: Wed, 12 Feb 2025 15:36:40 +0000
Post From: subgraph not erased when doing chart / recalculate
[2020-11-01 00:19:55] |
mbilyanov - Posts: 62 |
Hi, Currently I'm facing the same issue. I'm building an ACSIL study that calculates a plot from a clicked location on the chart and onwards. For this to work, I'm performing a custom looping so the autoloop is OFF. The reason for this is because I need to populate the plot from the clicked location and onwards. This is working for situation where you keep clicking towards index "0", but the moment I start to click towards the most recent bar, the previous plot values are staying on the plot. Only when I invoke the Study Settings window and press OK, I get the desired result. I also have the sc.FullRecalculate = 1 function in there, but it does not seem to be working. |