Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 09:53:38 +0000



Post From: ACSIL: My s_UseTool Lines are drawing on chart during historical downloading...

[2017-10-17 17:07:45]
John Carey - Posts: 5
My s_UseTool Lines are drawing on chart during historical downloading, therefore drawing in wrong places...especially when the studies are already on the chart and I switch symbols or whatever.

I thought this would be an easy job for:

if (sc.DownloadingHistoricalData == 1)
  {
    return;
  }

...and it does fix the problem. However, now they don't plot at all, when before they would plot all over.

Thoughts? Thanks.