[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Gaps



PureBytes Links

Trading Reference Links




I've 
been fooling around with various stock tools for years... Even bought 
"Tradestation" before they started renting it...
Just 
started with AMIBroker... A great tool!
As a 
"lowly programmer" by trade, I enjoy the challenge of new programming languages 
as well as
<FONT face=Arial color=#0000ff 
size=2>crunching through stock numbers...
I am 
attempting to trade on 1 minute bars and am doing OK.
I 
would do even better if they didn't change the "daytrader" rules which now 
require 25k.
Oh 
well...
<FONT face=Arial color=#0000ff 
size=2> 

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: emarco 
  [mailto:emarco@xxxxxxxxxxxxxxx]Sent: Thursday, June 12, 2003 8:20 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker] 
  Gaps
  thanks buddy!
  Since have you been developing 
  systems?
  What do u trade?
  Regards
   
  Juan
  <BLOCKQUOTE 
  >
    ----- Original Message ----- 
    <DIV 
    >From: 
    <A title=WSCHWARZ@xxxxxxxxxxxxx 
    href="">walt 
    To: <A title=amibroker@xxxxxxxxxxxxxxx 
    href="">amibroker@xxxxxxxxxxxxxxx 
    Sent: Thursday, June 12, 2003 9:14 
    PM
    Subject: RE: [amibroker] Gaps
    
    <FONT face=Arial color=#0000ff 
    size=2>I'm working on something...
    <FONT face=Arial color=#0000ff 
    size=2>The gap should only be checked when the day changes from one day to 
    the next.
    I 
    also want to keep track of an open gap so I'll keep you "in the 
    loop"...
    <FONT face=Arial color=#0000ff 
    size=2> 
    <SPAN 
    class=968440600-13062003>                                
    Walt
    
      <FONT face=Tahoma 
      size=2>-----Original Message-----From: emarco 
      [mailto:emarco@xxxxxxxxxxxxxxx]Sent: Thursday, June 12, 2003 
      7:58 PMTo: <A 
      href="">amibroker@xxxxxxxxxxxxxxxSubject: 
      Re: [amibroker] Gaps
      10 minute
      can u help me?
      thxs 
       
      jb
      <BLOCKQUOTE 
      >
        ----- Original Message ----- 
        <DIV 
        >From: 
        <A title=WSCHWARZ@xxxxxxxxxxxxx 
        href="">walt 
        To: <A 
        title=amibroker@xxxxxxxxxxxxxxx 
        href="">amibroker@xxxxxxxxxxxxxxx 
        
        Sent: Thursday, June 12, 2003 8:19 
        PM
        Subject: RE: [amibroker] Gaps
        
        <FONT face=Arial color=#0000ff 
        size=2>What time frame is your chart? 1 minute?
        
          <FONT face=Tahoma 
          size=2>-----Original Message-----From: emarco 
          [mailto:emarco@xxxxxxxxxxxxxxx]Sent: Thursday, June 12, 
          2003 6:26 PMTo: <A 
          href="">amibroker@xxxxxxxxxxxxxxxSubject: 
          Re: [amibroker] Gaps
          thnks!!
           
           is there any way to keep the gap true value until 
          it closes the gap. If during the day is not close, change to false gap 
          value?
           
          thnks again
           
          <BLOCKQUOTE 
          >
            ----- Original Message ----- 
            <DIV 
            >From: 
            Bob 
            Jagow 
            To: <A 
            title=amibroker@xxxxxxxxxxxxxxx 
            href="">amibroker@xxxxxxxxxxxxxxx 
            
            Sent: Thursday, June 12, 2003 
            7:09 PM
            Subject: RE: [amibroker] 
            Gaps
            
            <FONT face=Arial color=#0000ff 
            size=2>You have to assign IIF, Juan.
            
            x = <FONT face="Courier New" color=#0000ff 
            size=2>IIf<FONT face="Courier New" color=#000000 
            size=2>(<FONT face="Courier New" color=#0000ff 
            size=2>GapUp<FONT face="Courier New" color=#000000 
            size=2>(),<FONT face="Courier New" color=#ff00ff 
            size=2>1<FONT face="Courier New" color=#000000 
            size=2>,<FONT face="Courier New" color=#0000ff 
            size=2>IIf<FONT face="Courier New" color=#000000 
            size=2>(<FONT face="Courier New" color=#0000ff 
            size=2>GapDown<FONT face="Courier New" color=#000000 
            size=2>(),-<FONT face="Courier New" color=#ff00ff 
            size=2>1<FONT face="Courier New" color=#000000 
            size=2>,<FONT face="Courier New" color=#ff00ff 
            size=2>0<FONT face="Courier New" color=#000000 
            size=2>));
            Plot<FONT face="Courier New" color=#000000 
            size=2>(x,<FONT face="Courier New" color=#ff00ff 
            size=2>"Gaps"<FONT face="Courier New" color=#000000 
            size=2>,1<FONT 
            face="Courier New" color=#000000 size=2>,<FONT color=#ff00ff 
            size=2>5<FONT face="Courier New" color=#000000 
            size=2>);
            
              <FONT 
              face=Tahoma size=2>-----Original Message-----From: 
              emarco [mailto:emarco@xxxxxxxxxxxxxxx]Sent: Thursday, 
              June 12, 2003 2:19 PMTo: <A 
              href="">amibroker@xxxxxxxxxxxxxxxSubject: 
              [amibroker] Gaps
              hello,
               
                  
                     1) I am trying to identify 
              gaps in my system. Why i can't   plot 
              "x"? 
               
              
              IIf(<FONT 
              color=#0000ff>GapUp(),x=1,<FONT 
              color=#0000ff>IIf(<FONT 
              color=#0000ff>GapDown(),x=-<FONT 
              color=#ff00ff>1,x=<FONT 
              color=#ff00ff>0));
              Plot(x,<FONT 
              color=#ff00ff>"Gaps",1,<FONT 
              color=#ff00ff>3);
               
              2) is there any way to:
                  a) identify only 4:10PM to 9:30 
              AM gaps.
                  b) keep the gap true 
              value until it closes the gap. If during the day is not 
              close, change to false gap value.
                  Thanks
               
              JuanSend BUG 
              REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
              suggest@xxxxxxxxxxxxx-----------------------------------------Post 
              AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
              (Web page: <A 
              href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
              group FAQ at: <A 
              href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
              Your use of Yahoo! Groups is subject to the <A 
              href="">Yahoo! Terms of 
              Service. Send BUG REPORTS to 
            bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
            suggest@xxxxxxxxxxxxx-----------------------------------------Post 
            AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web 
            page: <A 
            href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
            group FAQ at: <A 
            href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
            Your use of Yahoo! Groups is subject to the <A 
            href="">Yahoo! Terms of 
            Service. Send BUG REPORTS to 
          bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
          suggest@xxxxxxxxxxxxx-----------------------------------------Post 
          AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web 
          page: <A 
          href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
          group FAQ at: <A 
          href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
          Your use of Yahoo! Groups is subject to the <A 
          href="">Yahoo! Terms of 
          Service. Send BUG REPORTS to 
        bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
        suggest@xxxxxxxxxxxxx-----------------------------------------Post 
        AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web 
        page: <A 
        href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
        group FAQ at: <A 
        href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
        Your use of Yahoo! Groups is subject to the <A 
        href="">Yahoo! Terms of 
        Service. Send BUG REPORTS to 
      bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
      suggest@xxxxxxxxxxxxx-----------------------------------------Post 
      AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
      <A 
      href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
      group FAQ at: <A 
      href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
      Your use of Yahoo! Groups is subject to the <A 
      href="">Yahoo! Terms of Service. 
      Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 
    SUGGESTIONS to 
    suggest@xxxxxxxxxxxxx-----------------------------------------Post 
    AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: 
    <A 
    href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
    group FAQ at: <A 
    href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
    Send 
  BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor












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



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.