Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 19:04:06 +0000



Post From: ACSIL Setting Constant Range Scale issue

[2014-01-24 09:02:17]
Trade Nice - Posts: 75
Okay, the automatic reset is something I had not realised occurs.

However, my program is setting sc.BaseGraphScaleConstRange after the symbol has been changed, since the symbol being changed 'if(sc.Index == 0)' is what is causing the code to run?

So rather than the code needing to run after the symbol has been changed, the code needs to run after the automatic reset has been done?

Seems what would need to happen is that the "constant range scale is automatically reset" needs to be disabled, or else the program needs to be able to know when the automatic reset has been completed so sc.BaseGraphScaleConstRange could be set then ?