New|Introducing HorizonAI

Create Custom
Trading Strategies
with AI

Build and backtest custom trading strategies with TradingView in seconds

HorizonAI Trading Platform Interface

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.

U
AI

Certainly, generating the script now...

Error: Script could not be compiled.

HorizonAI

Build me a Pine Script for a 20-period EMA.

U
AI

Certainly! I've generated the script and also corrected a common 'ta.ema' syntax error for you.

Success: Script compiled with no errors.

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

Use the left and right arrow keys to navigate between testimonials.

Simple, transparent pricing

Free

Perfect for getting started with automated trading

$0/month
  • HorizonAI Chrome Extension
  • 50,000 Basic Tokens (resets every 24 hours)
  • Access to only the free scripts in the library
Get Started

Monthly

Full access to all features and priority support

$19/month
  • 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
Get Started

Join Our Community!

Connect with us on Discord to get support, share your ideas, and be part of our growing community.

Join Now

FAQ

Frequently asked questions