miro-ka / mosquito

Trading Bot with focus on Evolutionary Algorithms and Machine Learning
GNU General Public License v3.0
261 stars 53 forks source link

Add mandatory check for command arguments #8

Closed miro-ka closed 7 years ago

miro-ka commented 7 years ago

Add logic to argparse input arguments, that will handle mandatory arguments. Current implementation just seg-faults when none of the trading modes are chosen.

miro-ka commented 7 years ago

fixed c28eef1