Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 855 Bytes

File metadata and controls

23 lines (13 loc) · 855 Bytes

MeowTrades Strategy Core

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.

Available Strategies

Smart DCA

A dynamic Dollar Cost Averaging strategy that adapts based on market trends and user-defined parameters.

View Docs

Automated Grid

An automated grid-based strategy that takes advantage of market volatility by placing staggered buy/sell orders.

View Docs

Diagrams

Each strategy folder contains a diagram.png illustrating the internal logic and flow of the strategy.

Contributing

We're currently iterating on these strategies. Feel free to open issues or PRs if you'd like to propose improvements.