PureBytes Links
Trading Reference Links
|
Hmm.. seems like it might work but now() doesn't seem to reflect the ref() function.
For instance,
TimeFrameSet(inDaily);
Test = Ref(Now(9), 1);
TimeFrameRestore();
printf (WriteVal(test));
seems to create "3" which is today, Tuesday.
I'm probably missing something...
----- Original Message -----
From: Tomasz Janeczko
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, July 11, 2006 7:39 AM
Subject: Re: [amibroker] Next Trading Day Function?
Hello,
How about using Ref() function ?
http://www.amibroker.com/f?ref
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: cstrader232
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, July 11, 2006 12:26 PM
Subject: [amibroker] Next Trading Day Function?
I have created a function that determines the date of the next trading day. I do that by using the dayofweek() function and manually typing in the holiday schedule. But I'd really like it to be able to tell me the date of, for instance, the date of the 3rd trading day from now. But dayofweek() only operates on today. Anyone figured this out?
thanks!
chuck
----- Original Message -----
From: emp62
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, July 11, 2006 6:19 AM
Subject: Re: [amibroker] IWM and QQQQ for IB plugin
this has been discussed for a week now on these boards. See: http://www.amibroker.com/devlog/
rgds, Ed
----- Original Message -----
From: sursod
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, July 11, 2006 9:41 AM
Subject: [amibroker] IWM and QQQQ for IB plugin
My Amibroker IB plugin tells me the symbols IWM and QQQQ are no longer
valid. IB tech support is not answering and I cannot find answer in
thier online Help. The weird thing is my TWS continues to get quote
from these symbols.
Does anyone know the new symbols for IWM and QQQQ for use in the IB
plugin, may be we have to type strings now?
Thanks,
Sursod
|