| 
 PureBytes Links 
Trading Reference Links 
 | 
You could display your intraday database chart as daily then put your
intraday chart over the top I would have thought. I will give this a try unless
someone else has alreasy done it.
 
<font size=3 color=teal
face="Times New Roman">Cheers,
Graham
<font size=2
color="#339966" face="Times New Roman"><font size=1
color="#339966">http://groups.msn.com/ASXShareTrading
<font size=2
color="#339966" face="Times New Roman"><font size=1
color="#339966">http://groups.msn.com/FMSAustralia
<span
>-----Original Message-----
From: Ara Kaloustian
[mailto:ara1@xxxxxxxxxx] 
Sent: Sunday, 23 March 2003 1:49
PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Re:
Displaying intraday bar calculations on a daily chart
<font size=2
face="Times New Roman"> 
<span
>Sorry, I did not grasp your whole
question previously.
<font size=2
face="Times New Roman"> 
<span
>You can not display intraday events
on daily charts - at least not with the accuracy of intraday resolution (such
as "at noon"). "Lunch" is an intraday event. Daily has one
bar for the whole day.
<font size=2
face="Times New Roman"> 
<span
>You may still be able to do this
with some special 3rd party functions that let you access multiple time frames.
<font size=2
face="Times New Roman"> 
<span
>Look in third party listings: <a
href="">http://www.amibroker.net/3rdparty.php -
Try "Time Frame.DLL". Download the file and place it in your
Amibroker Plugins folder.
<font size=2
face="Times New Roman"> 
<span
>I have not tried what you want to
do, but it's worth studying this. 
<font size=2
face="Times New Roman"> 
<span
>Others may have more experience....
<font size=2
face="Times New Roman"> 
<font size=2
face="Times New Roman"> 
<font size=2
face="Times New Roman"> 
<font size=2
face="Times New Roman"> 
<font size=2
face="Times New Roman"> 
<font size=2
face="Times New Roman"> 
<span
>----- Original Message ----- 
<font
size=2 face=Arial>From: <a
href="" title="camplevel@xxxxxxxxxxxx">kristaura
<span
>To:<font
face=Arial> <a
href="" title="amibroker@xxxxxxxxxxxxxxx">amibroker@xxxxxxxxxxxxxxx
<span
>Sent:<font
face=Arial> Saturday, March 22, 2003 4:35 PM
<span
>Subject:<font
face=Arial> [amibroker] Re: Displaying intraday
bar calculations on a daily chart
<font size=2
face="Times New Roman"> 
<font size=2
face="Courier New"><<The AFL calculations
period depends on the settings you have in AA, <font
face="Courier New">
which is independent of chart displayed.
You can do what you want assuming you have the
intraday data of  
adequate length to compute intraday and display
daily chart>>
Ara, I've looked at AA but I don't see how to
display the results on 
a bar interval different from the calculation
interval.  Maybe I'm 
overlooking the obvious.
Let me provide an example:
1) Plot this indicator in a window on the hourly
chart.  It plots the 
12:00 close.
Lunch=IIf(Hour()==12,C,0);
Plot(Lunch,"Lunch Close",1,2);
2) When I switch to "Daily" view (the
bar interval setting is now 
changed to daily), the indicator disappears (no
data displayed).
What I am trying to do is display "Lunch
Close" on the Daily chart. 
I would like to access the hourly data array on
the daily chart using 
an indicator in AFL, AA, script, or other
method.  Is there a way?
thank you
kris
--- In amibroker@xxxxxxxxxxxxxxx, "Ara
Kaloustian" <ara1@xxxx> wrote:
> The AFL calculations period depends on the
settings you have in AA, 
which is independent of chart displayed.
> 
> You can do what you want assuming you have
the intraday data of  
adequate length to compute intraday and display
daily chart
> 
> Ara
>   ----- Original Message ----- 
>   From: kristaura 
>   To: amibroker@xxxxxxxxxxxxxxx 
>   Sent: Saturday, March 22, 2003
9:53 AM
>   Subject: [amibroker] Displaying
intraday bar calculations on a 
daily chart
> 
> 
>   Is it possible to do do
calculations based on a bar interval 
>   different from the chart
displayed?
> 
>   For example, I am displaying a
daily chart, but I would like to 
>   create an indicator in AFL (on
the same daily chart) which would 
>   access 15 minute bars, make the
calculations, and display the 
result.
>   If not in AFL, could it be done
in script?
> 
>   thank you
>   kris
> 
> 
>        
Yahoo! Groups Sponsor 
>              
ADVERTISEMENT
>             
>        
>        
> 
>   Send BUG REPORTS to bugs@xxxx
>   Send SUGGESTIONS to suggest@xxxx
>  
-----------------------------------------
>   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 Yahoo! Terms of 
Service.
Send BUG REPORTS to bugs@xxxxxxxxxxxxx<font
face="Courier New">
Send 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.
<font size=2
face="Times New Roman">
Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send 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
  ADVERTISEMENT
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.
 
 |