[amibroker] Slow of the close of ^DJI

2010-05-03 Thread WaldemarRooijer
Dear members, I am learning the AFL language for a few weeks and one issue I still could not figure out yet is how can I get the 2 day slope (ore maybe just %change) of ^DJI close. Any help is appreciated

Re: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread wavemechanic
Take a look at ROC() - Original Message - From: WaldemarRooijer To: amibroker@yahoogroups.com Sent: May 03, 2010 10:24 AM Subject: [amibroker] Slow of the close of ^DJI Dear members, I am learning the AFL language for a few weeks and one issue I still could not figure

RE: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread Waldemar Rooijer
enholzweg 35 Curacao, Netherlands Antilles Phone: (5999)-4613345 Cell: (5999)-5624902 Fax: (5999)-4613346 From: amibroker@yahoogroups.com [mailto:amibro...@yahoogroups.com] On Behalf Of wavemechanic Sent: Monday, May 03, 2010 10:42 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Slow

Re: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread wavemechanic
chanic Sent: Monday, May 03, 2010 10:42 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Slow of the close of ^DJI Take a look at ROC() - Original Message - From: WaldemarRooijer To: amibroker@yahoogroups.com Sent: May 03, 2010 10:24 AM Sub

RE: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread Waldemar Rooijer
an> To: amibroker@yahoogroups.com Sent: May 03, 2010 11:16 AM Subject: RE: [amibroker] Slow of the close of ^DJI Wavemechanic you mean I can use somethink like; Wdji1 = Foreign(^DJI, "Close") and then Wdji2 = ROC(Wdji,2) When I try that I don'r get an

Re: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread wavemechanic
/ - Original Message - From: Waldemar Rooijer To: amibroker@yahoogroups.com Sent: May 03, 2010 12:07 PM Subject: RE: [amibroker] Slow of the close of ^DJI Got but what I like to do is to backtest my formula based on the chances in eh nasdaq or DOW value chances, so the

Re: [amibroker] Slow of the close of ^DJI

2010-05-03 Thread Inquisitive Voyager
NumToStr(ROC(*Close*,1,1.1)); On Mon, May 3, 2010 at 7:54 PM, WaldemarRooijer wrote: > > > Dear members, > > I am learning the AFL language for a few weeks and one issue I still could > not figure out yet is how can I get the 2 day slope (ore maybe just %change) > of ^DJI close. > > Any help is