mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Correct instructions for calling a custom strategy file To paraphrase the change: Prior - to call a custom strategy -s the strategy file name within users_data/strategies/ directory After - to call a custom strategy -s the class name within the strategy within users_data/strategies/ directory