What a bummer! I wrote a script to organize scans and sorting them based on what had moved the most in the last 3 minutes but it turns out that thinkorswim scan's are junk. They can't even give data for periods less than an entire day.
The only place you can program for smaller periods is on charts and chart label results.
## SCRIPT
#def trio = AggregationPeriod.THREE_MIN;
#plot x = ((Round((((close(period = trio)[1]-close(period = trio))/close(period = trio)[1])*100),0))*-1);
Join now or log in to leave a comment