Yes sir, that’s exactly the purpose of the ChartInk feature.
ChartInk integration allows you to connect your ChartInk scanners directly with AlgoDelta and automate order execution based on the stocks generated by your scans.
Here’s how it works:
- You create your scanner in ChartInk.
-ChartInk sends the stock list and Buy/Sell signals through a webhook.
-AlgoDelta receives those signals and processes them automatically.
You can use it in two ways:
<h3>Option 1: </h3>
Create a predefined stock list inside your ChartInk Group in AlgoDelta.
And then enable the option called : “Place Listed Stocks”
In this case, orders will be placed only for the stocks that are present in both places:
-Your configured ChartInk Group
-The stock list received from the ChartInk scanner
For example:
If your ChartInk Group contains:
-RELIANCE
And the scanner sends:
-ADANIPOWER
-TCS
Then no order will be placed because RELIANCE is not present in the scanner result.
But if the scanner sends:
-RELIANCE
-ADANIPOWER
Then the order will be placed only for RELIANCE because that is the stock common in both lists.
<h3>Option 2 : </h3>
In this is you disable the option called : “Place Listed Stocks”
Now in this you don’t have to configure any stock list in the ChartInk Group, the AlgoDelta will place orders for all the stocks received from the ChartInk scanner.
For example:
If the scanner sends:
-RELIANCE
-ADANIPOWER
-TCS
Then orders will be placed for all three stocks automatically.
So in simple terms:
-TradingView → Sends signals from indicators or strategies.
-ChartInk → Sends stocks generated from scanner conditions.
AlgoDelta receives those signals and can automatically execute the trades based on your configured setup.
-> If you are already familiar with JSON Bridge and TradingView integration, you can think of the ChartInk feature as a similar automation flow, but instead of TradingView signals, the signals come from ChartInk scanners.