One way to go is: x = ... y = ... faststoch = iif(stochk(x) > y, stochk(x), null); plot(faststoch, ...
Bill ----- Original Message ----- From: Ken Henderson To: [email protected] 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
