adeee tryui

Greenhorn
+ Follow
since Apr 30, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by adeee tryui

Hello,

I need help to write this code, i am so confuse on how to write it.
Google Finance, http://www.google.com/finance?hl=en&tab=we, provides a convenient means of downloading an investment's history consisting of the following fields: Ticker, Date, Open, High, Low, Close, and Volume.

Download a year's history for each of the following investments into separate .csv files:

F Ford
IPG Interpublic Grp Cos
RTN Raytheon Co
SYMC Symantec Corp
TWX Time Warner
TJX TJX Companies
VSH Vishay Intertechnolog...
IBM International Business Machines.

Reading each file sequentially, use string split or the tokenizer with a comma as a delimiter to parse each of the .csv files into fields. Use each investment's history fields to determine the Moving Average Convergence Divergence (MACD) for each of the investments as of 4/1/2016 per http://en.wikipedia.org/wiki/MACD
7 years ago