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

Re: [amibroker] Re: Forex



PureBytes Links

Trading Reference Links




Graham,   Yes, HLC for the period.  
Been puzzling over how to do it.  Let me play with it to see if it does 
what I am looking for.  Thanks for taking the time.
 
Richard
 
<BLOCKQUOTE dir=ltr 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  <A title=gkavanagh@xxxxxxxxxxxxx 
  href="">Graham 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Friday, March 26, 2004 3:58 
PM
  Subject: RE: [amibroker] Pivot
  
  
  <SPAN 
  >Not sure if you mean the HLC for 
  the period, if so this could be one way to do 
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN 
  lang=EN-AU 
  >pivotHigh = 
  <SPAN lang=EN-AU 
  >HighestSince<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Cross<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >TimeNum<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >093300<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >), <FONT 
  face="Courier New" color=red><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >pivotLow = 
  <SPAN lang=EN-AU 
  >LowestSince<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Cross<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >TimeNum<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >093300<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >), <FONT 
  face="Courier New" color=red><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >pivotClose = 
  <SPAN lang=EN-AU 
  >ValueWhen<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  > ( <FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >( <FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Cross<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >TimeNum<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >095000<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >), <FONT 
  face="Courier New" color=red><SPAN lang=EN-AU 
  >C<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN 
  lang=EN-AU 
  >pivot = 
  <SPAN lang=EN-AU 
  >ValueWhen<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Ref<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >( <FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >Cross<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue><SPAN lang=EN-AU 
  >TimeNum<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >(),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >095000<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >),<FONT 
  face="Courier New" color=fuchsia><SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >), (pivotHigh+ pivotLow+ 
  pivotClose)/<SPAN 
  lang=EN-AU 
  >3<FONT 
  face="Courier New" color=black><SPAN lang=EN-AU 
  >);
  <SPAN 
  > 
  <SPAN 
  > 
  
  <SPAN 
  >Cheers,Graham<A 
  href="">http://e-wire.net.au/~eb_kavan/ 
  
  <SPAN 
  >-----Original 
  Message-----From: Richard 
  Harper [mailto:rdharper@xxxxxxxxxxxx] <SPAN 
  >Sent: Saturday, March 27, 2004 7:17 
  AMTo: 
  amibroker@xxxxxxxxxxxxxxx<SPAN 
  >Subject: [amibroker] 
  Pivot
  <FONT face="Times New Roman" 
  size=2> 
  
  <SPAN 
  >Hi;
  
  <FONT face="Times New Roman" 
  size=2> 
  
  <SPAN 
  >Anyone care to take a shot at this 
  simple buy/sell pivot point:
  
  <FONT face="Times New Roman" 
  size=2> 
  
  <SPAN 
  >pivot = (Hi 
  +Lo+close)/3   for interval 9:33am to 9:50am 

  
  <FONT face="Times New Roman" 
  size=2> 
  
  <SPAN 
  >Thanks,
  
  <SPAN 
  >Richard
  
  <FONT face="Times New Roman" 
  size=2> 
  
  <FONT face="Times New Roman" 
  size=2> 
  <FONT face="Times New Roman" 
  size=2><FONT 
  face="Courier New">Send BUG REPORTS to bugs@xxxxxxxxxxxxx<FONT 
  face="Courier New"><FONT 
  face="Courier New">Send SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx<FONT 
  face="Courier New">-----------------------------------------<FONT 
  face="Courier New">Post AmiQuote-related messages ONLY to: 
  amiquote@xxxxxxxxxxxxxxx (Web 
  page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)<FONT 
  face="Courier New">--------------------------------------------<FONT 
  face="Courier New">Check group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  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 
  


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 Sponsor


  ADVERTISEMENT 












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.