mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.88k stars 856 forks source link

where is the file '~/qstrader.yml' ? #260

Closed royburns closed 7 months ago

royburns commented 6 years ago

DEFAULT_CONFIG_FILENAME = '~/qstrader.yml'

JamesKBowler commented 6 years ago

what OS have you installed qstrader on?

On Linux my file is located at /home/nonroot/qstrader.yml, which is referenced in the settings.py file. also, ~/ means your home directory. Just use the locate qstrader.yml command on Linux, if it's not there, create it.

royburns commented 6 years ago

windows10