UofT Trading Lab?

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
 
Quote from itcanbedone:

code test this:


// Testing UofT Labs

#include <iostream>
using namespace std;

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


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

PA
 
Quote from covered_call:

I hope your not taunting Maple Leafs fans with a Red Wings cheer with that code.

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