Support Board
Date/Time: Mon, 21 Apr 2025 17:02:48 +0000
Post From: Can sc.VolumeAtPriceMultiplier be used with multiple study instances?
[2025-04-18 17:18:55] |
drinkcodejava - Posts: 28 |
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. |