Resistance to Advances

Abbreviation:
Category: Volume

Input Parameters:

Name Range Default
Closing Price Close
Volume Volume
Summation Periods Int >= 1 5

 
Calculation:
Positive Volume(n), where n = 0 to Summation Periods – 1
________________________________________________
Positive Price Change(n), where n = 0 to Summation Periods – 1

where

Positive Volume(n) =

If (Lag(C, n) > Lag(C, n + 1) then Lag(V,n)

else 0

Positive Price Change(n) =

If (Lag(C, n) > Lag(C, n + 1) then Momentum(Lag(C,n),1)

else 0

where
C = Close
V = Volume
represents the sum of values across a range of values (in this case n)
Momentum represents Momentum
Lag represents Lag

 
Discussion:

Provides a measure of how much volume divided by price change there has been on positive days in the last Summation Periods.
 

Was this article helpful?

Related Articles