PureBytes Links
Trading Reference Links
|
I think you need the TimeFrameExpand in/befor your plot,
after you timeframerestore().
try
s30 = TimeFrameExpand(s, 2 * in15minute);
Plot(s30,"",colorViolet,styleHistogram);
I just work with EOD and Weekly but s/b the same.
jk
--- 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 --------------------~-->
Help tsunami villages rebuild at GlobalGiving. The real work starts now.
http://us.click.yahoo.com/njNroD/KbOLAA/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/
|