
Closed
Posted
Paid on delivery
I need a web-based dashboard, powered by the DhanHQ API, that continuously scans NSE and BSE option chains and fires in-app alerts whenever unusual activity appears. All the core metrics—RVOL, GEX, VEX, Gamma-Regime, Vex-Regime, Charm, CE & PE walls, Gamma-flip level, Dealer-Flow Score, and IV Rank/Percentile—must be user-configurable from the interface so I can tweak thresholds on the fly without touching code. The workflow I have in mind is simple: the backend fetches live data, applies my chosen parameter settings, calculates the signals, and streams results to a responsive web UI. When any metric crosses the threshold, the system should display a notification inside the application immediately and log the event for later review. Real-time charts, heat-maps, and summary tables that update automatically will help me understand context at a glance. Because fast data matters, please design efficient polling or websockets (whichever the DhanHQ endpoints allow) and cache sensibly to avoid hitting rate limits. A secure login, preset management, and a clean layout that works on desktop browsers and tablets round out the experience. Deliverables • Fully functional web dashboard (frontend + backend) • Parameter panel to add/edit thresholds and save presets • Real-time in-app alert module with history log • Source code, deployment guide, and short video walkthrough The project is complete when the scanner reliably flags unusual activity in live market hours and all listed metrics can be adjusted by me through the UI without redeploying.
Project ID: 40688646
75 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
75 freelancers are bidding on average ₹23,970 INR for this job

1) What specific parameters do you envision for user-configurable settings, and how do you plan to manage the storage and retrieval of these presets in the database? 2) Can you clarify your preference for real-time data updates? Would you like to use websockets for continuous streaming, or do you prefer a polling mechanism based on the capabilities of the DhanHQ API? 3) How do you want to handle user authentication and role management for accessing the dashboard, especially if there are plans for multiple users with different permission levels? I commit to providing feedback and iteration updates within 12 to 24 hours, and I will make sure to keep you informed with small incremental updates throughout the development process. As a first deliverable, I can provide a draft schema for the database and the initial API skeleton within 2 to 3 days, setting a solid foundation for the project. I look forward to discussing the project further and getting started. Please feel free to message me! Rajavel
₹24,999 INR in 10 days
7.5
7.5

I have 8+ years of experience in web development and am familiar with modern web technologies, frameworks like API integrations and other tools. You need a live dashboard that pulls option data through the DhanHQ API, scans for unusual moves using your chosen settings, and sends in-app alerts right away. On the backend, I'll fetch data efficiently, avoid hitting rate limits, and push updates through the page without refreshing. The interface will let you change every threshold, save presets, and view the alert history with simple charts—all on desktop and tablet. I can start right away.
₹18,000 INR in 5 days
7.2
7.2

Your DhanHQ integration will fail during market volatility if you poll too aggressively — NSE option chains can return 500+ strikes per expiry, and naive polling will burn through rate limits in under 10 minutes. You also risk stale gamma calculations if you don't handle chain snapshots atomically. Quick questions - are you planning to track all weekly expiries simultaneously, or focus on front-month only? And do you have a DhanHQ production API key with confirmed rate limits so we can design the caching layer correctly? Here is the architectural approach: - WEBSOCKET + REDIS: Build event-driven pipeline using DhanHQ streaming where available, fall back to intelligent polling with Redis cache to keep API calls under quota while maintaining sub-second UI updates. - PARAMETER ENGINE: Create JSON-driven threshold config stored in PostgreSQL so every metric (RVOL, GEX, VEX, Gamma-Regime, IV Rank) recalculates on-the-fly when you adjust sliders — no redeployment, no downtime. - REAL-TIME ALERTING: Implement server-sent events to push breach notifications instantly to the browser with full event history, filterable by symbol, strike, and metric type. I've built similar options analytics dashboards for two prop-trading desks that process 200K strikes per second during expiry days. Let's schedule a 20-minute technical call to walk through the DhanHQ endpoint structure before locking the data model.
₹22,500 INR in 7 days
7.2
7.2

I can build your web-based dashboard that scans NSE and BSE option chains and alerts you to unusual activity. My first step will be to define the backend architecture to ensure efficient data fetching and real-time updates. Based in Toronto, I work promptly and stay responsive throughout the project.
₹12,500 INR in 3 days
6.1
6.1

Would RVOL and IV Rank recompute cleanly if you swap DhanHQ's feed for a backup source mid-session, or does that only get answered once I see the actual field mapping? That's the piece of this build I'd want nailed down early, because everything downstream, the GEX and VEX regime flags, the CE/PE walls, the gamma-flip line, is derived off whatever those two feeds hand back, and a scanner that silently degrades under a feed hiccup is worse than one that just stops. The way I'd structure this is each signal as its own calculator with its own config block rather than one big scoring pass, so RVOL's lookback window or the Dealer-Flow Score's weighting can be changed from the dashboard without touching code or redeploying. That also means presets aren't just saved filter states, they're saved parameter sets per signal, which is what you'd actually want if you're tuning this against live NSE/BSE behaviour week to week. For the numbers: 37,500 INR over 12 days, split M1 4,500/2d for the DhanHQ ingestion pipeline and the calculator framework, M2 21,000/6d for the full signal stack plus alerting and charts, M3 12,000/4d for the dashboard, login, presets and heatmaps. That's my read off the brief as written, I'd tighten it once I know how many option chains you're scanning concurrently and whether alerts need to fire on tick data or can run off a polling interval. Two things before I lock scope: do you already have a DhanHQ subscription tier that covers the option chain and market depth endpoints this needs, and are the heatmaps a live view only or do you want historical replay too.
₹37,500 INR in 12 days
6.0
6.0

Drawing from my extensive experience, I'm confident that I can deliver a powerful and user-friendly web dashboard for your Options Activity Scanner. I have a deep understanding of Python and JavaScript, languages which are vital for creating the kind of efficient live data polling and processing system that your project demands. Moreover, my proficiency in Rust means that not only can I leverage its strengths for cache management—thereby avoiding rate limits effectively—but also contribute to overall system optimization and security. In line with your requirement, my vast experience in building full-stack applications will ensure the seamless integration of your web dashboard and DhanHQ's API. Be it designing a smooth and secure user login, creating adjustable parameter panels or developing real-time charts, heat-maps, and summary tables, you can rely on me for end-to-end development. Lastly, I understand the specifics of creating systems that enable threshold adjustments without redeploying and have executed this successfully in the past. I'm committed to assuring that your scanner reliably captures unusual market activity while empowering you to tweak thresholds on the fly. Choose me, and you'll get a skilled developer who combines technical expertise with authentically collaborative work processes.
₹15,000 INR in 3 days
6.0
6.0

Hello, I’m Karthik, a software engineer with 15+ years of experience in developing robust web applications and real-time data solutions. I am excited about your project for an Options Activity Scanner and Web Dashboard using the DhanHQ API. I propose to create a fully functional web dashboard that continuously scans NSE and BSE option chains, firing alerts for unusual activities based on user-configurable metrics (RVOL, GEX, VEX, etc.). The backend will efficiently fetch live data and handle real-time notifications via websockets or optimized polling methods, ensuring performance and compliance with rate limits. The deliverables will include: - An intuitive web dashboard (frontend + backend) - Parameter panel for customizable thresholds - Real-time alert system with historical logs - Source code, deployment guide, and a walkthrough video I am committed to delivering a solution that meets your needs, ensuring all metrics can be adjusted dynamically without redeployment. Let's discuss how we can make this project successful! Best, Karthik
₹35,000 INR in 7 days
5.8
5.8

As an experienced and versatile web developer, I have successfully transformed complex ideas into streamlined, scalable systems, which will be a valuable asset for your Options Activity Scanner & Web Dashboard project. Over the years, I have mastered a diverse toolset that includes PHP/Laravel, JavaScript, React.js, Node.js, and more. I've utilized these skills to build automation functionality as well as APIs and integrations that cater specifically to unique business processes. Your project requires high efficiency in polling or websockets to avoid hitting rate limits while fetching live data. My expertise in API development and proficiency in using tools such as n8n and AI Automation has allowed me to effectively work with real-time data and implement caching strategies that prevent rate limit issues. By utilizing both frontend and backend expertise skillfully, data-intensive tasks like continuously scanning NSE and BSE option chains, determining core metrics in the DhanHQ API-based dashboard would be executed smoothly.
₹12,500 INR in 2 days
5.4
5.4

Hello, I can build your Options Activity Scanner & Web Dashboard with a scalable Python-based architecture focused on real-time NSE/BSE options analysis and fast, actionable alerts. I have experience with Python trading systems, broker/API integrations, real-time market data processing, option-chain analysis, automated scanners, dashboards, and algorithmic trading workflows. My proposed solution includes: - Python backend using FastAPI/Flask for high-performance API processing - DhanHQ API integration for live market and options data - Configurable calculations for RVOL, GEX, VEX, Gamma levels, Charm, IV Rank/Percentile, CE/PE walls and other required metrics - Real-time dashboard using WebSockets or efficient polling based on API capabilities - User-friendly parameter controls to modify thresholds without changing code - Preset management for saving multiple scanner configurations - Instant in-app alerts with complete event history and timestamps - Secure user authentication and responsive desktop/tablet UI - Clean source code, deployment documentation and video walkthrough I will structure the system modularly so additional scanners, trading signals, Telegram alerts, broker execution, or new analytics can be added later. I can first review the exact DhanHQ API/data availability for each metric and clearly identify which values are directly available versus which need to be calculated. I am ready to discuss the architecture and start immediately.
₹27,000 INR in 12 days
5.4
5.4

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. Do you need this for mobile, web, or both? 2. Do you already have UI/UX designs or should we create them? 3. Will there be any third-party API or payment gateway integration? 4. What is your expected timeline for completion? 5. Are there any reference apps or websites you like? Let’s discuss over chat! Are the thresholds for the metrics static, or can they change dynamically during trading hours? Regards, Arpit Jaiswal
₹27,750 INR in 55 days
6.0
6.0

✔ I deliver 100% work — 99.9% is not for me. ✔ Workflow Diagram DhanHQ API ⟶ Live Option-Chain Data ⟶ Signal Engine ⟶ Configurable Thresholds ⟶ Alert Detection ⟶ WebSocket/Optimized Polling ⟶ Dashboard Charts & Heatmaps ⟶ Alert History Key Highlights ✔ Python backend with DhanHQ API integration for NSE/BSE option-chain data. ✔ Configurable RVOL, GEX, VEX, Gamma/Vex Regime, Charm, CE/PE Walls, Gamma Flip, Dealer Flow and IV metrics. ✔ Thresholds and presets editable directly from the dashboard without redeployment. ✔ Real-time alerts with in-app notifications and complete event history. ✔ Live charts, option-chain heatmaps and summary tables. ✔ Efficient polling/WebSocket architecture based on DhanHQ endpoint capabilities. ✔ Redis caching and optimized requests to reduce API load and rate-limit issues. ✔ Secure authentication and user-specific parameter presets. ✔ Responsive dashboard optimized for desktop and tablets. ✔ Complete source code, deployment guide and walkthrough video. Best Regards, Asad Python | Algorithm Development | Real-Time Data | Full-Stack
₹18,000 INR in 11 days
4.4
4.4

Hi, I can build your Options Activity Scanner & Web Dashboard - Fast, Accurate & Trader-Focused. *What I will deliver:* - Real-Time Options Activity Scanner - Unusual Volume, Large Trades, Sweeps - Live Data Feed Integration (Tradier, Polygon, Barchart API etc.) - Custom Filters: Stock, Expiry, Strike, Premium, Volume/OI - Web Dashboard with Real-Time Alerts & Heatmap View - Historical Data, Charts & Export Feature - Responsive Design + Admin Panel to Manage Scans - Fully Tested, Deployed & Ready for Traders Share your data source and scanner logic, I'll share the tech stack, dashboard layout and start with Milestone 1 today. Best, Sonali
₹25,000 INR in 7 days
4.6
4.6

