
Closed
Posted
Paid on delivery
Subject: Custom Imbalance Block Data Feeds for Renko/Block Charts Goal: $30 Fixed Price Create two separate, non-time-based data feeds from Line Break + QuantTower Footprint Imbalance data. These feeds will be used to generate custom Renko/block charts, but must be designed so they can be easily applied to any existing chart type in the platform. Data Feed Requirements Source Data: Line Break chart (any setting, e.g. 1-line, 1-tick) QuantTower Footprint Imbalance data (bid/ask imbalance numbers or structure dots shown inside each bar) Core Logic (for both feeds): Ignore the direction of the source Line Break bar. Only use Footprint Imbalance points (numbers). One source bar can produce multiple new blocks if it has multiple imbalance prints. Blocks are created from the actual price range of each imbalance zone (variable block sizes). Data Feed 1: LOWER Imbalance Blocks For each Line Break bar, identify its body (e.g., 26,700.50 to 26,701.25). Look only at Footprint Imbalance points below the body. Each distinct imbalance range/print below the body becomes one new block. Example: If the footprint shows imbalance points extending below the body down to 26,700.25, create one block for the range 26,700.50 → 26,700.25. Data Feed 2: UPPER Imbalance Blocks For each Line Break bar, look only at Footprint Imbalance points above the high of the bar. Each distinct imbalance range/print above the high becomes one new block. Output Requirements Two independent data feeds (Upper and Lower Imbalance Blocks). Format: Each feed should be a stream or array of blocks, with each block containing: Price range (high/low) Optional: Source bar reference or timestamp (for debugging) Example Block Format: json Copy {"high": 26701.25, "low": 26700.50, "source_bar": "LB_12345"} QuantTower Flexibility: The feeds must be output in a format that is directly compatible with QuantTower’s existing charting tools (Renko, Line Break, Block, etc.). Since you’ve already established the method for populating charts using QuantTower’s direction, the feeds should simply provide the raw block data (price ranges and optional references) in the agreed format. No additional visualization logic is required—just clean, structured data ready for direct use in the platform. This version: Acknowledges the existing QuantTower integration Emphasizes the need for raw, structured data Removes any ambiguity about hardcoding visualization logic Keeps the focus on compatibility and ease of use
Project ID: 40388576
19 proposals
Remote project
Active 6 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
19 freelancers are bidding on average $20 USD for this job

Hello Sir, Are you ready to see a working demo of our custom imbalance block data feeds within 1-3 hours at no cost to you? Witnessing a live demo provides concrete evidence of capability, far exceeding a portfolio review or lengthy discussions full of promises. After the demo, if you are satisfied, you can confidently proceed to award the project for successful completion. Best, Smith
$20 USD in 7 days
7.0
7.0

Hello, I have read your job description and I am interested in your job post.I am ready to start now. Please send me a message to discuss more about your project, Can you please give me a chance I am a Senior Software Developer with over 8+ years of experience in designing and developing scalable web and desktop applications. I specialize in Microsoft technologies and delivering high-quality, secure, and performance-driven applications. My Expertise: Backend Development:ASP.NET, ASP.NET Core, MVC, Web API, WebForms,Laravel, WCF Services Programming Languages:C#, Php Frontend Development:JavaScript,Angular, React, TypeScript jQuery, AJAX, HTML, CSS Database Technologies:SQL Server, MySQL Reporting Tools:Crystal Reports, RDLC, SSIS, SSRS
$13 USD in 7 days
4.7
4.7

I checked your requirements and Having worked as a full-stack developer for over 6 years, I understand the importance of delivering clean, structured and raw data. Combined with my top-tier skills in API Development and C# Programming, it would be an effortless task for me to create the required data feeds for your Line Break and QuantTower Footprint Imbalance data. As a specialist in Renko/Block charts, I have significant experience with platforms like QuantTower and creating custom feeds that can be easily applied to any chart type.
$66 USD in 2 days
3.5
3.5

Hi There! I Understand the value of accurate and efficient data entry. My expertise in Data Processing, ⛔Data-Entry⛔Excel⛔VBA-Macro⛔Power-BI & Accountant⛔PDF⛔ MS⛔Visual Basic⛔Data Processing⛔Excel⛔Excel VBA⛔Excel Macros will surely prove useful for this project. I have an excellent command over Power BI and can help you extract your data exactly the way you see it on the platform. In line with your goal to download the Excel file with utmost precision, I can assure you that my meticulous attention to detail will ensure a flawless transfer of all your data. Choose me for this project and let's achieve your goal together! Cheers!Jalal
$20 USD in 1 day
3.9
3.9

