Support Board
Date/Time: Sat, 15 Mar 2025 06:06:42 +0000
Post From: User/Source code controlled settings
[2022-01-30 05:51:29] |
1+1=10 - Posts: 270 |
It’s hard to say what’s going on without more code. If what you’re trying to do is set a DRAWSTYLE only when the study is initially called, then you just need to move that code into an if (sc.Index == 0) { … } block. You’ll be able to change it manually and your study won’t rewrite the updated setting as the sc.Index should never be 0 again. If you’re trying to do something else, please explain more. |