PureBytes Links
Trading Reference Links
|
<SPAN
class=905211715-14072003>Richard,
Am I
correct in understanding that you wish to click a tab and see for instance a
chart of CSCO with an ema even though you are currently selecting a stock such
as IBM to view other indicators???
<SPAN
class=905211715-14072003>
If so
the answer is to create a custom indicator with the foreign
call.
<SPAN
class=905211715-14072003>
<SPAN
class=905211715-14072003>try.....
<SPAN
class=905211715-14072003>
<FONT
color=#0000ff>
x=Param(<FONT
size=2>"EMA",10<FONT
size=2>,1,<FONT
size=2>50,1<FONT color=#282828
size=2>);<FONT
color=#0000ff face=Arial size=2>
Plot(<FONT
color=#0000ff face=Arial size=2>EMA<FONT color=#282828 face=Arial
size=2>(Foreign<FONT
color=#282828 face=Arial size=2>(<FONT color=#ff00ff face=Arial
size=2>"CSCO",<FONT
color=#ff00ff face=Arial size=2>"C"<FONT color=#282828 face=Arial
size=2>),x<FONT color=#282828
face=Arial size=2>),<FONT color=#ff00ff face=Arial
size=2>"EMA",<FONT
color=#000000 face=Arial size=2>colorYellow<FONT color=#282828
face=Arial size=2>,1<FONT
color=#282828 face=Arial size=2>);<FONT
face=Arial>
PlotForeign(<FONT color=#ff00ff
size=2>"CSCO",<FONT color=#ff00ff
size=2>"C",<FONT color=#000000
size=2>styleCandle<FONT
face=Arial>);
The
EMA period is variable using the param (rt click choose Parameters). Substitute
the call for CSCO with the ticker of your choice...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: richardlboroff
[mailto:rboroff@xxxxxxxx]Sent: Monday, July 14, 2003 10:39
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Plot
price of a specific security and specific MAThis sounds
simple, just plot a price chart.Nope.I want it locked, so that
the specific tab always shows one specific security and one specific EMA,
neither controlled by preferences, etc.The closest I can get is the
following:Graph1= EMA(Close,10 );Graph2= EMA(Close,1 );This
looks about right, But I have to enter the name of the security
desired.I would like to just be able to click on the tab and have it
show a P chart with a 10 period EMA.Thanks and be
goodRichard BoroffSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|