I genuinely believe I'm the perfect fit for this project. With my profound competence in programming languages like PHP, Node.js, Vue.js, and C#, I'm very familiar with dealing with large volumes of data, conducting thorough analysis and visualizing data effectively. My portfolio is a testament to my expertise in creating highly configurable data feeds which has been widely appreciated by my clients. Regarding your project's requirements, I have experience working precisely and systematically, which will be crucial in creating the two separate, non-time-based feeds you're looking to generate. I've also successfully integrated existing systems into new platforms – so the fact that you're using QuantTower is only a plus for us! It reinforces that we can leverage your pre-existing platform utilizing raw block data, ready for direct use. Moreover, my proficiency in various charting techniques including Renko, Line Break and Block will help tackle the specific feed formats needed for your custom chart development. Having built efficient applications in the past with clean structured data output like you need (Feeds) makes me confident I can meet and surpass your expectations. Trust me with your project and together we'll do great things with QuantTower!
$30 USD in 1 day
2.9
2.9

Hi there! You are building custom non-time-based feeds from Line Break and footprint imbalance data, and the real challenge is extracting precise imbalance ranges while keeping the output clean and fully compatible with QuantTower’s chart ingestion logic. I recently worked on a custom market data transformation where I converted footprint-level signals into structured price blocks for alternative charting, ensuring accurate multi-block generation per source bar and seamless integration with existing rendering systems. I will build two independent feeds for upper and lower imbalance blocks, parse footprint data per Line Break bar, generate variable-sized blocks from imbalance ranges, and output structured arrays ready for direct use in QuantTower without adding visualization logic. I will also include clean handling for multiple imbalance prints and optional source references for debugging. Check our work: https://www.freelancer.com/u/ayesha86664 How are you currently accessing the footprint imbalance data stream inside QuantTower, via API or internal plugin hooks? I am ready to start, just say the word. Best Regards, Ayesha
$15 USD in 7 days
2.6
2.6

Hi Client, I am Cindy Viorina. I understand you need two non-time-based data feeds that extract QuantTower Footprint imbalance points from Line Break bars and emit variable-sized blocks for Renko/block charts. I will parse each Line Break bar, ignore its direction, and extract only footprint imbalance numbers. For imbalances below the bar body I will emit LOWER blocks, and for imbalances above the bar high I will emit UPPER blocks. Each distinct imbalance range will become one block using the actual price range of the imbalance zone. One source bar can produce multiple blocks. Technically I will build a C# data processor that subscribes to QuantTower feed data, maps footprint prints to price ranges, and outputs two streams/arrays of JSON blocks like "high":26701.25,"low":26700.50,"source_bar":"LB_12345". The output will be directly compatible with QuantTower chart tools and includes optional source references for debugging. I am available to communicate in real time in your time zone and can provide a simple demo or portion of the project within 12 hours of start. Q1: Do you have preferred Line Break settings to use initially (e.g., 1-line or 1-tick)? (Proposal) Q2: Should the block outputs include timestamps or only source bar IDs for debugging? (Proposal) Q3: Which delivery format do you prefer for the feeds: live stream API, local file, or in-platform array? (Proposal) Thanks, Cindy Viorina Which Line Break setting should I use initially so I can match your work
$10 USD in 7 days
2.1
2.1

Hello, It's clear that you need a robust solution for creating custom imbalance block data feeds that seamlessly integrate with QuantTower's charting tools. My approach will leverage my expertise in JavaScript and Python to develop the two specified data feeds, ensuring they produce structured output compatible with your existing systems. Here is what I will deliver: - A data feed for LOWER Imbalance Blocks, identifying distinct imbalance ranges below each Line Break bar. - A data feed for UPPER Imbalance Blocks, capturing imbalance ranges above the high of each Line Break bar. - Clean, well-documented code that ensures ease of integration and maintenance. I can confidently complete this within your budget and timeline, and I will keep you updated throughout the process. Could you please clarify the preferred format for the timestamps in the output? Best regards
$20 USD in 7 days
0.0
0.0

Hey — saw your post about Custom Imbalance Block Data Feeds for Renko/Block charts. Getting the feed logic wrong here usually means signals look great historically but fall apart in live conditions. Quick question before I suggest an approach: Are you already pulling raw tick data from a specific broker/data provider, or does this need to be designed provider-agnostic? I’ve worked on custom data feeds and non-time-based charts before, including Renko-style and range bars, so I’m familiar with the edge cases around block formation and real-time updates. If you can share your exact block/imbalance rules, platform (e.g. NinjaTrader, TradingView, MT5, etc.), and any sample data or screenshots, I’ll review and tell you what’s doable for the $30 scope.
$20 USD in 7 days
0.0
0.0

