Optuma Forums › Optuma Scripting › Property Panel Variables › Reply To: Property Panel Variables
July 30, 2019 at 4:57 pm
#54179
- Topics: 118
- Replies: 344
- Posts: 462
Hi Matthew,
Thanks for the quick response. I figured that what I was asking was not yet available – maybe one day?
A follow on, why does the Script Manager display “Please enter a valid script…” with the following simple script:
1 2 3 4 5 6 7 |
#$MaxTol = 0.5; Signal = Close(0) + $MaxTol; Signal |
Cheers
Trevor