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: [email protected] [mailto:[email protected]] On Behalf
Of arbhapkar
Sent: Wednesday, January 21, 2009 9:58 AM
To: [email protected]
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