---
name: elliott-wave-counts
description: Automated wave counting and market cycle prediction.
compatibility: OpenClaw, Zo Computer
metadata:
  author: ssidharHubble
---
# Elliott Wave Expert

Automated wave counting and market cycle prediction.

## Usage
This skill connects to the Money Machine x402 API. 
Calls are free for basic health, but premium signals require a 402 payment proof.

```javascript
import { execute } from "elliott-wave-counts";
const signal = await execute({ ticker: "BTC" });
```
