[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Candlestick - Definition



PureBytes Links

Trading Reference Links


Hi,
 
Has anyone of you the correct values for every 
candlestick
example:

/*************************************************************************/<FONT 
size=2>
DR = H - L; /*DR = 
DayRange*/     R1 = DR/<FONT 
color=#ff00ff size=2>100;
BH = Bodyhigh;   BL = Bodylow;
Hammer = 
BH > (85 * R1 + 
L) and BL > (55 
* R1 + L) and Body >(10<FONT 
size=2>*R1);
pH = Hammer and WD;
nH = Hammer and BD;
 
Tom Supera