mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
Copy templates when creating userdir
This commit is contained in:
@@ -22,6 +22,14 @@ AVAILABLE_PAIRLISTS = ['StaticPairList', 'VolumePairList', 'PrecisionFilter', 'P
|
||||
DRY_RUN_WALLET = 999.9
|
||||
MATH_CLOSE_PREC = 1e-14 # Precision used for float comparisons
|
||||
|
||||
# Soure files with destination directories
|
||||
USER_DATA_FILES = {
|
||||
'sample_strategy.py': 'strategies',
|
||||
'sample_hyperopt_advanced.py': 'hyperopts',
|
||||
'sample_hyperopt_loss.py': 'hyperopts',
|
||||
'sample_hyperopt.py': 'hyperopts',
|
||||
}
|
||||
|
||||
TIMEFRAMES = [
|
||||
'1m', '3m', '5m', '15m', '30m',
|
||||
'1h', '2h', '4h', '6h', '8h', '12h',
|
||||
|
||||
Reference in New Issue
Block a user