> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hextrade.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Algorithms Overview

> Browse all Hextrade algorithm categories — Raptor, Blaze, Spark, Volt, Strike, and more.

# Algorithms Overview

Hextrade provides a broad algorithm library across futures, commodities, and crypto instruments. This page helps you understand naming, categories, and how to choose what to test first.

> \[GIF placeholder: Browsing algorithm categories]

***

## Naming format

Algorithms follow:

`[instrument]-[strategy]-[timeframe]`

Example: `nq-raptor-30m` means:

* Instrument: `NQ` (Nasdaq futures)
* Strategy family: `Raptor`
* Chart timeframe: `30m`

***

## Instrument Reference

| Code    | Instrument         | Exchange |
| ------- | ------------------ | -------- |
| **NQ**  | Nasdaq 100 Futures | CME      |
| **ES**  | S\&P 500 Futures   | CME      |
| **GC**  | Gold Futures       | COMEX    |
| **CL**  | Crude Oil Futures  | NYMEX    |
| **YM**  | Dow Jones Futures  | CBOT     |
| **NKD** | Nikkei 225 Futures | CME      |
| **BTC** | Bitcoin            | Crypto   |
| **ETH** | Ethereum           | Crypto   |

***

## Strategy Categories

| Category                     | Variants | Instruments                       |
| ---------------------------- | -------- | --------------------------------- |
| [Raptor](/algorithms/raptor) | 9        | NQ, ES, GC, CL, BTC, ETH, NKD, YM |
| [Blaze](/algorithms/blaze)   | 6        | NQ, GC, NKD                       |
| [Spark](/algorithms/spark)   | 2        | NQ, GC                            |
| [Core](/algorithms/core)     | 1        | ES                                |
| [Volt](/algorithms/volt)     | 2        | NQ, ES                            |
| [Strike](/algorithms/strike) | 1        | GC                                |
| [Flux](/algorithms/flux)     | 1        | GC                                |
| [Bro](/algorithms/bro)       | 1        | ES                                |
| [Pag](/algorithms/pag)       | 1        | ES                                |
| [Don](/algorithms/don)       | 1        | NQ                                |
| [Gray](/algorithms/gray)     | 1        | NQ                                |
| [Surge](/algorithms/surge)   | 1        | NQ                                |
| [Pulse](/algorithms/pulse)   | 1        | NQ                                |
| [Beast](/algorithms/beast)   | 1        | NQ                                |
| [Pow](/algorithms/pow)       | 1        | NQ                                |

> \[Image placeholder: Algorithms category cards]

***

## How to connect any algorithm

1. Browse available algorithms at [dash.hextrade.io/algos](https://dash.hextrade.io/algos).
2. Open the algorithm detail page and review its performance metrics.
3. Navigate to **Connected Accounts** and link one of your [broker accounts](/automated-trading/trading-accounts).
4. Set an appropriate risk level before activating.

<Warning>
  Always review an algorithm's performance history and set risk carefully before going live. Past performance does not guarantee future results.
</Warning>
