PureBytes Links
Trading Reference Links
|
I have created an indicator which will plot 2 lines on the same inner
window and would like to know whether it is possible to automatically
set the line properties (Colour/Style/Weight) using codes.
a:=(C-Ref(C,-1))*V;
b:=Mov(a,2,E); {blue colour line}
d:=Mov(a,13,E); {red colour line}
b;
d;
0
I know this can be done using template but wonder it can be program
directly into the "Indicator Builder".
Thanks & best regards,
ALM
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12htfnvc3/M=362343.6886682.7839641.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1123959600/A=2894352/R=0/SIG=11fdoufgv/*http://www.globalgiving.com/cb/cidi/tsun.html">Help tsunami villages rebuild at GlobalGiving. The real work starts now</a>.</font>
--------------------------------------------------------------------~->
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/
|