Chartink Integration

Automate your Chartink screener results to execute trades through Algrow.

Chartink webhook functionality requires a Chartink paid plan that supports alerts and webhooks.

Setup Guide

1

Create a Scanner on Chartink

Log in to Chartink and create a new scanner with your desired screening criteria (e.g., RSI crossover, volume breakout, moving average crossover).

2

Enable Webhook Alert

On your scanner page, enable the alert/webhook feature. Set the alert to trigger when the scanner finds matching stocks.

3

Configure Webhook URL

Enter your Algrow webhook URL in the Chartink webhook configuration:

https://api.algrow.biz/api/signals/webhook?token=YOUR_TOKEN
4

Map to Strategy

In Algrow's Signals page, configure the signal mapping. Select which strategy should execute when a Chartink signal is received, and set the default action (buy/sell), quantity, and order type.

5

Test the Setup

Run your Chartink scanner manually and verify the signal appears in Algrow's Signals page. If connected to a broker, check that the order was placed correctly.

Payload Format

Chartink sends signals with stock symbols that matched your scanner. Algrow automatically parses the Chartink payload format:

{
  "stocks": "RELIANCE,TCS,INFY",
  "trigger_prices": "2450.50,3800.00,1650.25",
  "triggered_at": "2026-02-26 09:30:00",
  "scan_name": "Volume Breakout Scanner"
}

Troubleshooting

Scanner Not Triggering

Ensure your scanner conditions are valid and would match during market hours. Chartink scanners only trigger during live market sessions.

Multiple Stocks in Signal

When Chartink returns multiple matching stocks, Algrow processes each as a separate signal. Configure per-stock position limits in your strategy's risk settings.