PureBytes Links
Trading Reference Links
|
When I plot what I have below, it works but as soon as I move
to another symbol, it changes to a straight sloping line. It
should stay the same. Why not? What am missing here? I have to
click the apply button for each symbol, but I don't want to
do that. PLease help.
tia
nand
//==========================================================
s1=Foreign("DIA","C");
gs1=IIf(s1>Ref(s1,-1) ,1,0);
pg=Gauss3ord(gs1,3);
Plot(Ref(pg,-1),"",4,1);
Plot(pg,"",6,8);
//===================================================
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|