
Closed
Posted
Paid on delivery
I trade intraday single-leg option buying strategies on my Zerodha account and now want the entire workflow automated through Kite Connect. The system must log in with my API keys at market open, apply a concise set of technical indicators that I will define (simple moving averages, RSI and VWAP to start), and place CE or PE buy orders automatically when those rules line up. Beyond entry, I need the code to manage stop-loss, target and compulsory square-off well before the market close, while continuously updating positions and firing alerts to Telegram or e-mail. A toggle for live vs. paper trading is essential so I can fine-tune parameters without risking capital. Deliverables • Well-commented Python code that calls the official Kite Connect endpoints for order placement, modification and cancellation • A lightweight configuration file where I can edit instrument tokens, indicator thresholds, lot size and timing windows without touching the core logic • Step-by-step setup guide (environment, API key generation, deployment on a VPS or local machine) • Brief hand-off session or recorded walkthrough to confirm the bot enters and exits trades exactly as specified on live data The project finishes when the bot reliably executes my technical-indicator rules on a Zerodha account for at least one full trading day without manual intervention and logs every action for audit.
Project ID: 40545033
35 proposals
Remote project
Active 3 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
35 freelancers are bidding on average ₹27,608 INR for this job

As a seasoned automation specialist with a deep passion for trading and ample experience working with platforms similar to Zerodha, I am equipped with the necessary skills to make your project a resounding success. My proficiency in web scraping and data extraction will prove highly instrumental not only in implementing the Kite Connect API for order placement, modification, and cancellation but also in structuring concise technical indicators - simple moving averages, RSI, and VWAP, to begin with - as per your requirements. Moreover, my familiarity with Python and Trading Algo Development puts me at an advantage in crafting well-documented and understandable codes. Moreover, I understand the value of a reliable resource. Having a robust bot is just one part of the equation; ensuring zero manual intervention over prolonged durations and comprehensively logging every action for audit are equally critical. With my notoriety for fast delivery that never compromises on quality, you can expect this finished product from me - a battle-tested bot that executes trades exactly as specified, even on live data. Reach out now for assured top-notch service!
₹25,000 INR in 4 days
6.6
6.6

Hi, Sir/Madam ! Warm Greetings !! We are a team of expert algo trading systems developers, having vast experience in algo trading field, mainly using Python. We have built the following types of algos: > NSE/MCX Markets > Algos trading F&O, Stocks, Spreads, Straddles, Cryptos & Commodities > Indicator/price movement based algos > Desktop/server based > Multi client systems > Systems with Stop loss, Trailing SL, Target Profit, Martingale, Qty Splitter, Multi Timeframe, Stock Screening, etc. > Have built custom timeframes and indicators > Brokers like Zerodha, Fyers, Angel One, IB, etc. > Chart patterns like Heikin Ashi, Renko, Marubozu, etc. The features we provide: > Multiple Instance system > Orderbook and logs built into the system > User friendly UI to manage everything > Emergency Safety buttons > The algo can be operated from mobile as well > Complete statistics of the algo as per strategy, including running and booked P&L > Paper trading as well as Live trading > Editable input boxes for modifiable parameters No technical knowhow required for operating the algos developed by us. We focus on delivering quality to our clients, keeping in mind safety, security, aesthetics, scalibility, etc. Considering our skill set and experience, we think we will be a perfect fit for your project. Looking forward to working with you ... Message me to discuss further
₹70,000 INR in 15 days
6.5
6.5

