PureBytes Links
Trading Reference Links
|
<span lang=EN-GB
>Rob,
<span lang=EN-GB
>
<span lang=EN-GB
>If I have correctly
understood what you want to achieve, open the indicator window and add before
your code this “keyword”:
<font size=2 color=navy
face=Arial>
<font size=1 color=darkred
face="Courier New">GraphXSpace<font size=1
color=black face="Courier New"> = <font size=1
color="#ff6820" face="Courier New">10<font
size=1 color=black face="Courier New">; //write the value that you consider
appropriate.
<span lang=EN-GB
>
Regards,
Antonio
<font size=2
color=navy face=Arial>
-----Messaggio originale-----
Da: Rob
[mailto:rls_jls@xxxxxxxxxxxxxxxx]
Inviato: domenica 20 luglio 2003
0.02
A: amibroker@xxxxxxxxxxxxxxx
Oggetto: [amibroker] verticle chart
range ?
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 :
<span lang=EN-GB
>
range = Prefs( 10 );
_N( ranstr = "("+WriEMA( RSI(range), 70 teVal( range, 1.0
)+")" );
<span lang=EN-GB
>
Plot( vrsi = RSI(range), "RSI" + ranstr,
colorRed );
<span lang=EN-GB
>
Plot( ), "EMA 70", colorBlue, styleLine);
<span lang=EN-GB
>
and the resulting output :
<span lang=EN-GB
>
<span lang=EN-GB
>…snip…
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.
|