Scratchpad

If you are new to Scratchpad, and want full access as a Scratchpad editor, create an account!
If you already have an account, log in and have fun!!

READ MORE

Scratchpad
Advertisement

Introduction[]

Construction[]

  • H [p] (i) = max (P(j), j=i-p, i-p+1, ..., i)
  • L [p] (i) = min (P(j), j=i-p, i-p+1, ..., i)
  • K (i) = 100% * [ (P(i) - L [p] (i)) / (H [p] (i) - L [p] (i) ] /* fast */
  • D (i) = 100% * [ (P(i) - L [q] (i)) / (H [q] (i) - L [q] (i) ] /* slow */
  • KD = K/D

Signals[]

Strength[]

Notes[]

Related Terms[]

Advertisement