Hi, I have 15+ years of experience in the software development. You can see my recent ALGO projects, reviews & demos here: ► https://www.freelancer.in/u/tinuvj ✅ TRADING SOFTWARE EXPERIENCE - Experience in Zerodha, Fyers, Angel One, Kotak, Flat Trade, IIFL, Alice Blue, ICICI Direct, Upstox, Motilal, Finvasia Shoonya APIs - Trading View Pine Script, Development & Back testing - Bridge Software to execute Trading View, Charink & Amibroker Signals - Copy Trader Software: Copy all Master account trades to unlimited client accounts - One-Click Quick Option Trading software with Auto SL, Target, TSL & Averaging - Software to monitor and auto-exit the position - Amibroker AFL Development and Backtesting - Algo Development in Node.js, Python & Pine Script ✅ RECENT-ALGOS - Tripple Super Trend Algo - Option Selling Strategies - Banknifty Price Action Algo - Tick Analysis - PriceAction Breakout - RSI-Based Option Selling - Pivot Reversal Algo - SMA & EMA Strategy - 9:20 AM Short Straddle - Heikin-Ashi Breakout - Multi Indicator Algos MACD, EMA, ADX, CCI , ST & RSI - Pivot Level Algo - Crude Options Some of my other projects. - Automated login to various Indian bank websites to fetch the account statement to perform some automated tasks. - Automated login and trade execution in various Indian stockbroker platforms - WhatsApp API & Chat Bot Using WhatsApp Web Automation Thanks & Regards Tinu Jose
₹39,000 INR in 7 days
5.8
5.8

Your bot will fail the moment Zerodha's API throttles your requests during volatile market hours - most single-leg option strategies hit rate limits because they poll positions every second instead of using websockets for real-time updates. That latency gap can turn a profitable trade into a loss when premiums swing 20% in under a minute. Quick question - are you planning to run this on a cloud VPS with sub-50ms latency to NSE servers, or locally? And what's your fallback if the Kite session token expires mid-day during a live position? Here's the architectural approach: - KITE CONNECT API: Implement websocket streaming for tick-by-tick option chain data instead of REST polling to avoid rate limits and reduce latency from 800ms to under 100ms. - RISK MANAGEMENT: Build a state machine that tracks entry price, calculates stop-loss as a trailing percentage of premium decay, and force-exits all positions 15 minutes before 3:15 PM to avoid illiquidity. - PAPER TRADING TOGGLE: Use a strategy pattern where live and simulated order managers share the same indicator logic but route through different execution layers - one hits Kite API, the other logs to CSV. - TELEGRAM ALERTS: Integrate python-telegram-bot with async handlers so order confirmations and P&L updates don't block the main trading loop during high-frequency exits. - CONFIGURATION: Store instrument tokens, SMA periods, RSI thresholds and lot sizes in a YAML file with schema validation so you can't accidentally pass invalid strike prices. I've built three algorithmic trading systems for prop desks that process 500+ orders daily without missing fills. Let's schedule a 15-minute call to walk through your exact indicator logic before I architect the state management - most failures happen because entry rules aren't mathematically precise enough for automation.
₹22,500 INR in 7 days
5.6
5.6

Thanks for invite. This is exactly what i do everyday - i run a live intraday trading engine on Zerodha Kite Connect. Single-leg option buying (CE/PE), SMA/RSI/VWAP entry, SL and target, and compulsory square-off before close - all this is my normal production work, not new for me. Everything in config file (tokens, thresholds, lot size, entry/exit timing), live vs paper toggle, Telegram alerts, full audit logging and VPS deploy - no problem. I alredy have this running so i know the real problems (reconnect, partial fill, stale ticks) and how to handle them properly, not just happy-path code. I work paper first, then small live - i never put real capital before execution is stable. Can share execution logs and reconcile reports as proof, not just talk. Bid ₹37,500, milestone based. Timeline is short since core is my existing domain. Can start with paper version first so you check it before live. Thanks.
₹25,000 INR in 7 days
5.5
5.5

Hi, I can develop a fully automated intraday options trading bot for Zerodha using the official Kite Connect API, tailored to your single-leg CE/PE buying strategy. The bot will authenticate securely, evaluate your SMA, RSI, and VWAP conditions on live market data, execute trades automatically, and manage stop-loss, target, trailing logic (if required), and mandatory square-off before market close. The solution will include a clean, modular Python codebase with a configurable settings file for instrument tokens, indicator parameters, lot sizes, trading windows, and a live/paper trading switch. I'll also integrate Telegram and/or email alerts, detailed trade logging, and provide complete setup documentation for running the bot locally or on a VPS, along with a walkthrough to ensure everything works as expected. A few questions before we begin: * Which option expiry and timeframe (1-min, 3-min, 5-min, etc.) will your strategy use? * Should the bot trade only one position at a time or allow multiple entries? * Do you have the exact entry, exit, and risk management rules documented, or would you like me to help structure them into the trading logic? I can start immediately and deliver a reliable, well-documented solution built on the official Kite Connect APIs with a strong focus on stability, audit logs, and risk controls.
₹25,000 INR in 7 days
4.7
4.7

hello sir , i have 17 year experience tech industry i already built trading plateform where i use Zerodha/Alice blue/Angel/Profitmart api for trading order, buy/sell, square off possition /margin etc feature. we also did automated trading using amibroker csv file. let me know i can show you demo. i already work on many Cryptocurrency trading system . i can show you demo also and can do as per your requirement. We already Develop c# based Copy Trading software for crypto Exchange API Binance ,Bybit API and MT4 and MT5. in this software we can copy all master client Trades to All child clients. in this we also do Arbitrage trading from Binance To Bybit and Viceversa. software will use the official Binance And Bybit API. i can show demo for you. let me know your response. i have very good experience in Crypto project come on chat so that i can show my work on Crypto.. i can start work from right now
₹25,000 INR in 7 days
4.8
4.8

Kite access tokens expire at midnight IST, so the first thing that kills bots like this is the auth refresh failing silently the next morning. The bot looks like it's running, but it never places an order. I'd lock that down before writing a line of indicator logic. For the build: paper/live is a hard flag in config, never a code path that bleeds between the two. SMA, RSI and VWAP rules go in as a configurable layer so you can swap parameters without touching execution code. Square-off at 3:15 is forced, not optional, with a separate alert if it triggers outside normal conditions. Audit log covers every signal evaluation, order attempt, fill and rejection so you can step through exactly what happened on the trading day. 37,500 INR, 7 days from scope lock. This is an indicative estimate from the brief; I'll confirm the final number once scope is locked. One thing I'd want to clarify before starting: do you have Kite API credentials and a paper trading account set up already, or is Zerodha dev account onboarding part of this too?
₹37,500 INR in 7 days
3.8
3.8

Hi Krishna here from Delhi. As a proficient Python developer, I am well-equipped to build a robust and efficient Zerodha Single-Leg Options Bot for you. I have a proven track record of successfully applying technical indicators such as simple moving averages, RSI, and VWAP in trading strategies, ensuring reliable entry/exit points. In addition, my familiarity with Kite Connect and its endpoints will expedite the integration of your Zerodha account, ensuring seamless execution of trades. Lastly, I understand that your ultimate goal is a trusted tool that performs flawlessly without manual intervention. With my thorough exploration of logistics like stop-loss management, target setting, compulsory square-off procedures plus real-time position updates via Telegram or email alerts - I ensure comprehensive control over your trades even in your absence. Let us join hands to create an automated system that genuinely matches and performs each of your defined criteria in live market conditions - that's my promise.
₹25,000 INR in 7 days
3.8
3.8

Hi, how are you doing? I have considerable experience building automated trading tools with Kite Connect and Python, including order handling, stop-loss, targets, and real-time alerts via Telegram or email. I’ve delivered multi-step setups with config files for instrument tokens, indicators, and timing windows, plus a lightweight setup guide and a concise hand-off walkthrough. I can implement a live/paper toggle, full audit logging, and a clean, well-commented codebase that meets your requirements and runs reliably on a VPS or local machine. Let me know further if interested.
₹37,500 INR in 5 days
3.4
3.4

Completed projects till now 1) Python + DhanAPI +Excel + VBA option scalping strategy 2) Python 21 EMA and 9 EMA crossover strategy on DhanAPI 3) Google sheet + FyersAPI trading 4) Google sheet + Algomojo + Upstox 5) Tradetron Banknifty option scalping strategy 6) Excel 2600 NSE 10 years data 7) Copytrading using python 8) Tradetron Supertrend + MACD Crossover Strategy 9) Dhan option chain with Greeks in Google spreadsheet via Google Appscript 10) Backtesting of Nifty options for wait and trade strategy 11) Trigger orders for Dhan Nifty options 12) Shoonya API:- Wait and trade strategy 13) Tradetron: RSI + ADX + EMA strategy 14) Python Moving avarage channel trading Algo 15) Kotak Neo: Turtle scalping strategy for options 16) Fyers Filtered option chain in Excel 17) Binance Bitcoin tradingview strategy python bot 18) Fyers Tradingview python bot 19) Dhan Python order manager I can deliver any project in Trading. Readymade setups for Python available
₹18,000 INR in 7 days
2.8
2.8

Hello, I have developed many similar Python-based trading automation systems using Zerodha Kite Connect, TradingView, broker APIs, and custom execution engines. I can build a reliable bot that automates your complete intraday options workflow, including indicator-based entries, risk management, Telegram/email notifications, paper trading, and live trading through the official Kite Connect API. The configuration will be separated from the core logic, so you can change indicator settings, lot size, trading time, instrument tokens, SL/TP, and other parameters without editing the code. Every action will be logged for easy debugging and auditing. A couple of questions: 1. Will the strategy trade only the nearest weekly expiry, or do you want the expiry selection to be automatic? 2. Should the bot manage only one open position at a time, or can it handle multiple trades simultaneously? Along with the bot, I can also provide a real-time dashboard showing current positions, P&L, executed orders, indicator status, and strategy logs, making it easier to monitor the system during market hours. After delivery, I'll help you set everything up on your VPS or local machine and make sure the bot runs exactly as expected.
₹13,000 INR in 4 days
3.0
3.0

Hi, see my portfolio. I have already completed more than 75 trading bot for Indian brokers like Zerodha, FYERS, ICICI DIRECT , UPSTOX and international platform like MT5 and Interactive Brokers. See my pas work first for your satisfaction. I can easily design your trading bot in cost and work effectively way. You will get a robust bot. And one of the best thing is that maintenence is free for lifetime. Let’s discuss your requirements in detail on chat .
₹25,000 INR in 7 days
1.7
1.7

I'd love to build the Zerodha Single-Leg Options Bot, focusing on a clean, scalable backend flow that integrates seamlessly with real APIs, deployment, and error-handling conditions. My experience with multi-client ML inference APIs has taught me the importance of maintaining a robust structure under load. In this project, I'll leverage my expertise in Python, FastAPI, and software development to craft a reliable backend that prioritizes maintainability and clean integrations. I'll work closely with you to clarify deployment targets, API boundaries, and whether this is a greenfield or existing service. My previous work on the Multi-Client ML Inference API showcases my ability to deliver complex projects with sub-200ms latency and production-grade cloud delivery. I'll bring a similar level of expertise to this project, ensuring a smooth backend flow and error-free experience. To get started, I'd like to clarify: Do you already have the API contracts and environment ready, or should I define that structure first?
₹26,028 INR in 7 days
1.0
1.0

Hi, Kite Connect's WebSocket feed for live tick data is what makes the compulsory square-off timing reliable — polling REST alone introduces enough lag to blow a stop-loss on fast-moving options. Worth thinking about upfront. Here's how I'd structure it: - kiteconnect Python SDK for order placement, modification and cancellation - Simple moving averages, RSI and VWAP calculated via pandas-ta on live ticks - Config file (YAML) for instrument tokens, lot size, thresholds, timing windows - Telegram Bot API for position alerts + a live vs. paper trading toggle flag - VPS deployment guide (Ubuntu + systemd service, auto-restart on crash) I build production Python automation against financial APIs and have deployed similar scheduled bots on VPS with full action logging for audit trails — 100% on-budget across every job here. One question: should the bot trade a fixed lot size per signal, or do you want position sizing tied to a daily capital-at-risk limit?
₹37,500 INR in 3 days
1.1
1.1

