Click here to Login





                                                   Graphing Morningstar Fundamentals

  0

0
allan nathan
2012-10-09 19:58:12


Hi,
I have been graphing various fundamentals from Morningstar.Excellent!!

Could you tell me how you would chart the following?
I am trying to plot EPS growth vs revenue growth
I am able to do it,but it is not very visually appealing.
Is there a way to get stacked histograms?



eps = GetData('morningstar_fundamentals', 'earnings_per_share_usd', LastData);
rev = GetData('morningstar_fundamentals', 'revenue_usd_mil', LastData);
revgrowth=perf(rev,1);
epsgrowth=perf(eps,1);

plot(eps,"eps",colorred,ChartNone);
plot(epsgrowth,"epsgrowth",colorred,ChartBar,stylenoscale);
Plot(rev, "rev", colorBlack, ChartNone, StyleOwnScale);
plot(revgrowth,"revgrowth",colorblue,ChartLine,StyleNoScale);

Thanks,

Allan




QuantShare
2012-10-10 10:57:12

  0

To compare EPS growth vs revenue growth, try creating two plots with "ChartBar" and "StyleSymbolNone" style.

You can also try this:
plot(rsi(14),"RSI14",colorRed|20|colorRed,ChartStep,StyleSymbolNone);
plot(rsi(2),"RSI2",colorGreen|20|colorGreen,ChartStep,StyleSymbolNone);



allan nathan
2012-10-10 15:56:23

  0

Hi,
Works well..Why do you use colorred|20|colorred as opposed to simply colorred?
What is |20|

Thanks,

Allan







QuantShare
2012-10-10 17:12:16

  0

Hi,

The format is:
Color1|Opacity1|Color2|Opactity2|Color Angle

Note that you can update colors dynamically:
http://www.quantshare.com/how-433-how-to-dynamically-update-the-settings-of-an-indicator



allan nathan
2012-10-10 17:47:58

  0

excellent..thank you


No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Morningstar Annual Fundamentals 2.0 for US and International Stoc...
Morningstar Historical Fundamentals
Number of Upgraded Stocks Minus Downgraded Stocks
Reverse Collar Option Strategy
Percent High Low Range as a measure of stock volatility

How-to Lessons
How to automatically arrange charts?
How to import trading items from other accounts
How to filter stocks in a market composite
How to plot the relative performance of several stocks/indices
How to get stocks for a particular index using the global script

Related Forum Threads
Morningstar Fundamental Data for International Companies
Morningstar Fundamental Update
Historical Fundamentals data, US stocks
William's %R not graphing properly
Morningstar fundamental data

Blog Posts
Fundamental analysis: How to track economic indicators in the For...
Charting, Backtesting and Trading using Fundamental Data
Backtesting Your Trading Systems: Symbol Segmentation
Download historical EOD data for the stock, futures, ETF and Fore...
Automatically create historical quotes charts









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.