This dashboard needs more than a market-data UI—the key is a reliable real-time signal engine that calculates option-chain metrics efficiently while keeping every threshold configurable from the frontend. I can build the system around a Python backend + responsive JavaScript dashboard, with DhanHQ integration structured for efficient polling/WebSocket usage according to the available API capabilities. ✅ NSE & BSE live option-chain ingestion ✅ RVOL, GEX, VEX, Charm, IV Rank/Percentile & regime calculations ✅ CE/PE walls, Gamma Flip & Dealer-Flow Score ✅ Fully configurable metric thresholds without redeployment ✅ Preset creation, editing and switching ✅ Real-time in-app alerts + searchable event history ✅ Live charts, option-chain heatmaps & summary tables ✅ Secure authentication and responsive desktop/tablet UI ✅ Caching, rate-limit protection and efficient data processing ✅ Clean architecture with logging, error handling and deployment documentation I’ll keep the scanner/alert engine separated from the presentation layer so parameter changes can be applied safely without disrupting the live feed. The architecture can also remain extensible for additional signals later. I’m Ashish Malik, Full Stack Developer & Digital Marketing Expert with 9+ years of experience and 500+ projects delivered. If you’re looking for a robust dashboard rather than a basic API visualization, let’s start a chat and discuss the implementation approach.
₹25,000 INR in 6 days
4.1
4.1

Hello, We understand you need a real-time NSE/BSE options analytics dashboard using DhanHQ API, where you can configure trading metrics and receive instant unusual-activity alerts. Our team can develop the complete solution with: DhanHQ API integration with optimized polling/WebSocket support Configurable RVOL, GEX, VEX, Gamma/Vex Regime, Charm, CE/PE Walls, Gamma Flip, Dealer Flow Score and IV Rank/Percentile Dynamic threshold and preset management without code changes or redeployment Real-time charts, option-chain heatmaps and summary tables Instant in-app alerts with searchable history Efficient caching and rate-limit handling Secure authentication and responsive desktop/tablet UI Backend signal-processing and event logging Deployment guide, source code and video walkthrough We have a 17+ years experienced development team with expertise in financial APIs, real-time data processing, WebSockets, analytics dashboards and scalable backend systems. Please share the DhanHQ API documentation/access details and any reference dashboard, and we can provide the development timeline, milestones and fixed-price estimate. Warm Regards, Deepika Sharma
₹35,000 INR in 22 days
4.4
4.4

I am a seasoned trading software developer, data scientist, and full stack engineer with 20+ years of combined experience delivering enterprise grade solutions. I specialize in automated trading bots, having built systems around RSI, MA, MACD, Bollinger Bands, harmonic and Fibonacci strategies. Recent projects include: • AI driven equity day trading bot with real time L1/L2 data ingestion and risk controls. • Options straddle/strangle manager with dynamic hedging and margin optimized basket orders. • Multi asset scalping bot tuned for ultra low latency execution. • Portfolio rebalancer integrating ML forecasts with smart order routing. • Backtest engine validating strategies against years of minute level data. I have recently deployed a machine learning algorithm for predictive trading, combining advanced research with robust live execution. Looking forward to discussing how we can tailor this expertise to your needs. Best Regards, Radhika
₹35,000 INR in 7 days
3.6
3.6

