- Joined
- 11/17/14
- Messages
- 3,823
- Points
- 523
My goal is to make a program that reads live stock prices continuously (for as long as it compiles) and visualises them in excel in a line chart simulating the stock price movement for a certain number of stocks. Thereafter I want to add more features and algorithms separately that indicate an arbitrage opportunity or an option trading strategy based on Put/Call Parity mostly or Sharpe (not really sure yet). The other parameters of the option contracts will be fake since the goal of the program is to make you comfortable with option trading and trading algo designing.
My questions:
My questions:
- What is the simplest way to get data from, say, yahoo finance and use them directly in my program? boost/asio/... , <winsock2.h> or something else?
- Can the visualisation be done with a simple chart usage or it needs custom made settings? if so, the settings can be done through excel or C++? (I think through c++ but not sure)
Last edited: