PureBytes Links
Trading Reference Links
|
I am using multiple moving average for filtering bull, bear &
consildation phases. My problen is that I need each moving average in
different color. Moreover I also want to know code of making shortest
& longest moving average in bold.
mov(c,40,s);mov(c,50,s);mov(c,60,s);mov(c,70,s);mov(c,80,s);mov
(c,90,s);mov(c,100,s);mov(c,110,s);mov(c,120,s);mov(c,130,s);mov
(c,140,s);mov(c,150,s);mov(c,160,s);mov(c,170,s);mov(c,180,s);mov
(c,190,s);mov(c,200,s);
Can anyone help in providing code to make each moving average unique
color.
Thanks in advance.
Dr.Khalid Masood Karim
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|