Metastock Exploration Formula |
High Volume 1 |
Displays those where volume is above the 100 day moving average.
The search returns 1 for Ok and 0 for not ok.
|
|
Col B: |
Mov(VOLUME,100,EXPONENTIAL) |
|
Col C: |
((VOLUME - Mov(VOLUME,100,EXPONENTIAL))/Mov(VOLUME,100,EXPONENTIAL)) * 100 |
|
Filter: |
When(colA,>,colB) |
|
|