PureBytes Links
Trading Reference Links
|
This is an unsupported use of N. It was easy to do it another way.
K14=StochK(14);
D14=StochD(14);
Xkd=Cross(K14,D14);
Xdk=Cross(D14,K14);
N=IIf(Xkd,2,1);
C>ValueWhen(Xkd AND K14<60,C,N);
I have found that N can be a function such as barssince() when I am using
Sum(), but apparently it cannot be a variable when used in a Valuewhen()
situation. Is this correct? Ron D
------------------------ 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/
|