Hi, I can build the DhanHQ-powered options activity scanner and web dashboard for NSE/BSE option chains with configurable thresholds, live alerts, charts and event history. My approach will be to first review the DhanHQ API access, available option-chain fields, polling/websocket limits, metric formulas and alert rules. Then I’ll build a backend that fetches data, calculates signals, caches results, and streams updates to a responsive dashboard. I can help with: * DhanHQ API integration * NSE/BSE option-chain scanning * RVOL, GEX, VEX and IV metrics * CE/PE wall detection * Gamma-flip level logic * Dealer-flow score calculation * Configurable thresholds * Preset management * Real-time in-app alerts * Alert history log * Charts, heatmaps and summary tables * Secure login Deliverables: * Full web dashboard * Backend scanner service * Parameter/threshold panel * Saved presets * Live alert module * Event history table * Responsive frontend * Source code * Deployment guide * Short walkthrough video I’ll focus on a fast, maintainable scanner with clear calculations and sensible caching to reduce API limits. I won’t promise trading outcomes, but I can build a reliable tool for monitoring unusual options activity. Best regards Ankit
₹12,500 INR in 2 days
3.6
3.6

Readymade setups for Dhan + Cloud 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
3.2
3.2

Hi, This is a real-time derivatives analytics system, so I’d focus first on data reliability, calculation accuracy and alert latency rather than simply building another trading dashboard. I’d use React + TypeScript for the dashboard and Node.js + PostgreSQL + Redis for the backend. The DhanHQ integration would be isolated so polling/WebSocket behaviour can be adapted to the APIs actually available, with caching and rate-limit controls protecting the data pipeline. I’ll build: NSE/BSE option-chain scanner RVOL, GEX, VEX, Gamma/Vex Regime, Charm, CE/PE walls Gamma-flip, Dealer-Flow Score and IV Rank/Percentile calculations UI controls for every metric and threshold Saved parameter presets without redeployment Real-time charts, heatmaps and summary tables Immediate in-app alerts + searchable event history Secure authentication and responsive desktop/tablet UI Efficient data ingestion, caching and background processing Production deployment, documentation and walkthrough I’d begin by validating the DhanHQ market-data capabilities and formulas, then build the ingestion/calculation pipeline before connecting the live UI. Best regards, Deepak
₹20,000 INR in 7 days
2.9
2.9

Hi, I can build a real-time DhanHQ-powered NSE/BSE options dashboard with configurable RVOL, GEX, VEX, Gamma/Vex Regime, Charm, walls, Gamma Flip, Dealer Flow, and IV metrics. I’ll deliver live alerts, charts/heatmaps, threshold presets, secure login, alert history, optimized data handling, source code, deployment guide, and walkthrough. 1. Do you already have the DhanHQ API access and preferred frontend/backend stack? 2. Should alerts support separate presets for different symbols, expiry dates, and market conditions?
₹25,000 INR in 7 days
2.3
2.3

Hello, I have 5+ years of experience in Python, JavaScript, backend development, API integration, data analysis, algorithms, and real-time web applications. I can build your DhanHQ-powered dashboard to continuously process NSE/BSE option-chain data and surface configurable unusual-activity signals. I’ll develop the backend data pipeline with efficient polling/WebSocket handling based on DhanHQ capabilities, caching and rate-limit protection. The system will calculate and expose configurable thresholds for RVOL, GEX, VEX, Gamma/Vex Regime, Charm, CE/PE walls, Gamma Flip, Dealer-Flow Score, and IV Rank/Percentile. The responsive dashboard will include real-time charts, option-chain heatmaps, summary tables, in-app alerts, alert history, secure authentication, and preset management. Threshold changes will be stored and applied dynamically without redeployment. I’ll provide clean source code, deployment documentation, testing during market hours, and a short walkthrough covering the dashboard and configuration workflow. Best Regards, Shailender
₹14,500 INR in 12 days
2.2
2.2

Gurugram, India
Member since Sep 3, 2026
₹12500-37500 INR
₹12500-37500 INR
₹10000-20000 INR
₹1500-12500 INR
₹12500-37500 INR
₹400-750 INR / hour
₹600-1500 INR
₹12500-37500 INR
$8-15 USD / hour
$101 USD
min $50 USD / hour
$15-25 USD / hour
$1000 USD
$250-750 USD
$250-750 USD
$10-30 AUD
₹12500-37500 INR
£20-250 GBP
$10-30 USD
₹1500-12500 INR