Optuma Forums › Optuma Feature Requests › US Exchange Name › Reply To: US Exchange Name
November 16, 2021 at 2:06 pm
#66652
- Topics: 5
- Replies: 602
- Posts: 607
Hi,
Use the MATCHFUNFIELD() scripting function, released as part of the Optuma 2 update.
https://help.optuma.com/kb/faq.php?id=1242
As an example, here’s the script to find stocks just in the NASDAQ exchange…
1 2 3 |
MATCHFUNFIELD(FEED=MA, FIELD=MIC, FIELDVALUE=XNAS) |