PureBytes Links
Trading Reference Links
|
/////////////////////////////////////////////////////////////////////
////////
/////////////////////////////////// Detrended Price
Oscillator ////////////
/////////////////////////////////////////////////////////////////////
////////
X = 20;
T = (20/2 + 1);
DPO = Close-Ref( MA(Close, X), T);
Graph0=dpo;
Graph1 =0;
--- In amibroker@xxxxxxxxxxxxxxx, "vb_MCSE" <avinon@xxxx> wrote:
>
>
> Good day:
> Newbie request. Checked Amibroker site but could not find AFL code
for
> Detrended Price Indicator. Any web links or AFL code for
> this would be much appreciated.
>
> Thanks in advance.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|