
Fechado
Publicado
Pago na entrega
I trade through the FYERS API and need a compact piece of code that will handle my order life-cycle end-to-end. The logic is already clear in my head; I simply want it translated into a reliable script that can be launched from my workstation or a small cloud instance. Core functions I must see working: • Step Order Modification – every time price moves by my predefined interval, the script must automatically adjust the target or stop as instructed, without cancelling the original order ID. • Trailing Stop Loss – the stop should trail price tick-by-tick (or by the step value I feed in) and tighten only in the favourable direction. • Ladder / Scale-in & out – ability to pre-load multiple price levels and sizes so the position builds or unwinds progressively. I am fine with Python or Node, provided you use official FYERS endpoints and keep external libraries to actively maintained, open-source packages. Acceptance once I can: 1. Run a dry-run mode that logs every REST call instead of executing. 2. See real orders hitting my FYERS test account and behaving exactly as specified above. 3. Edit a simple JSON/YAML file to change symbols, step size, trail distance, and ladder levels without touching the main code. If you have built similar execution layers before, especially on FYERS or comparable broker APIs, I’d like to see a quick demo clip or repo screenshot. Code should be cleanly commented and delivered through a private Git repo or zip. I want app
ID do Projeto: 40014383
21 propostas
Projeto remoto
Ativo há 1 mês
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
21 freelancers estão ofertando em média ₹10.443 INR for esse trabalho

Hi, there I can help you build this compact FYERS trading app with full order life-cycle automation. I have 5+ years of experience in PHP and Node.js, and I can implement your logic using the official FYERS API with clean, well-structured code. The script will support step-based order modification, trailing stop loss, and ladder/scale-in-out logic exactly as specified. You’ll be able to run dry-run mode, test in your FYERS sandbox, and control all parameters through a simple JSON/YAML config file. I can also share examples of similar execution tools I’ve built. Happy to discuss the flow and get started. Best regards, Bhargav PHP Developer
₹7.800 INR em 7 dias
6,9
6,9

Hi there, I can help , I’ve worked on similar projects before and would be happy to share them with you. I’m also available for a call if you have any questions or need any clarifications. Best regards, Houssame
₹7.800 INR em 7 dias
6,1
6,1

I offer unlimited revisions until you're completely satisfied with the outcome Hello, I am Atul ,Interested in your project. I have 6+ years of experience in Full Stack Dynamic Website And Web Application development. ✅ Skills: Full Stack Web Development PHP, MySQL JavaScript, jQuery HTML5, CSS3, Responsive Design I’m ready to get started immediately and can provide a clear timeline once we confirm the project scope. Looking forward to working with you! Thanks, Atul
₹5.600 INR em 2 dias
5,5
5,5

Dear Hiring Manager, I hope you are doing well. I can develop a compact, reliable FYERS trading application that manages your full order life cycle end-to-end, exactly following the logic you’ve defined, and ready to run from your workstation or a small cloud instance. ➡ Clean FYERS integration using only official FYERS API endpoints with Python or Node and well-maintained OSS libraries ➡ Step order modification engine that adjusts targets/stops as price moves by your configured interval, always preserving the original order ID ➡ Trailing stop-loss module that trails tick-by-tick (or by your step value), tightening only in the favourable direction with robust edge-case handling ➡ Ladder / scale-in & scale-out support via predefined levels and sizes so positions can build and unwind progressively ➡ Dry-run / live modes where dry-run logs all REST calls clearly, and live mode executes the same flow against your FYERS account ➡ Simple JSON/YAML configuration for symbols, step size, trail distance, ladder levels, and other parameters—no code edits needed ➡ Well-documented, maintainable codebase delivered via private Git repo or zip, with clear comments and a short setup guide Once you confirm that the orders behave exactly as specified in your test account, we can extend or refine the strategy logic if needed. Best Regards, Mayank Saluja
₹15.000 INR em 12 dias
5,4
5,4

