This repo houses all the core strategies powering MeowTrades' automated trading features. Each strategy is modular, well-documented, and continuously improved based on live performance data.
A dynamic Dollar Cost Averaging strategy that adapts based on market trends and user-defined parameters.
An automated grid-based strategy that takes advantage of market volatility by placing staggered buy/sell orders.
Each strategy folder contains a diagram.png illustrating the internal logic and flow of the strategy.
We're currently iterating on these strategies. Feel free to open issues or PRs if you'd like to propose improvements.