PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Rakesh,
<FONT face=Arial color=#0000ff
size=2>
you
will need to plot a custom price indicator...
<FONT face=Arial color=#0000ff
size=2>
Plot<FONT
face=Arial>(C<FONT
color=#0000ff>,"Price",4,64);
Plot<FONT
face=Arial>(MA(C<FONT
color=#0000ff>,10),"10 ma",5,1);
Plot<FONT
face=Arial>(MA(C<FONT
color=#0000ff>,20),"20 ma",6,1);
Plot<FONT
face=Arial>(MA(C<FONT
color=#0000ff>,30),"30 ma",7,1);
Title<FONT
face=Arial>="Open "+O+" High "+H+" Low "+L+" 10 day
"+WriteVal(MA(C,10),1.2)+" 20 day "+WriteVal(MA(C,20),1.2)+" 30 day
"+WriteVal(MA(C,30),1.2<FONT face=Arial
color=#0000ff>);
<FONT face=Arial color=#0000ff
size=2>adjust the formatting and colors to your liking
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Rakesh Sahgal
[mailto:rakeshsahgal@xxxxxxxxx]Sent: Wednesday, March 10, 2004 10:11
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Custom
Price Window
Hi Group,
I am looking for a way to do the following:-
In the main price window:
1. Display all the price fields i.e. OHLC and V. and also display more
than the 3 MA's permitted by AB using the preferences route.
2. Values of the all price fields and other plots be available within the
main price window rather than only for the current day the right of the price
window.
Is this possible? If so can someone please help me do this.
Thanks
Rakesh
Do you Yahoo!?Yahoo! Search - <A
href="">Find what youre looking for
faster. Send 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
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|