Hello, I'm excited to bring my expertise to your project. With fluency in Python and Node.js, I can confidently say we'll have no problem integrating your trading logic into clean, efficient code that meets your specific requirements. My experience includes deep traversing through broker APIs similar to FYERS, making me confident in handling the key functions you've outlined. The automation solution is thoroughly informed by your creativity - allowing for precise customization beyond just the base code. For instance, building a script that adapts your target or stop orders based on predefined intervals without altering the original order ID is well within my skill set. I have also executed trailing stop-loss mechanisms and incorporating ladder/scale-in & out functionalities satisfactorily in the past.
₹7.800 INR em 7 dias
4,6
4,6

Hello, I’m Rahul Singh from Team Velora, and we’ve spent 3 years building reliable, low-latency trading tools and API-driven automation layers. We can create your FYERS order-life-cycle app with step-order modification, tick-by-tick trailing SL, ladder entries/exits, and clean config-driven controls. Please come to the private chat so I can share similar execution-engine samples and walk you through our approach.
₹8.000 INR em 7 dias
4,3
4,3

I understand you need an application that automates your full FYERS order-management workflow with step-based modifications, trailing stops, and ladder entries/exits. I will build a clean Python or Node app using only official FYERS endpoints, starting by structuring a configurable JSON/YAML settings file so you can adjust symbols, step size, trail distance, and ladder levels without editing code. I will implement dry-run mode for safe testing, then connect to your FYERS test account to verify live behaviour. Each module will log actions clearly, maintain original order IDs, and trail stops correctly. Final delivery includes documented code and a simple launch guide.
₹7.800 INR em 25 dias
4,5
4,5

Hello, I will deliver a compact, production-ready Python execution module that implements your FYERS order lifecycle: step-order modification, tick/step-based trailing stop, and laddered scale-in/scale-out — all configurable via a simple YAML file. Deliverables: • Python service (async) using official fyers-apiv2 / REST + websocket for ticks. • Features: step-order modify (adjust target/stop without cancelling original order ID), configurable trailing stop (tick or step-based), ladder preload (levels & sizes), dry-run mode (logs REST calls only). • Config: editable YAML for symbols, step size, trail distance, ladder levels, order types. • Tests & demo: unit tests, dry-run demo, and a live paper-account demo script. • Ops: Dockerfile + systemd example, README, and 30-min walkthrough. Tech: Python 3.10+, asyncio, aiohttp/requests, pyyaml, logging, pytest. Timeline & cost: 10–12 days — ₹25,000. To start I need your FYERS sandbox keys (or I’ll mock), a short JSON/YAML sample of your ladder/step rules, and preferred VPS (optional). Ready to begin once you share keys/sample config.
₹25.000 INR em 12 dias
3,7
3,7

Hello, I have 4+ years of experience in developing trading automation solutions, including work with broker APIs like FYERS. Your project aligns well with my expertise, particularly in creating robust, end-to-end order management scripts. I’ll approach this by first setting up a modular Python framework using FYERS’ official endpoints, ensuring clean, maintainable code. The script will incorporate step order modification, trailing stop loss, and ladder scaling functionalities, with all parameters configurable via a JSON file. Dry-run mode and real-time testing on your FYERS account will be prioritized to validate functionality. If you’d like, I can share a demo clip of a similar project I’ve completed. Let me know, and we can discuss further. Thanks, Adegoke. M
₹9.000 INR em 3 dias
3,0
3,0

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 I can deliver any project in Trading. Readymade setups for Python available
₹9.000 INR em 7 dias
3,0
3,0

With 13 years of experience, I bring proven expertise in all required project skills. I’ve successfully delivered similar projects with high accuracy and on-time completion. My approach focuses on clear communication, efficient workflow, and quality results. I’m ready to begin immediately and commit to meeting your expectations. Looking forward to contributing value and completing this project professionally.
₹7.800 INR em 7 dias
3,1
3,1

Hi there, I completely understand the need for a robust yet compact trading script that makes your FYERS order execution seamless and reliable. Your specifications for step order modification, tick-precise trailing stop loss, and ladder execution will be translated into clean, modular code with clarity and efficiency as the top priority. The solution will allow you to effortlessly configure your strategies through a simple JSON or YAML file, without ever needing to dive into the core code. Whether you're running in a dry-run for safe testing or deploying live on your FYERS test account, every REST call and trading action will be transparent and logged for review. All functions will be developed using only trusted, actively maintained open-source libraries and the official FYERS endpoints, ensuring long-term reliability. If you’d like, I can share sample visuals of similar systems I’ve engineered for brokers like FYERS—demonstrating clear logging, orderly execution, and intuitive config management. Communication and code delivery will always be clean, confidential, and documented for your peace of mind. Looking forward to crafting the trading tool that matches your workflow perfectly. Best regards, Vitalii
₹7.800 INR em 3 dias
2,2
2,2

