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

RE: [amibroker] Drummond Geometry Pldot plot



PureBytes Links

Trading Reference Links

Try this code for PLDot.

 

_SECTION_BEGIN(" PLDot");

D1=(High+Low+Close)/3;

D2=(Ref(High,2)+Ref(Low,2)+Ref(Close,2))/3;

D3=(Ref(High,3)+Ref(Low,3)+Ref(Close,3))/3;

PLDot=(D1+D2+D3)/3;

Plot(PLDot," PLDot",colorBlue,styleLine);

_SECTION_END();



From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of arbhapkar
Sent: Wednesday, January 21, 2009 9:58 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Drummond Geometry Pldot plot

Hello,
Can someone please help to write an AFL for Drummond Geometry PLdot
Plot which is the average of last 3 pivot points (average of last 3
high/low/close).

Also wanted to know if I can post a msg later asking for one more help
regarding the plotting of MA's of pivot points.

warm regards...rbhapkar

__._,_.___

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___