UofT Trading Lab?

Discussion in 'Strategy Building' started by Pension_Admin, Oct 23, 2008.

  1. Anyone ever University of Toronto's trading lab? Is it any good? Do they allow the public to test their stratgegies there?

    I am getting a chance to go there next week. Hopefully I'll get to test out a few strategies.


    PA
     
  2. code test this:


    // Testing UofT Labs

    #include <iostream>
    using namespace std;

    int main ()
    {
    cout << "Go Wings!";
    return 0;
    }
     

  3. What does it do? I hope it won't do any harm to the lab.

    PA
     
  4. I hope your not taunting Maple Leafs fans with a Red Wings cheer with that code.
     
  5. // Testing UofT Labs

    #include
    using namespace std;

    int main ()
    {
    cout << "Yes I am!";
    return 0;
    }
     
  6. ET873

    ET873

    Which would not be a problem since his code would not compile ;-).