Optuma Forums › Optuma Scripting › Scanning with EMV › Reply To: Scanning with EMV
November 9, 2021 at 1:33 pm
#66539
- Topics: 5
- Replies: 670
- Posts: 675
Hi,
It looks like the scanner doesn’t load enough historical data for the script to work when Last Bar / Yesterday is used. We’ll get that looked at, in the meantime you can force the scanning manager to load more history by adjusting the script to the following:
1 2 3 |
EMV() > 0 and MA(STYLE=Exponential) > 0 |
The second criteria will always pass (so it won’t skew the results), but an EMA will trigger the scan to load the full codes history allowing results to be returned using a date range of Last Bar.
-
This reply was modified 1 year ago by
Matthew.