Difference between revisions of "Pedagogical Tools Group"

From Earlham CS Department
Jump to navigation Jump to search
Line 1: Line 1:
 +
=== Bellow are recommended Resources for various programming classes ===
 +
 +
*Info URLS:
 +
** http://www.youtube.com/watch?v=p40Kpmu60YM 
 +
** http://en.wikipedia.org/wiki/High-frequency_trading
 +
*Data URLS: http://finance.yahoo.com/
 +
*Description: In high-frequency trading, programs analyze market data to capture trading opportunities to trade securities like stocks or options. The Database will be automatically downloading/update information from online stock market on hourly bases.After the data is updated, using combination of mathematical models such as the "Black Scholes Formula, probability and statistics, etc... the computer will predict which stock to buy. It could be also programed so that the computer buys the predicted stocks or options automatically. Because humans are too slow. 
 +
*Creator: mmludin08
 +
 +
 
[[CMU graphics documentation]]
 
[[CMU graphics documentation]]
 
<br>[[Start Up]] for ECS Department's environment.
 
<br>[[Start Up]] for ECS Department's environment.

Revision as of 16:57, 24 August 2012

Bellow are recommended Resources for various programming classes

  • Info URLS:
  • Data URLS: http://finance.yahoo.com/
  • Description: In high-frequency trading, programs analyze market data to capture trading opportunities to trade securities like stocks or options. The Database will be automatically downloading/update information from online stock market on hourly bases.After the data is updated, using combination of mathematical models such as the "Black Scholes Formula, probability and statistics, etc... the computer will predict which stock to buy. It could be also programed so that the computer buys the predicted stocks or options automatically. Because humans are too slow.
  • Creator: mmludin08


CMU graphics documentation
Start Up for ECS Department's environment.
Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy

Pedagogical Group Provided Tutorials