| PureBytes Links Trading Reference Links | | 
  Hi - You can try this, I don't have an intraday 
  DB to test it...   HourNum = Hour(); HourNum = IIf( HourNum > 12, HourNum - 12, 
  HourNum ); HourStr = NumToStr( HourNum, 
  1.0 ); MinStr = NumToStr( Minute(), 1.0 ); SecStr = NumToStr( Second(), 1.0 );; TimeStr = HourStr + ":" + MinStr + ":" + 
  SecStr; AddTextColumn( TimeStr, "Time" );   Steve   ----- Original Message -----  Sent: Wednesday, December 14, 2005 4:55 
  PM Subject: Re: [amibroker] Time in String 
  Format Tomasz,
 
 I have it set to TimeNum but I can't seem to be 
  able to get it into the following format:
 
 HH:MM (12 
  HR)
 
 thanks
 
 tony
 
 
 On 12/14/05, Tony 
  Lei <yiupang91@xxxxxxxxx> 
  wrote:
  Tomasz,
 The 
    reason why i just want to use TimeNum is because I want the Time in HH:MM:SS 
    to show up without the Date.  Is there another way to do 
    it?
 
 thanks
 
 tony
 
 
 On 12/14/05, Tomasz 
    Janeczko < amibroker@xxxxxx> 
    wrote:
    
      Hello,   It makes no sense to add date/time column to 
      exploration as it is ALREADY PRESENT.   Anyway, instead of wrestling, why not use 
      addcolumn directly with formatDateTime ???   AddColumn( DateTime(), "Time", formatDateTime 
      )     If you need time alone, just: AddColumn( TimeNum(), "Time", 6.0 
      );   
      Please ALWAYS CHECK function 
      reference: 
        ----- 
        Original Message -----  
        Sent: 
        Wednesday, December 14, 2005 3:25 PM Subject: 
        Re: [amibroker] Time in String Format Sorry this is what i want to do:
 
 Buy = TimeNum() 
        >= MarketOpen AND VolumeCheck AND Cross ( MLR3, MA3 ) ;
 
 filter = buy
 
 AddColumn ( TimeNumStr(), "TIME", 1 
        );
 
 thanks
 
 tony
 
 
 On 12/14/05, Tony 
        Lei <yiupang91@xxxxxxxxx> wrote: 
        Hi,
 How 
          would I include this in my buy and sell conditions?
 
 Let's say I 
          use the following:
 
 
 function TimeNumStr() {   return StrFormat("%02g:%02g:%02g", 
          Hour(), Minute(), Second() ); } Buy = TimeNum() 
          >= MarketOpen AND VolumeCheck AND Cross ( MLR3, MA3 ) ;
 
 Do 
          I just replace Timenum() for 
          TimeNumStr()?
 
 thanks
 
 tony
 
 
 On 12/14/05, cstrader < 
          cstrader232@xxxxxxxxxxxx> wrote: 
          
          
            Excellent! 
              ----- 
              Original Message -----  
              Sent: 
              Wednesday, December 14, 2005 4:47 AM Subject: 
              Re: [amibroker] Time in String Format 
 Hello,   function TimeNumStr() {   return 
              StrFormat("%02g:%02g:%02g", Hour(), Minute(), Second() 
              ); }   (note that this returns single 
              "currently selected" time) 
                ----- 
                Original Message -----  Sent: 
                Wednesday, December 14, 2005 2:07 AM Subject: 
                [amibroker] Time in String Format 
 Is there a way to turn timenum() 
                into a string.  e.g  09:30:00?   Thanks 
                  ----- 
                  Original Message -----  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 alsohttp://www.datasharks.biz/Ed 
                  Hoopes <reefbreak_sd@xxxxxxxxx>  wrote: 
                   I 
                    have an account at InteractiveBrokers.com , they have some 
                    futurescontracts 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
 
 
 
               
 
 
 
 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
 
 
 
         
 
 
 
 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
 
 
 
   
 | 
 |