PureBytes Links
Trading Reference Links
|
I have the following code that plots support and resistance horizontal
lines:
Range:=(h-l);
Res:=close + range:
Sup:=close - range;
lastvalue(res);
lastvalue(sup);
--- Now, the lines plot across the chart from right to left,
historically. Can I get the lines to plot starting from my current bar
into the future (from left to right, starting with latest bar).
Thanks.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|