mhallsmoore / qsforex

QuantStart Forex Backtesting and Live Trading
http://www.quantstart.com
779 stars 354 forks source link

Make sure code is both Python 2.7.x and Python 3.4.x compliant #4

Closed mhallsmoore closed 9 years ago

mhallsmoore commented 9 years ago

Currently the code is only working for Python 2.7.x, but since Python 3.4.x is now rapidly becoming the standard, the code needs to be updated.

mhallsmoore commented 9 years ago

The code now works in both 2.7.x and 3.4.x with changes to Decimal, urllib, httplib, Queue/queue and, of course, the print statement/function!