jonromero / forex_algotrading

My Forex algotrading platform in Python - based on my posts at http://jon.io
MIT License
477 stars 178 forks source link

Python 3 #2

Open femtotrader opened 8 years ago

femtotrader commented 8 years ago

Hello,

maybe you might support Python 3

print ... should be replaced by print(...)

python -m http.server 8000

should be use to run micro web server

Kind regards

jonromero commented 8 years ago

Good suggestion. Thanks