Chartink Integration
Automate your Chartink screener results to execute trades through Algrow.
Setup Guide
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).
Enable Webhook Alert
On your scanner page, enable the alert/webhook feature. Set the alert to trigger when the scanner finds matching stocks.
Configure Webhook URL
Enter your Algrow webhook URL in the Chartink webhook configuration:
https://api.algrow.biz/api/signals/webhook?token=YOUR_TOKENMap 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.
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.