chrism2671 / PyTrendFollow

PyTrendFollow - systematic futures trading using trend following
MIT License
376 stars 74 forks source link

Use argparse for command-line parameters and help test in download.py #29

Open pjmcdermott opened 6 years ago

pjmcdermott commented 6 years ago

Best practice would be to use argparse for command line parameters.