PureBytes Links
Trading Reference Links
|
I ue this:
function TimeNumToStr( TimeNumber
) { SecNumStr = NumToStr(TimeNumber
%100,1.0,False); if( StrLen( SecNumStr ) < 2 )
SecNumStr = "0"+SecNumStr; MinNumStr =
NumToStr(int(TimeNumber %10000/100),1.0,False); if(
StrLen( MinNumStr ) < 2 ) MinNumStr = "0"+MinNumStr;
HourNumStr= NumToStr(int(TimeNumber /10000),2.0,False);
TimeStr = HourNumStr + ":"+MinNumStr +":"+ SecNumStr;
return TimeStr; }
-----Original Message----- From:
amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On
Behalf Of cstrader Sent: Tuesday, December 13, 2005 8:07 PM To:
amibroker@xxxxxxxxxxxxxxx Subject: [amibroker] Time in String
Format
Is there a way to turn timenum() into a string.
e.g 09:30:00?
Thanks ----- Original Message ----- From: Dave
MacKay To: amibroker@xxxxxxxxxxxxxxx Sent: Tuesday, December 13, 2005 1:39
PM Subject: Re: [amibroker] Re: EOD of day Futures quote source
On
this page. it mentions Chicago sun times as a source for Datasharks
downloader........
Perhaps this could be a source for us also
http://www.datasharks.biz/
Ed Hoopes
<reefbreak_sd@xxxxxxxxx> wrote: I have an account at
InteractiveBrokers.com , they have some futures contracts that are real time
and free. It works as well as my previous subscription service
eSignal.
Ed Hoopes
--- In amibroker@xxxxxxxxxxxxxxx,
"axle_d" <axle_d@xxxx> wrote: > > Does anyone know of an EOD
or delayed free futures download that I can > use with AB. Brite
Futures appears not to be working any longer, > Lycos/Quote.com seems to
time out constantly. > > Any suggestions greatly appreciated in adva
nce. >
Dave
MacKay
Please note that this group is for discussion between users
only.
To get support from AmiBroker please send an e-mail directly
to SUPPORT {at} amibroker.com
For other support material please check
also: http://www.amibroker.com/support.html
YAHOO!
GROUPS LINKS
Visit your group "amibroker" on the
web. To unsubscribe from this group, send an email
to: amibroker-unsubscribe@xxxxxxxxxxxxxxx Your use
of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|