PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Dominic,
you
are using a range of just the 1 bar. try 10 and the difference becomes
apparent.
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: dom1_1998
[mailto:Dom2000@xxxxxxxxxxx]Sent: Thursday, March 25, 2004 2:57
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Std
DevI'm trying to plot a channel 1 std dev above and
below (H+L)/2.I tried the following:mid=(H+L)/2;up=mid +
StDev(mid,1);dn= mid -
StDev(mid,1);Plot(up,"up",colorRed,styleLine);Plot(dn,"dn",colorGreen,styleLine);I
get only one line plotted,(red) with a red value and green value onthe y
axis. Plus both values are the same
amount.TIA,DominickSend BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|