PureBytes Links
Trading Reference Links
|
Jack,
I confirmed that the first macd code plots correctly by going
to "view-intraday-30 minute" and a chart without the TimeFrameSet in
the code plotted the same as the 30 minute code. I am trying to get
the "Displayed" Time Frame to show the correct time frame per chart.
Is there a reason why one would not want this to show per chart?
Thanks,
John
-- In amibroker@xxxxxxxxxxxxxxx, "ckinsey2003" <ckinsey2003@xxxx>
wrote:
> John,
> I Forgot to mention, your "Displayed" Time Frame at the botttom of
you
> Plot window will not change, but now your "Data" PLOT will be scaled
> to it properly.
>
> I don't know that you can change the "Displayed" time frame from the
> default that all other graph panes are using ??
>
> Jack Kinsey
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "John" <jea55129@xxxx> wrote:
> > Group,
> >
> > I am trying to plot MACD in 30 minute setting. I think I have
this
> > correct.
> >
> > TimeFrameSet( 2 * in15Minute ); // switch to 30 minute frame
> >
> > s=Signal(5,13,6);
> >
> > TimeFrameRestore(); //
> > Plot(s,"",colorViolet,styleHistogram);
> >
> > But when I go to parameters- and toggle on the "show date axis"
it
> > shows the times in the one minute scale and not the 30 minute
scale
> > that I think it should. Is this as designed or am I missing
something?
> >
> > tia,
> >
> > John
------------------------ Yahoo! Groups Sponsor --------------------~-->
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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:
http://docs.yahoo.com/info/terms/
|