PureBytes Links
Trading Reference Links
|
There is a darvas box in the box.dll in the 3rd party
stephane
> Yes, I have a roughie I did a while ago that is fairly close I think
>
> DarvasBox = HHV(High,10)==HHV(High,250) AND
> LLVBars(Low,10)<=HHVBars(High,10) AND
> LLVBars(Low,10)>3 AND Low>LLV(Low,10) AND Ref(Low,-1)>LLV(Low,10)
AND
> Ref(Low,-2)>LLV(Low,10);
>
> Also RossHook (123 setup, swing etc similarly known as many names)
> RossHook = HHVBars(High,50)==2 AND EMA(Close,20)>Ref(EMA(Close,20),-
10) AND
> Ref(EMA(Close,20),-5) > Ref(EMA(Close,20),-15);
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
>
> -----Original Message-----
> From: mroman59 [mailto:mroman59@x...]
> Sent: Thursday, 18 September 2003 9:33 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Darvas Box Indicator?
>
>
> Hello, has anyone heard of or tried to create a Darvas Box
> indicator? The Darvas Box investing technique derives from the
> books How I made $2 million in the Stock Market by Nicolas Darvas.
> If anyone has come across any websites that could assits in
> programing code for this indicator, I would greatly appreciate it.
>
> Thank You
> MR
>
>
> ------------------------ Yahoo! Groups Sponsor ---------------------
~--> Buy
> Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP
$8-20.
> Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US &
Canada).
> http://www.c1tracking.com/l.asp?cid=6351
> http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
> --------------------------------------------------------------------
-~->
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|