Skip to content

Commit

Permalink
Add USERPATH_NOTEBOOKS
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 2, 2020
1 parent e8c1abc commit a5e670b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freqtrade/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@

USERPATH_HYPEROPTS = 'hyperopts'
USERPATH_STRATEGY = 'strategies'
USERPATH_NOTEBOOKS = 'notebooks'

# Soure files with destination directories within user-directory
USER_DATA_FILES = {
'sample_strategy.py': USERPATH_STRATEGY,
'sample_hyperopt_advanced.py': USERPATH_HYPEROPTS,
'sample_hyperopt_loss.py': USERPATH_HYPEROPTS,
'sample_hyperopt.py': USERPATH_HYPEROPTS,
'strategy_analysis_example.ipynb': 'notebooks',
'strategy_analysis_example.ipynb': USERPATH_NOTEBOOKS,
}

SUPPORTED_FIAT = [
Expand Down

0 comments on commit a5e670b

Please sign in to comment.