Hi
I am looking for a screener that can see not only volume but also marketstrenght and average marketstrenght and percentage movement
Have a look at https://www.youtube.com/watch?v=4FHR3ulpY4U
This is for PRT I need this
Thanks Magnus
VMA = 10
XDVV = AVERAGE[VMA](VOLUME) * close
RETURN XDVV as "XDVV"
change VMA to 1 if you just want the value of the last bar , VMA is the average volume over ‘ x bars
set your condition with the VMA required Condition will be XDVV > xxxxxxxxxx
What are “marketstrenght and average marketstrenght” , or do you know how to calculate them please?