[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Code to Hide part of an Indicator



PureBytes Links

Trading Reference Links

One way to go is:
 
x = ...
y = ...
faststoch = iif(stochk(x) > y, stochk(x), null);
plot(faststoch, ...
 
Bill
----- Original Message -----
Sent: Thursday, May 24, 2007 8:03 AM
Subject: [amibroker] Code to Hide part of an Indicator

Hi All

 

Can anyone advise how to modify the code below so as to hide this portion of the overall code?

 

Currently, I just change the colour to reflect the background colour (the lazy mans way of doing things).

 

 Plot(FastStoch,"FastStoch",colorBlack,styleLine|styleLeftAxisScale);

 

Many thanks

 

Ken


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.7/816 - Release Date: 5/23/2007 3:59 PM
__._,_.___

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___