PureBytes Links
Trading Reference Links
|
I am currently using the indicator builder to chart
both the RSI and the EMA( RSI(range), 70 ) on the same chart.
Below is the code I have entered :
range = Prefs( 10 );_N( ranstr = "("+WriEMA(
RSI(range), 70 teVal( range, 1.0 )+")" );
Plot( vrsi = RSI(range), "RSI" + ranstr, colorRed
);
Plot( ), "EMA 70", colorBlue,
styleLine);
and the resulting output :
<IMG alt="" hspace=0
src="jpg00242.jpg" align=baseline
border=0>
The problem is the vertcile chart range. What can I
do to make the verticle chart range look like a regular RSI chart?
TIA rs.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: ""
|