Documentation
README
Strategy: Grid ยท Range Fade (laddered)
When to use
A user asks for "grid trading", "grid bot", "range fade", "ladder buy", "scale into the dip", "pyramid into a position", "DCA on drawdown" (not on calendar โ that's strategy-dca-weekly). Anything where the trigger to add is a price drawdown, and there are partial take-profits on the way up.
Important caveat โ explain this upfront
Freqtrade is a one-trade-per-pair engine. A real 20-rung grid bot โ placing 20 limit orders simultaneously on the order book and refilling each as it fills โ is not possible without engine changes. What you can implement is a profit-laddered position adjustment:
This is the opening of the README. Read the full README on GitHub.