Create Custom
Trading Strategies
with AI
Build and backtest custom trading strategies with TradingView in seconds

Proven Strategies
Use our proven strategies
AI Powered
Smart automation
How It Works
See how HorizonAI transforms your trading ideas into actionable strategies in just a few simple steps.
Define an EMA
// Define two moving averages
ema_short = ta.ema(close, 9)
ema_long = ta.ema(close, 21)
Identify Crossover
// Create a condition for crossover
bullish_crossover = ta.crossover(ema_short, ema_long)
Execute Order
// Execute a buy order on crossover
if (bullish_crossover)
strategy.entry("Buy Signal")
From Plain English to Pine Script
Start with a simple idea. Describe your trading strategy in everyday language, and our AI will instantly translate it into clean, efficient Pine Script. No coding experience required.
Visualize Your Strategy's Logic
Don't just get codeβunderstand it. HorizonAI automatically converts your new script into an intuitive visual flowchart. See how every part of your strategy connects, making complex logic easy to grasp and debug.
One-Click Backtesting & AI Refining
See how your strategy would have performed with instant backtesting. Not perfect yet? Tell the AI what to change in plain English. 'Add a stop-loss' or 'Use a different indicator,' and watch as it refines the code for you.
Automatic Pine Script Debugging
HorizonAI acts as your coding partner, instantly identifying and fixing bugs in your scripts. Spend less time debugging and more time developing your strategies.
Other AI Services
Build me a Pine Script for a 20-period EMA.
UCertainly, generating the script now...
HorizonAI
Build me a Pine Script for a 20-period EMA.
UCertainly! I've generated the script and also corrected a common 'ta.ema' syntax error for you.
Go from Vision to Script in Seconds
HorizonAI reads YouTube videos and images, generating backtestable strategies without any coding.
From YouTube Video
Paste a link to get a script.
From Image
Upload a screenshot of a strategy.
Generated Script
// Your strategy script appears here
function onTick(price) {
if (price > sma(price, 20)) {
buy(1);
} else {
sell(1);
}
}
Script Library
Your AI-Powered Toolkit
Get a sneak peek at over 20 pre-built scripts. The full source code is waiting for you in the app.
Candle Range Theory (CRT)
Automatically identifies high-probability trading setups based on Candle Range Theory, helping you enter the market with precision.
// Identify CRT patterns for market entry
function findCRTOpportunity(marketData) {
const high = marketData.today.high;
const low = marketData.today.low;
if (isCRTSetup(high, low)) {
return createEntrySignal('BUY');
}
// Full logic available in the app.
}
Trusted by your fellow traders
βThe AI is so damn good, it makes coding much easier. I made and published my first script with HorizonAI.β
Price Action Trader
Verified User at Trustpilot Review
Simple, transparent pricing
Free
Perfect for getting started with automated trading
- HorizonAI Chrome Extension
- 50,000 Basic Tokens (resets every 24 hours)
- Access to only the free scripts in the library
Monthly
Full access to all features and priority support
- Everything in Free
- Unlimited Premium Tokens
- Smarter AI
- Faster Response Priority
- Access to all scripts in the library
- Image Analysis
- Video Analysis
- 24/7 Priority support
Join Our Community!
Connect with us on Discord to get support, share your ideas, and be part of our growing community.
Join NowFAQ