T  O  O  L  S     F  O  R    T  R  A  D  I  N  G    O  N  L  I  N  E

 
 
a d d   advanced data       download             free quotes            free indicators              fee indicators

download

free indicators

 fee indicators

price

e-mail

home

site map

disclaimer

mission

privacy policy

 

metastock indicators

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

R

S

T

U

V

W

Y

Z

#

 

 

4% Rule

If(PREV = 1,
If(CLOSE < HighestSince(1,PREV <> 1,CLOSE)*.96,
-1,PREV),
If(PREV = -1, If(CLOSE>LowestSince(1,PREV <> -1,CLOSE)*1.04,
+1,PREV),
If(PREV = 0, If(CLOSE>Lowest(CLOSE)*1.04,
+1,
If(CLOSE<Highest(CLOSE)*.96,
-1,
PREV)),PREV)))

 

UP

HOME

 

 

$HistVol50Prds_Dly

HistVolPrds:= 50;
CLOSEPctChg:= C / Ref(C,-1);
HistVol:= Stdev(CLOSEPctChg,HistVolPrds) *
16.1245155 {annualize} * 100 {convert to %};
HistVol

 

UP

HOME