This is very easy, it shall be done in seconds. It is completely solution based problem I can solve.
₹5.000 INR em 1 dia
0,0
0,0

Hello — Anand Rathi IT can deliver a compact, reliable execution app (Python or Node) that implements your FYERS order life-cycle requirements end-to-end. Scope we’ll deliver • Step Order Modification — amend live orders (preserve order ID) when price moves by your step. • Trailing Stop-Loss — client-side tick/step trailing that tightens only in the favourable direction. • Ladder / Scale In & Out — predefine multiple levels/sizes in a JSON/YAML config; engine places and manages ladder orders. • Dry-run Mode — logs every REST call instead of executing for validation. • Config Driven — symbol, step, trail, ladder levels editable in JSON/YAML (no code changes). • Official FYERS endpoints, minimal maintained deps, clear comments. • Deliverables: private Git repo (or zip), README, example config, demo clip, and simple test scripts to show live/test-account behavior. Why us Proven execution-layer builds, clean code, and quick turnaround. I’ll ensure test-account integration and handover-ready code. — Anand Rathi IT
₹10.000 INR em 7 dias
0,0
0,0

Hello! ? I’ve read your requirements thoroughly and I’m confident I can deliver a robust automation layer for FYERS that handles the full order lifecycle with precision and reliability. I specialize in algorithmic trading automation and financial API integrations, with hands-on experience building execution engines featuring trailing stops, ladder orders, step modification logic, and dry-run simulation modes. My Approach Python/Node-based engine interacting only with official FYERS REST/WebSocket endpoints for real-time precision. Modular architecture allowing clear separation of strategy logic, order management, and risk control. Config-driven setup via JSON/YAML, so modifying symbols, ladder levels, ticks, and step sizes requires no code editing. Dry-run test mode logging all calls and calculations without execution, perfect for validation. Live trading mode supporting: Automatic Step Order Modification Tick-by-tick Trailing Stop Loss Ladder / Scale-in / Scale-out automation Re-usability of original order IDs, maintaining a clean audit trail. Clean documentation + commented code delivered through a private Git repo. Why I’m a great fit ✔ Built similar trade automation layers for FYERS & Zerodha in the past ✔ Strong background in financial APIs, low-latency logic, and execution safety ✔ Can provide demo clips / repo screenshots on request ✔ Available to start immediately and work collaboratively until real-account verification
₹12.000 INR em 4 dias
0,0
0,0

I’ve built and deployed multiple option-trading algorithms using a variety of broker APIs. Along with that, I’ve developed custom web scrapers that pull live market data from screeners and REST endpoints, enabling real-time stock selection based on both technical and fundamental signals. I’ve also created tools that analyze data from platforms like Finviz for NASDAQ stocks, and integrated everything into fully automated trading setups using APIs from Zerodha, Angel One, ICICI Direct, and IIFL. I’m strong in Python, deeply understand market behavior, and can share my existing algorithms if you’d like to see
₹20.800 INR em 7 dias
0,0
0,0

Vijayawada, India
Método de pagamento verificado
Membro desde jul. 11, 2020
₹600-2500 INR
₹600-5000 INR
₹600-40000 INR
₹12500-37500 INR
₹600-6000 INR
₹12500-37500 INR
$10-30 AUD
₹100-400 INR / hora
₹12500-37500 INR
$15-55 USD
$30-250 USD
₹1500-1501 INR
₹600-1500 INR
₹600-1500 INR
₹600-1500 INR
$15-50 USD / hora
$10-30 CAD
₹100-400 INR / hora
$750-1500 USD
$30-250 USD
$30-250 USD
$20-25 USD / hora
$30-250 USD
$15-25 USD / hora
₹1500-12500 INR