-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to launch Apple's Stocks app to show information for a particular stock, on a non-jailbroken phone. I'm not interesting in how to get a quote or graph a stock myself, just opening Stocks.app.
I was hoping that the Stocks app would have a custom URL format, so opening a URL like stocks://AAPL…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The high-level goal is to choose 10 stocks that have the lowest correlation among one another, out of a pool of 50, so that I can have a well-diversified portfolio.
I have managed to write some VBA macro to download the past 3 years of daily price data from Yahoo finance, and then compute the 50x50…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
For a learning exercise, i'm wanting to create candlestick (stock) graphs for stocks using zedgraph.
Now on google finance, i can get daily open-high-low-close data which is perfect for making these graphs, but i'm wanting to create intra-day graphs, eg open-high-low-close data for an hour (or…
>>> More
-
as seen on Code Project
- Search for 'Code Project'
An example to display stock indexes in an Ext JS chart. Including an introduction to Ext JS, a simple introductory Ext JS example, and an introduction to the new charts feature. Concludes with a more comprehensive demo showing some more of Ext’s features.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have two stocks with their prices, example:
STOCK1:
10.56
11.23
12.32
8.90
STOCK2:
1.26
5.80
3.26
10.3
I only found Pearson correlation, but, is there another method to know if two stocks move togheter? (esample: co-integration??)
Thank you so much!
>>> More