PureBytes Links
Trading Reference Links
|
Hello,
It is very simple, the following code shows how:
Plot( C, "Price", colorBlack );
if( Interval() == inDaily )
{
Plot( MA( C, 10 ), "MA10 only in daily mode", colorRed );
}
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "hertyil" <herty@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, June 16, 2004 1:20 PM
Subject: [amibroker] Indicator in daily and weekly mode
> Anybody know how an indicator in a code, can be made to appear only
> in the daily mode, say, but when switching to weekly or monthly not
> having it appear. In other words, how can switching (flipping) from
> daily to weekly or monthly, on the toolbar, affect the code?
>
> Herbert
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|