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

Re: [amibroker] Candlestick - Definition



PureBytes Links

Trading Reference Links


Tom:
 
Are you asking what the formula is for each of the 
candlesticks?  If so, I posted that last summer in message #2322, as well 
as uploaded the file to Yahoo's File section.  
 
Bill
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tom Supera 

To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Saturday, October 06, 2001 4:24 
AM
Subject: [amibroker] Candlestick - 
Definition

Hi,
 
Has anyone of you the correct values forevery 
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<FONT 
size=2> * R1 + L) and Body >(<FONT color=#ff00ff 
size=2>10*R1);
pH = Hammer and WD;
nH = Hammer and BD;
 
Tom SuperaYour use of 
Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.