[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: Comments on Van Tharp courses please



PureBytes Links

Trading Reference Links


Jayson,
 
Worked like a charm. Thanks for taking the trouble.
 
Regards
Jayson <jcasavant@xxxxxxxxxxx> wrote:


Rakesh,
 
you will need to plot a custom price indicator...
 
 
Plot(C,"Price",4,64);
Plot(MA(C,10),"10 ma",5,1);
Plot(MA(C,20),"20 ma",6,1);
Plot(MA(C,30),"30 ma",7,1);
Title="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);
 
adjust the formatting and colors to your liking
 
Regards, 
Jayson 
-----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 - 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: http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 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: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.


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.