Eugene,
I have been attempting to write a code to represent the EMA on an indicator such as RSI and are having some trouble, I suspect there is a simple answer.
I am using this to calculate RSI:
DataSeries RSISeries = RSI.Series(Close, 14);
And this to calculate the EMA on the price series:
DataSeries EMA = EMAModern.Series(Close, 14);
But I am now wondering how I write a code so that the EMA relates to the DataSeries RSISeries?
Thanks in advance.
Jim
Size:
Color:
CODE:
Please log in to see this code.
Size:
Color:
Too easy, thank you.
Also, I have been wondering, is there a forum for WL6 that shares and ranks ChartScripts such as for WL4 see: http://wl4.wealth-lab.com/cgi-bin/WealthLab.DLL/browsechartscripts ?
Size:
Color:
Size:
Color:
Excellent.
Size:
Color: