Optuma Forums › Optuma Scripting › GetData Script Error › Reply To: GetData Script Error
December 29, 2021 at 10:26 am
#67028
- Topics: 5
- Replies: 616
- Posts: 621
Hi,
The first line of the script appears to be missing 2 characters at the end ); once added the script should work…
1 2 3 4 |
V1 = (GETDATA(Code=XAO, TIMEFRAME=1 Week, CURRENCY=AUD, ALLOWZEROCLOSE=True)); V1 > MA(V1, BARS=10, STYLE=Exponential, CALC=Close) |
-
This reply was modified 6 months ago by
Matthew.