freqtrade / freqtrade-strategies

Free trading strategies for Freqtrade bot
GNU General Public License v3.0
3.34k stars 1.12k forks source link

Strategy error #92

Closed lykslouisa closed 4 years ago

lykslouisa commented 4 years ago

Kazam_screenshot_00000

For requestion a new strategy. Please use the template below.
Any strategy request that does not follow the template will be closed.

Step 1: What indicators are required?

Please list all the indicators required for the buy and sell strategy.

Step 2: Explain the Buy Strategy

Please explain in details the indicators you need to run the buy strategy, then explain in detail what is the trigger to buy.

Step 1: Explain the Sell Strategy

Please explain in details the indicators you need to run the sell strategy, then explain in detail what is the trigger to sell.

Source

What come from this strategy? Cite your source:

lykslouisa commented 4 years ago

https://github.com/freqtrade/freqtrade-strategies/blob/master/user_data/strategies/Strategy002.py

xmatthias commented 4 years ago

Well the message says it all - Freqtrade can't find the strategy.

please make sure the strategy is in the correct directory (as documented).

MDA-devx commented 4 years ago

Same kind of error here Cant make sample strategies to run on ft

xmatthias commented 4 years ago

@polakenfold as mentioned above - ensure that the strategy is in the correct directory - and that you're using the commands as described in the documentation.

lykslouisa commented 4 years ago

I discovered that the error was just a typo. Try using $freqtrade trade -s Simple_strategy. Note the strategy specified should be your “strategy Class” and not the file name of your strategy. Good luck

Sent from my iPhone

On Aug 14, 2020, at 12:01 PM, polakenfold notifications@github.com wrote:

 Same kind of error here Cant make sample strategies to run on ft

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.