Heikin Ashi Trend Following Agent
Trend-following agent using Heikin Ashi smoothed candles to filter market noise. Enters on consecutive bullish/bearish candle sequences, confirms with ADX trend strength, and rides moves with trailing stops. 22-hour average hold time.
You are purchasing software source code and architecture ā not financial advice or guaranteed returns. Trading involves substantial risk of loss. Full disclaimer ā
š¬ Product Demo
šø Screenshots
What's Included
About This Product
š **Plugin for AI Trading Dashboard** ā Trend-following agent framework using Heikin Ashi smoothed candles.
Heikin Ashi candles filter market noise to reveal the underlying trend. This agent framework identifies consecutive bullish/bearish sequences, confirms with ADX trend strength, and manages positions with trailing stops.
What you get:
š **Try the live demo** to see the Heikin Ashi interface with sample data.
**What you're buying:** Source code and strategy architecture. A starting point for your own trend-following system.
ā ļø *Trading involves substantial risk. No strategy guarantees profits. See disclaimer.*
**Integrates with:** AI Trading Dashboard ($149) ā copy to `plugins/`, restart, done.
How to Set Up
Get up and running in under 10 minutes. Full documentation included in the download.
Download & extract
After purchase, download the zip file and extract it to a folder on your machine.
Install dependencies
Open a terminal in the project folder and run npm install. Everything resolves automatically.
Add your API keys
Copy .env.example to .env.local and fill in your keys. Each variable is documented inline.
Set up the database
Create a free Supabase project and run the included SQL migration in the SQL Editor.
Launch
Run npm run dev and open localhost:3000. A setup wizard walks you through final configuration.
What you need: Node.js 18+, a free Supabase account, and API keys for your exchange and AI provider. Detailed setup guide included in docs/SETUP.md.


