A powerful framework for developing, testing, and implementing algorithmic trading strategies.
Documents are located in Docs folder
Install dependencies
go mod download
make generate
argo-trading/
├── cmd/ # Command-line tools
├── examples/ # Example implementations
│ └── strategy/ # Strategy examples
├── pkg/ # Public API packages
│ └── strategy/ # Strategy interface definitions
To create a new trading strategy, you can run
pnpm create trading-strategy
Or
npx create-trading-strategy
This will automatically create a sample strategy on your local machine.
The ArgoTrading.xcframework is available in our GitHub Releases. Download and add it directly to your Xcode project.
Dependencies: