NSE Automated Trading API Script
Budget: ₹12,500 – ₹37,500 INR
Objective:
I need a trading API script that:
1. Works Based on Candle Color:
Detects the color (bullish or bearish) of each candle based on a 1-minute or user-defined timeframe.
Applies a specific trading strategy depending on the candle color.
2. Dynamic Stoploss:
Automatically sets and trails the stoploss based on the candle’s high/low.
Stoploss should adjust dynamically in line with the candle’s direction.
3. Entry Based on Line or Value:
I will manually define specific price points (horizontal lines or exact values).
The script should continuously monitor these prices and trigger entries when the market price touches them.
These line values must be dynamically changeable during market hours.
Essential Features:
Multiple entries per day (should allow multiple trades in a day).
Automatic trailing stoploss.
Instant alerts (on entry, exit, SL hit, target hit) via Telegram or console.
Clean and structured logs for easy debugging and monitoring.
Platform Requirements:
Preferably built in Python.
Should use WebSocket connection for real-time candle data.
Compatible with Angel One SmartAPI or any broker offering real-time WebSocket data.
Example Use Case:
I draw a horizontal line at 22500.
When the market price touches 22500, and the candle is bullish (along with specific candle confirmation), a buy entry should be triggered.
The stoploss should be placed at the low of that candle, and if new highs are made, the stoploss should trail accordingly.
Notes for Developer:
The script must be modular to easily add new conditions or integrate different brokers in the future.
There should be a config file or a simple GUI where the user can manually set or change the line values.
The script must be optimized for real-time performance (no lags or delays).
I need a trading API script that:
1. Works Based on Candle Color:
Detects the color (bullish or bearish) of each candle based on a 1-minute or user-defined timeframe.
Applies a specific trading strategy depending on the candle color.
2. Dynamic Stoploss:
Automatically sets and trails the stoploss based on the candle’s high/low.
Stoploss should adjust dynamically in line with the candle’s direction.
3. Entry Based on Line or Value:
I will manually define specific price points (horizontal lines or exact values).
The script should continuously monitor these prices and trigger entries when the market price touches them.
These line values must be dynamically changeable during market hours.
Essential Features:
Multiple entries per day (should allow multiple trades in a day).
Automatic trailing stoploss.
Instant alerts (on entry, exit, SL hit, target hit) via Telegram or console.
Clean and structured logs for easy debugging and monitoring.
Platform Requirements:
Preferably built in Python.
Should use WebSocket connection for real-time candle data.
Compatible with Angel One SmartAPI or any broker offering real-time WebSocket data.
Example Use Case:
I draw a horizontal line at 22500.
When the market price touches 22500, and the candle is bullish (along with specific candle confirmation), a buy entry should be triggered.
The stoploss should be placed at the low of that candle, and if new highs are made, the stoploss should trail accordingly.
Notes for Developer:
The script must be modular to easily add new conditions or integrate different brokers in the future.
There should be a config file or a simple GUI where the user can manually set or change the line values.
The script must be optimized for real-time performance (no lags or delays).