Returns the PRT Bands mid term band
Syntax:
1 |
PRTBANDSMEDIUMTERM |
Example:
screener that list all shares that mid term band is suddenly ascending while it was resting at the same price during the last 5 bars.
1 2 3 4 5 |
a = PRTBandsmediumterm result = a>a[1] and summation[5](a=a[1])[1]=5 screener[result] |