Support Board
Date/Time: Tue, 17 Jun 2025 02:02:38 +0000
Post From: Can sc.VolumeAtPriceMultiplier be used with multiple study instances?
[2025-04-18 17:18:55] |
drinkcodejava - Posts: 30 |
And what is your message log output? You are using a different ACS button ID for each instance, correct? Either as a study input or hardcoded? If they are all monitoring the same sc.MenuEventID, then they are all going to set the value on a calculation, and you will just end up with the value set by the last instance in the study list. |