PureBytes Links
Trading Reference Links
|
<SPAN
class=829573215-14022004>Try this, from my standard #include
file:
<SPAN
class=829573215-14022004>
<SPAN
class=829573215-14022004>function fIntervalStr() { IntervalSecs =
Interval(); if(IntervalSecs == in1Minute) sResult = "minute";
if(IntervalSecs == in5Minute) sResult = "5
minute"; if(IntervalSecs == in15Minute) sResult = "15
minute"; if(IntervalSecs == inHourly) sResult =
"hourly"; if(IntervalSecs == inDaily) sResult =
"daily"; if(IntervalSecs == inWeekly) sResult =
"weekly"; if(IntervalSecs == inMonthly) sResult =
"monthly"; return sResult;}
<SPAN
class=829573215-14022004>
<SPAN
class=829573215-14022004>Dave
<BLOCKQUOTE
>
<FONT face=Arial
size=2>Is there any way to
do that ?
<SPAN
>
<FONT face="Courier New"
size=2>Best regards
/ Liebe Grüße
<FONT face="Courier New"
size=2><SPAN
>
<FONT face="Courier New"
size=2>Thomas
Zmuck
<FONT face="Times New Roman"
size=3><A
href=""><SPAN
>http://www.tradingbasis.com/
<FONT face="Times New Roman"
color=navy size=3>messenger: <A
href="">tz_01@xxxxxxxxxxx
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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 the Yahoo! Terms of Service.
|