PureBytes Links
Trading Reference Links
|
Thanks Dimitris :)
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
wrote:
> See the TimeFrameSet( interval) function.
> Example
>
> TimeFrameSet( inDaily );
> sD =MACD();
> TimeFrameSet( inWeekly );
> sW=MACD();
> TimeFrameRestore();
> DailyMACD=TimeFrameExpand( sD, inDaily);
> WeeklyMACD=TimeFrameExpand(sW,inWeekly);
> Plot(DailyMACD, "Daily MACD", colorIndigo );
> Plot( WeeklyMACD, "Weekly MACD", colorBlue);
>
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "Johan" <epostens@xxxx> wrote:
> > Hello! Is it possible to have one pane with 4 macd indicators
based
> > on different time frames? Maybe 5 min, 20 min, 1 hour and 4 hours?
> >
> > Thank you
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 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/
|