ssssi / freqtrade_strs

Trading Strategies for Freqtrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use strategy config

Smalltarget108 opened this issue · comments

Hello,

When I try to use your strategy config by multi config command:
freqtrade trade -s stra.py --config user_data/config.json --config user_data/BinHV27_short.json

it shows that the second config does not overwrite the corresponding value in the stra.py
Am I using it in the wrong manner?

Thanks a lot!

commented

Hello,

When I try to use your strategy config by multi config command: freqtrade trade -s stra.py --config user_data/config.json --config user_data/BinHV27_short.json

it shows that the second config does not overwrite the corresponding value in the stra.py Am I using it in the wrong manner?

Thanks a lot!

freqtrade trade -s stra.py --config user_data/config.json
try this.

Hello,
When I try to use your strategy config by multi config command: freqtrade trade -s stra.py --config user_data/config.json --config user_data/BinHV27_short.json
it shows that the second config does not overwrite the corresponding value in the stra.py Am I using it in the wrong manner?
Thanks a lot!

freqtrade trade -s stra.py --config user_data/config.json try this.
Thank you