jerome-benoit/freqai-strategies — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python repo of Freqtrade strategies focused on FreqAI, with two usable strategy options called QuickAdapter and ReforceXY. I want something I can clone, copy a config template, add my exchange API keys, set my timezone, and start in Docker from the project root without much fuss. Please make the setup feel beginner friendly, with clear defaults and comments around the important tuning areas, especially the freqai settings and the trade protection controls like cooldowns, drawdown limits, lookback windows, and expected trade duration.
For QuickAdapter, make it easy to get running fast with a sensible example config. For ReforceXY, include the supported model choices and any strategy specific settings that matter. Add a simple README with exact startup steps, what files I need to edit, and how to change settings safely. I do not need a fancy app, I just want a clean, practical setup that is easy to run and tweak. If anything is unclear, check the current Freqtrade and FreqAI docs online.
Want more depth? Deep Reverse