PureBytes Links
Trading Reference Links
|
Hi.
I'd like to know if its possible to create an histogram from any
indicator.
Imagine that we have an indicator measured between 0 and 100. Lets take
the RSI. Can we put him like and histogram?
I tried this:
If(RSI(5)>50,RSI(5),50);
If(RSI(5)<50,RSI(5),50)
but naturally that this didn't work.
Any thoughts?
Regards
Fernando
------------------------------------
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/
|