glgene 616 posts msg #105794 - Ignore glgene |
4/3/2012 10:35:42 AM
In Stockfetcher, can you create an EMA(20) of an indicator result, such as RSI(14)?
When I run the above script, I suspect the EMA(20) column I am producing is on Price, not on RSI(14).
???
Gene
|
Kevin_in_GA 4,599 posts msg #105795 - Ignore Kevin_in_GA |
4/3/2012 11:15:47 AM
Use the following:
cema(RSI(14),20)
|
glgene 616 posts msg #105796 - Ignore glgene |
4/3/2012 11:19:46 AM
Thanks, Kevin. That will do it! Same CEMA command for a variable?
Gene
|
Kevin_in_GA 4,599 posts msg #105797 - Ignore Kevin_in_GA |
4/3/2012 2:31:59 PM
Yes.
|