Skip to main content

Prerequisites

Before you begin, make sure you have:
An InnovaTrading account
An API key from Dashboard Settings
Python 3.8+ or Node.js 18+ installed

Step 1: Install the SDK

Step 2: Get Market Data

First, fetch OHLC bars to analyze:

Step 3: Create a Signal

Now let’s send a BUY signal with Stop Loss and Take Profits:

Step 4: View Your Signal

  1. Go to InnovaTrading Chart
  2. Select EURUSD and H1 timeframe
  3. Open the Indicators panel
  4. Find “My First Signal” under External Indicators
  5. Enable it to see your signal on the chart!
Signal on chart

Next Steps

Signal Format

Learn about all signal options

Build an Indicator

Create a full indicator system

API Reference

Explore all endpoints

Best Practices

Production-ready patterns