Hello, Creating custom imbalance block data feeds for Renko/block charts presents a challenge in ensuring data integrity while processing Line Break and QuantTower Footprint Imbalance data. The critical aspect here is accurately determining the bounds for LOWER and UPPER Imbalance Blocks based on the body of each Line Break bar, which requires precise logic to avoid misinterpretation of imbalance points. For instance, a robust approach would involve implementing a systematic identification of imbalance points while ensuring that the separation of blocks adheres strictly to the conditions specified in your requirements. I understand you're looking for an efficient solution that seamlessly integrates with QuantTower's existing charting tools. My experience with both data manipulation and integration, particularly in creating data feeds for financial applications, aligns well with your needs. I've previously worked on projects that required real-time data processing and structuring complex data sets in a manner that's easy to consume for various visualization tools. In terms of my approach, I would begin by reviewing the existing data structure and identifying key points in both the Line Break and Footprint data to ensure accurate block creation. This would involve defining the logic for extracting and formatting the data feeds for both LOWER and UPPER Imbalance Blocks before final integration into your system. What are your specific preferences for the data feed format, and are there any existing conditions or constraints in your system that I should be aware of? Best, Shaun
$30 USD in 7 days
0.0
0.0

Hi, I just finished a 5-star project solving exactly the creation of custom non-time-based data feeds derived from Line Break charts and QuantTower Footprint Imbalance data. Here is what I will do: Develop two separate QuantTower-compatible feeds that extract imbalance zones from Line Break bars without relying on direction. Implement logic to generate multiple dynamic-size blocks from each source bar using only footprint imbalance points above or below the bar body. Output perfectly structured Upper and Lower Imbalance Block feeds in JSON format containing high, low, and optional source bar references, ready for Renko/block chart usage. 10 days free support after delivery Milestone-based payment Reply "YES" and I will share a similar sample within 1 hour. Best regards, Ribal Ali
$10 USD in 3 days
0.0
0.0

Greetings I can surely help you for Custom Imbalance Block Data Feeds Creation I am in the IT industry since more than a decade and serve so many clients in building and rebuilding websites, software, and applications I have strong hands-on different cms like webflow, Wordpress, shopify, squarespace, wix and on different programming languages like PHP, Laravel, React, Node.js, HTML, CSS, And I did the migration from HTML to click funnels. I have made so many websites (E-commerce, WordPress, Classified admin, WooCommerce, etc.), bots, softwares, and Mobile applications (Android, IOS, and Huawei Play store) in my entire career. I have strong hands on both the front end and back end. Currently, I am part of the team who are dealing with miscellaneous tasks in dubizzle and Mzad Qatar including design and layouts and they both have more than 1 million users. I believe that you are looking for a web designer and for sure you will get your end desire result with plagiarism-free work and with better quality as I am assuring you this. Package deals can also be done for long-term collaboration as per the client's requirement. Kindly do come on chat so that we can discuss project details further more.
$10 USD in 2 days
0.0
0.0

Hi there. This only works if the feed is built from real imbalance price zones, not bar direction, and the output matches QuantTower’s chart input format exactly. The main risks are merging separate imbalance prints into one block, misreading body versus high boundaries, losing multiple blocks from one source bar, and output that does not plug cleanly into QuantTower. First I would inspect the exact footprint imbalance structure available in QuantTower, then map one Line Break bar into expected Upper and Lower block outputs. How is QuantTower exposing the imbalance data in code right now? What exact feed format does your existing chart integration already accept?
$20 USD in 7 days
0.0
0.0

Weston, United States
Payment method verified
Member since May 27, 2015
$250-750 USD
$10-30 USD
$10-30 USD
$30-250 USD
$10-30 USD
$2-8 USD / hour
$30-250 USD
₹600-1500 INR
₹750-1250 INR / hour
₹75000-150000 INR
$10-30 USD
$10-60 USD
₹750-1250 INR / hour
$750-1500 USD
₹100-400 INR / hour
$10-60 USD
$100-200 USD
£10-15 GBP / hour
$10-30 USD
₹600-1500 INR
$15-25 AUD / hour
$15-25 USD / hour
$15-25 USD / hour
$15-25 USD / hour
$10-30 USD