argo-trading

Argo Trading Strategy Framework

A powerful framework for developing, testing, and implementing algorithmic trading strategies.

Documents

Documents are located in Docs folder

Prerequisites

Project Setup

  1. Clone the repository
  2. Install dependencies

    go mod download
    
  3. Generate strategy interfaces
    make generate
    

Project Structure

argo-trading/
├── cmd/                # Command-line tools
├── examples/           # Example implementations
│   └── strategy/       # Strategy examples
├── pkg/                # Public API packages
│   └── strategy/       # Strategy interface definitions

Implementing Your Strategy

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.

Use in Swift

The ArgoTrading.xcframework is available in our GitHub Releases. Download and add it directly to your Xcode project.

Dependencies: