Differenze tra le versioni di "Formula Random Walk Index"

Da traderpedia.
Jump to navigation Jump to search
imported>WikiAdmin
m (una revisione importata)
 
(Nessuna differenza)

Versione attuale delle 10:52, 4 nov 2011

La seguente formula, per il “Random Walk Index”, fu costruita usando le informazioni riportate nell’articolo “Esistono Cicli Costanti”("Are There Persistent Cycles"), di E. Michael Poulos, pubblicato nel settembre 1992 nella rivista TASC.
Categoria: Nuovi/Ibridi
Formula per MetaStock™:
§ Random Walk Index
INIZIO FORMULA
RandomWalkIndex :=Max( ( Ref(HIGH,-1) - LOW ) / ( ( Ref(Sum (Atr ( 1 ) ,2 ),-1) / 2) * Sqrt( 2 ) ) ,Max( (Ref(HIGH,-2) -LOW) / ( ( Ref(Sum (Atr ( 1 ),3),-1) / 3) * Sqrt( 3 ) ), Max( (Ref(HIGH,-3) - LOW) / ( (Ref(Sum (Atr( 1 ) ,4) ,-1) / 4) * Sqrt( 4 ) ) , Max( ( Ref( HIGH,-4) - LOW) / ( (Ref(Sum(Atr( 1 ),5),-1) / 5) * Sqrt( 5 ) ), Max( (Ref(HIGH,-5) - LOW) / ( (Ref( Sum( Atr ( 1 ),6),-1) / 6 ) * Sqrt( 6 ) ), Max( ( Ref(HIGH,-6) -LOW) / ( (Ref( Sum( Atr( 1 ),7),-1) / 7) * Sqrt( 7 ) ), Max((Ref(HIGH,-7) - LOW) / ( (Ref(Sum (Atr( 1 ),8),-1) / 8) * Sqrt(8) ), (Ref(HIGH,-8)-LOW) / ( (Ref(Sum (Atr (1),9),-1) / 9) * Sqrt( 9 ) ) ) ) ) ) ) ) );
RandomWalkIndex
FINE FORMULA

Vedi anche: