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

RE: [amibroker] A Composite problem with High and Lows



PureBytes Links

Trading Reference Links




<FONT face=Arial color=#0000ff 
size=2>Thank you Tomasz, your answer and my follow-up question to DT 
crossed each other. Your answer is what i was after, many 
thanks!
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>Herman.

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: Tomasz Janeczko 
  [mailto:amibroker@xxxxxx]Sent: December 27, 2003 7:03 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker] 
  A Composite problem with High and Lows
  Herman,
   
  Of course: Open and Close happen at KNOWN point of time. 
  High/Lows on each symbol happens at different times.
  That's why Open/Close in Composite is equal to real one. But 
  High/Lows are "theoretical" (see my previous response).
   
  Best regards,Tomasz Janeczkoamibroker.com
  <BLOCKQUOTE 
  >
    ----- Original Message ----- 
    <DIV 
    >From: 
    Herman 
    vandenBergen 
    To: <A title=amibroker@xxxxxxxxxxxxxxx 
    href="">amibroker@xxxxxxxxxxxxxxx 
    Sent: Friday, December 26, 2003 11:47 
    PM
    Subject: RE: [amibroker] A Composite 
    problem with High and Lows
    
    <FONT face=Arial color=#0000ff 
    size=2>Perhaps HHP...
    <FONT face=Arial color=#0000ff 
    size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>But I would expect that if we were adding real time data, i.e. many 
    points/day. My formula doesn't know the difference between any of the OHLC 
    price arrays. The Open and Close appear to keep their significance while the 
    High and Low lose it. For some reason the H&L just averages out into 
    average volatility and, at least in composites.
    <FONT face=Arial color=#0000ff 
    size=2><FONT 
    face=Arial color=#0000ff size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>I would like to use composites for short term price prediction, like 
    price movements over the next day or so using Candle stick patterns. This 
    doesn't seem to work - has anybody tried it?
    <FONT face=Arial color=#0000ff 
    size=2> 
    <FONT face=Arial color=#0000ff 
    size=2>herman
    
      <FONT face=Tahoma 
      size=2>-----Original Message-----From: harveyhp 
      [mailto:harveyhp@xxxxxxx]Sent: December 27, 2003 2:34 
      AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: 
      [amibroker] A Composite problem with High and Lows
      Herman,
      Isn't this because the NDX and QQQ indices 
      show the highest and lowest momentary values actually reached during the 
      day, whereas the composites are necessarily calculated as if all the 
      components reached their highs and lows simultaneously?
      HHP
      =============
      <BLOCKQUOTE 
      >
        ----- Original Message ----- 
        <DIV 
        >From: 
        Herman 
        vandenBergen 
        To: <A 
        title=amibroker@xxxxxxxxxxxxxxx 
        href="">AmiBroker 
        Sent: 26 December, 2003 2:06 
        AM
        Subject: [amibroker] A Composite 
        problem with High and Lows
        
        <SPAN 
        class=270211809-26122003>Why do the Highs and Lows (Candle Shadows) in 
        my composites become useless?
        <SPAN 
        class=270211809-26122003> 
        The NDX and 
        QQQ Candle plots have normal looking shadows... nice to work 
        with.
        <SPAN 
        class=270211809-26122003> 
        However the 
        Highs and Lows in my Composites have lost all meaningful 
        properties...Most shadows in the composite extend up and down to 
        about the same extend while this is not the case with the NDX and 
        QQQ. 
        <SPAN 
        class=270211809-26122003><SPAN 
        class=270211809-26122003><SPAN 
        class=270211809-26122003> 
        I want to 
        perform Candle Analysis on my Composites, how can I create composites 
        with more meaningfull Shadows, like they occur in the QQQ and NDX? 
        
        <SPAN 
        class=270211809-26122003> 
        <SPAN 
        class=270211809-26122003>herman
        [Code used 
        to create the composite is at the bottom of this 
        email]
        <SPAN 
        class=270211809-26122003> 
        <SPAN 
        class=270211809-26122003> 
        <IMG alt="" 
        hspace=0 src="jpg00402.jpg" align=baseline 
        border=0>
        <SPAN 
        class=270211809-26122003> 
        <FONT 
        face=Arial>Buy<FONT 
        color=#000000>=Sell<FONT 
        color=#000000>=Short<FONT 
        color=#000000>=Cover<FONT 
        color=#000000>=0<FONT 
        size=2>; <FONT 
        color=#0000ff>AddToComposite(<FONT 
        color=#ff00ff>1,<FONT 
        color=#ff00ff>"~N100comp",<FONT 
        color=#ff00ff>"V"<FONT 
        face=Arial>); <FONT 
        color=#0000ff>AddToComposite(<FONT 
        color=#ff0000>O,<FONT 
        color=#ff00ff>"~N100comp",<FONT 
        color=#ff00ff>"O"<FONT 
        face=Arial>); <FONT 
        color=#0000ff>AddToComposite(<FONT 
        color=#ff0000>H,<FONT 
        color=#ff00ff>"~N100comp",<FONT 
        color=#ff00ff>"H"<FONT 
        face=Arial>); <FONT 
        color=#0000ff>AddToComposite(<FONT 
        color=#ff0000>L,<FONT 
        color=#ff00ff>"~N100comp",<FONT 
        color=#ff00ff>"L"<FONT 
        face=Arial>); <FONT 
        color=#0000ff>AddToComposite(<FONT 
        color=#ff0000>C,<FONT 
        color=#ff00ff>"~N100comp",<FONT 
        color=#ff00ff>"C"); 
        
        <SPAN 
        class=270211809-26122003> 
        <FONT 
        face=Arial>SetForeign<FONT 
        color=#000000>(<FONT 
        color=#ff00ff>"~N100comp"<FONT 
        face=Arial>); <FONT 
        color=#0000ff>PlotOHLC(<FONT 
        color=#ff0000>O/<FONT 
        color=#ff0000>V,<FONT 
        color=#ff0000>H/<FONT 
        color=#ff0000>V,<FONT 
        color=#ff0000>L/<FONT 
        color=#ff0000>V,<FONT 
        color=#ff0000>C/<FONT 
        color=#ff0000>V,<FONT 
        color=#ff00ff>"N100comp",<FONT 
        color=#ff00ff>1,<FONT 
        color=#ff00ff>64); 
        
        <SPAN 
        class=270211809-26122003> 
        <SPAN 
        class=270211809-26122003> 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 
        
        
        Yahoo! Groups Links
        
          To visit your group on the web, go to:<A 
          href="">http://groups.yahoo.com/group/amibroker/  

          To unsubscribe from this group, send an email to:<A 
          href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  

          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 
      
      
      Yahoo! Groups Links
      
        To visit your group on the web, go to:<A 
        href="">http://groups.yahoo.com/group/amibroker/  

        To unsubscribe from this group, send an email to:<A 
        href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  

        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 
    
    
    Yahoo! Groups Links
    
      To visit your group on the web, go to:<A 
      href="">http://groups.yahoo.com/group/amibroker/  

      To unsubscribe from this group, send an email to:<A 
      href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  

      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 
  
  
  Yahoo! Groups Links
  
    To visit your group on the web, go to:<A 
    href="">http://groups.yahoo.com/group/amibroker/  

    To unsubscribe from this group, send an email to:<A 
    href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  

    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
  


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.



Attachment: Description: ""