Hi all
I noticed I am changing very few parameters in each pair's config file, that's why I thought we could do the following:
Have ALL DEFAULT parameters in ALLPAIRS-params.js
If a parameter is present in the PAIR config file, it would OVERRIDE the default value set in ALLPAIRS
This way, we could even have some PAIRS config file just empty, if their config matches the default set in ALLPAIRS
Some other pair config files would just have different values for strategy, BB values, BUY and SELL Levels
This would make the PAIRS config files much more simple, they would just contain the parameters we want different from ALLPAIRS's default
What do you think about this ?