-
Notifications
You must be signed in to change notification settings - Fork 155
⚡️ Rename to .example.json
config files and .gitignore
original files
#74
Comments
mgm-config
with mgm-config-private
/ change MGM configuration loading logic
Sorry man but absolutely not! We do this to keep Also I don't see what's wrong with MGM's current config loading? It's not long? The setting of the class parameters after the json loading is rather lengthy though. There I think we could perhaps improve, but we would need to be very carefully that everything keeps initializing as expected. FYI: I tried Freqtrades config accessing through the |
I see your point, but there's no way it can reduce the risk of leaking.
Obviously there should be Nothing is wrong with current config loading except that config should be overridable by freqtrade design. You can declare config in the The main reason to override - there'll be no need to manually merge local changes and upstream changes to |
The one provided is an example, on my end I got that fixed up with Linux system links, but sure we can rename to
Same goes for this, we'll rename to I'll add following copy/paste command in the docs to make this really easy to do too: cp ./user_data/mgm-config.example.json ./user_data/mgm-config.json && cp ./user_data/mgm-config-private.example.json ./user_data/mgm-config-private.json |
mgm-config
with mgm-config-private
/ change MGM configuration loading logic.example.json
config files and .gitignore
original files
OK. If there's no other special reason to not merge "exchange": ["name", "key", "secret"], "apiserver", "telegram" will be popped out from config to not accidentally show on screenshots/hyperopt/backtest stdouts |
The Same goes to But if you want feel free to PR the changes we discussed here! 🙂 |
.example.json
config files and .gitignore
original files.example.json
config files and .gitignore
original files
So
mgm-config
could be left alone with best recommended vanilla / unchanged settings and most of the tuning will be done viamgm-config-private
.MoniGoMani/user_data/strategies/MasterMoniGoManiHyperStrategy.py
Lines 56 to 83 in 9064a37
Most probably the logical and almost drop-in replacement way to implement is freqtrade.configuration.Configuration.from_files() .
The text was updated successfully, but these errors were encountered: