PureBytes Links
Trading Reference Links
|
Yes, I read it . Over and over. And I plotted it
too. All of them. And none produced what I wanted, so I was was trying all
the variations I could think of.
I fixed it. Deleted the Show Dates and inserted
my own date marks.
The information I needed was
here:
What you want to achieve will be addressed
by completely independent
developments on the way:<FONT
size=3>
1. linked windows (in fact what
Window->Clone does but allowingdifferent intervals to be selected
)2. ability to 'override' individual
pane time interval.
This will be different than TimeFrame functions in that
that you won'tneed to change the formula at all. Just one setting'lock
interval to: ': weekly and given pane will be weekly always.<FONT
color=#0000ff>
Simply saying that AB can't do it yet would have
been sufficient.
<FONT color=#ff0000
size=3>
<FONT
size=3>-CS
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, September 09, 2003 3:38
AM
Subject: Re: [amibroker] Multiple
Timeframes in the same sheet
Hello,
Did you read entire "READ ME" file?
It gives you ready-to-use
code.
EXAMPLE 2: weekly candlestick chart overlaid on
line daily price chart
wo = TimeFrameGetPrice( "O", inWeekly, 0, expandPoint );wh
= TimeFrameGetPrice( "H", inWeekly, 0, expandPoint );wl =
TimeFrameGetPrice( "L", inWeekly, 0, expandPoint );wc = TimeFrameGetPrice(
"C", inWeekly, 0, expandPoint );
PlotOHLC( wo, wh, wl, wc, "Weekly Close", colorWhite, styleCandle
);Plot( Close, "Daily Close", colorBlue );
As to your attempts: TimeFrameExpand is a <FONT color=#ff0000
size=6>FUNCTION...
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.
|