Optuma Forums › Optuma Scripting › Property Panel Variables › Reply To: Property Panel Variables
July 31, 2019 at 12:53 am
#54181
- Topics: 70
- Replies: 790
- Posts: 860
Hi Trevor,
Bar variable notation (eg #$) can only be used for bar property values, eg the length of a moving average:
1 2 3 4 |
#$V1=50; MA(BARS=#$V1); |
More examples here: