PureBytes Links
Trading Reference Links
|
Hello,
There is no need to write your own, you can just replace arrays:
H = ..your array..
L = ..your array..
C = ..your array..
O = ..your array..
// then use built-in PDI
PDI(14 );
MDI(14 );
// then restore original
RestorePriceArrays();
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "amon_gizeh" <amon_gizeh@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, July 25, 2005 8:53 AM
Subject: [amibroker] PDI-MDI
> Hi!
>
> I want to replace H,L,C in PDI, DMI formula but I haven't the code.
> How can I do that? or is there somebody who writted the code for PDI
> and MDI for Amibroker?
>
> Thanks.
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|