With a deep understanding of both software development and financial markets, I am confident in my ability to deliver an automated trading solution that will exceed your expectations. My comprehensive skills in Python, API integration, and automation make me the perfect fit for this project. I have experience working with market APIs like Kite Connect and have developed multiple trading bots for real-time data analysis, order placement, position management, and trade execution. In addition to fulfilling your requirement of applying technical indicators such as simple moving averages, RSI, and VWAP for implementing entry and exit strategies, I can also ensure that the bot effectively manages stop-loss, targets, and compulsory square-offs. You can count on my ability to create a concise yet highly functional codebase that not only meets your threshold needs but allows easy configuration without tampering with core logic. I stand by delivering clean and scalable codes which will be well-commented to ensure its understandability post-delivery.
₹25,000 INR in 7 days
0.0
0.0

I've Got Your Back Recently, I helped a client streamline their trading process by automating their strategy execution, ensuring precision and efficiency. In your project scope, I understand the need for an automated single-leg options bot on Zerodha through Kite Connect. Integration with technical indicators like moving averages, RSI, and VWAP for trade execution aligns with your requirements. This platform is simply where we are meeting. The experience and results I bring to your project come from well before it, and I would love the chance to walk you through them. I offer a free consultation as a first step, ensuring value regardless of our collaboration. Let's discuss how my expertise in Python, Kite Connect endpoints, and automated trading can bring your vision to life. Helping you bring your vision to life, Warm Regards, Ahead Solutions
₹15,000 INR in 7 days
0.0
0.0

Hello, I can develop a reliable Python-based intraday options trading bot using Zerodha Kite Connect that automates your complete trading workflow. The bot will execute trades based on your SMA, RSI, and VWAP strategy, place CE/PE orders, manage stop-loss, target, trailing logic (if required), and perform automatic square-off before market close. It will also support both live and paper trading, send Telegram/email alerts, and maintain detailed trade logs for auditing. The project will include clean, well-documented code, a configurable settings file for easy parameter updates, complete setup and deployment instructions, and testing to ensure the bot executes trades accurately on live market data. I am committed to delivering a secure, scalable, and easy-to-maintain solution that meets your trading requirements. I look forward to working with you.
₹30,000 INR in 20 days
0.0
0.0

Hi, I can develop a fully automated Python trading bot for your Zerodha account using Kite Connect. The bot will execute your SMA, RSI, and VWAP-based strategy, manage entries, stop-loss, target, and auto square-off, while supporting both live and paper trading. You'll receive clean, well-commented code, a configurable settings file, Telegram/Email alerts, detailed logging, complete setup documentation, VPS deployment assistance, and a handover session. I'll also ensure the bot is thoroughly tested on live market data before project completion. I look forward to discussing your strategy and getting started. Best Regards
₹26,500 INR in 8 days
0.0
0.0

Greetings, We have strong experience with Zerodha Kite Connect API, options trading automation, real-time market data, WebSocket integration, and risk management systems. We can develop a reliable single-leg options bot with configurable entry/exit logic, stop-loss, target management, logging, and a scalable architecture. We focus on clean, maintainable code and robust error handling. We're ready to start immediately and discuss your strategy requirements in detail. Regards, Acute Tech Solutions
₹25,000 INR in 7 days
0.0
0.0

Hyderabad, India
Member since Apr 14, 2025
₹750-1250 INR / hour
₹12500-37500 INR
$250-750 USD
€8-30 EUR
₹12500-37500 INR
£20-250 GBP
$750-1500 USD
£10-20 GBP
₹75000-110000 INR
$250-750 USD
$10-30 USD
₹1500-12500 INR
$30-250 CAD
$15-25 USD / hour
£20-250 GBP
₹600-1500 INR
€18-36 EUR / hour
$2-8 USD / hour
₹1500-12500 INR
€1500-3000 EUR
£20-250 GBP
$750-1500 AUD