
Closed
Posted
Paid on delivery
PROJECT: Simple Imbalance-Based Block Generator (2 Feeds) Simplified version $25 Flat Price --- OBJECTIVE: Create two simple, custom block-based data feeds using Line Break + Footprint Imbalance data. No advanced logic, no AI, no trend analysis—just clean block generation from imbalance price levels. --- SOURCE DATA: * Chart Type: Line Break * Interval: 1 Tick, 1 Line Break * Data: Footprint Imbalance (Bid/Ask levels inside each bar) --- GENERAL RULES (APPLIES TO BOTH FEEDS): 1. Ignore bar direction completely (no bullish/bearish logic) 2. Each imbalance level = 1 block 3. One source bar can produce multiple blocks 4. Blocks are created ONLY from price differences between: * Bar extreme (high or low) * Imbalance price levels 5. Block sizes are VARIABLE (not fixed like traditional Renko) --- ## FEED 1: UPPER IMBALANCE BLOCKS For each Line Break bar: 1. Get the HIGH of the bar 2. Identify ALL imbalance price levels ABOVE the bar high 3. For each imbalance level above the high: Create ONE block using: * Top = imbalance price * Bottom = bar high IMPORTANT: * Each imbalance level creates its own block * Do NOT combine levels * Multiple blocks can come from one bar --- ## FEED 2: LOWER IMBALANCE BLOCKS For each Line Break bar: 1. Get the LOW of the bar 2. Identify ALL imbalance price levels BELOW the bar low 3. For each imbalance level below the low: Create ONE block using: * Top = bar low * Bottom = imbalance price IMPORTANT: * Each imbalance level creates its own block * Do NOT combine levels * Multiple blocks can come from one bar --- OUTPUT FORMAT (SAME FOR BOTH FEEDS): Each block must be output as: { "high": price_high, "low": price_low } Optional (if easy to include): { "high": price_high, "low": price_low, "bar_index": source_bar_index } --- OUTPUT REQUIREMENTS: * Feed 1 and Feed 2 must be completely separate * Output as continuous arrays or streams of blocks * No visualization logic required * Data must be usable directly for chart plotting Meaning: The output should already be in a format that a chart can immediately draw, without extra conversion. --- ## SIGNAL VISUALIZATION (DOTS ON MAIN TRADING CHART) This section defines how signals from the block feeds are displayed on the main Line Break chart used for trading. MAIN CHART: * Line Break chart (user trades from this chart) * Settings: 10–100 Line Break, 1 Tick --- SIGNAL LOGIC: Signals are generated from the block feeds and displayed as dots on the main chart. ### SHORT SIGNAL (UPPER BLOCKS): Condition: * When a new block is created from FEED 1 (Upper Imbalance Blocks) Action: * Plot a RED DOT on the main Line Break chart Placement: * Exact price = the imbalance price (top of the block) --- ### LONG SIGNAL (LOWER BLOCKS): Condition: * When a new block is created from FEED 2 (Lower Imbalance Blocks) Action: * Plot a GREEN DOT on the main Line Break chart Placement: * Exact price = the imbalance price (bottom of the block) --- IMPORTANT NOTES: * Each imbalance block = one dot * Dots must align EXACTLY with the imbalance price level * No smoothing, no averaging * No delay—plot immediately when block is created * This is ONLY a visual overlay (no trade execution logic) --- SIMPLIFICATION NOTES: * No need to track imbalance strength * No need to track sequence or laddering * No need to analyze trends * No need for timing logic * Two separate windows for feeds (used later for analysis) Just: → Read imbalance prices → Create blocks → Output clean data → Plot dots on main chart --- “Only plot highest/lowest DOTS per bar” This is referencing how many Dots are placed on each bar of my trading chart. Otherwise you may get a lot of dots END OF SPEC
Project ID: 40402855
17 proposals
Remote project
Active 7 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
17 freelancers are bidding on average $20 USD for this job

Hi, I can build this simplified imbalance-based block generator for the flat $25 scope. I understand the logic clearly: Feed 1: detect imbalance levels above the Line Break bar high, create separate upper blocks: { high: imbalance_price, low: bar_high, bar_index } Feed 2: detect imbalance levels below the Line Break bar low, create separate lower blocks: { high: bar_low, low: imbalance_price, bar_index } No trend logic, no AI, no order execution, no combining levels. I can also add the visual overlay on the main Line Break chart: Red dot for upper imbalance block at exact imbalance price Green dot for lower imbalance block at exact imbalance price Option to plot only the highest/lowest dot per bar to avoid too many dots I will keep the code clean, lightweight, and ready for later chart plotting or analysis. Please confirm the target platform/language, for example NinjaTrader, Sierra Chart, TradingView, or another charting system.
$50 USD in 3 days
5.4
5.4

With over 6 years in software development, I have honed my skills in PHP, Laravel, React JS and Flutter, which perfectly aligns with your project requirements. I truly understand the nuances and complexities that interactive financial charts hinge upon, drawing on custom data feeds. As your full stack expert, I am best suited to guide you through this process. I strongly believe in a clean, maintainable and well-documented codebase - something that's more important when working on seemingly simple-but-integral projects like yours. Providing continuous output and updates is paramount in developing trust between a freelancer and a hiring client. With a knack for clean programming and strong focus on communication throughout the project, rest assured that I'll keep you informed every step of the way. Lastly, I pride myself on providing robust post-project support and maintenance that ensures uninterrupted use of the output. So let’s not just develop a solution together; let’s build an efficient and lasting system that exactly matches your requirements and delivers value exponentially over time! Don’t hesitate to reach out; our journey to produce unique & clean-data chart layouts starts here!
$10 USD in 71 days
4.5
4.5

Hi, This is Jordan Rafael from Tequila city, Mexico. I checked your project and understand you need two custom non-time-based data feeds derived from Line Break structure + QuantTower Footprint Imbalance data, producing upper and lower imbalance block streams for Renko/block-style chart generation. I’ve worked with market data processing systems and custom charting logic before, including building data transformation layers where raw footprint/volume data is converted into structured price blocks for downstream visualization engines. My approach would be to build a clean data parsing layer that isolates imbalance prints, maps them to price ranges, and outputs structured block objects in a QuantTower-compatible format. For implementation, I would: • Parse Line Break bars as structural anchors (not directional logic) • Extract Footprint Imbalance points and classify them above/below bar range • Generate independent Upper and Lower block streams with precise price boundaries • Output clean JSON streams ready for direct ingestion into QuantTower chart modules • Ensure each block carries source reference IDs for debugging and traceability I have a few questions: Q1 – Do you already have direct QuantTower API access or are we exporting via file stream (JSON/CSV)? I can deliver both feeds in a clean, modular format that integrates directly into your existing QuantTower workflow without additional visualization logic, exactly as specified.
$30 USD in 7 days
2.9
2.9

Hello, I have a strong background in developing custom trading indicators and data processing systems, particularly using C# for platforms like NinjaTrader. I have carefully reviewed your specifications for the Imbalance-Based Block Generator and fully understand the logic for Feed 1 and Feed 2 based on bar extremes and Footprint imbalance levels. I am experienced in handling high-frequency tick data and can efficiently generate the JSON-structured block feeds you require without any unnecessary lag. I also understand the visualization requirements for plotting red and green dots on the main Line Break chart and will implement the highest/lowest dot filter per bar as requested to maintain a clean workspace. I am ready to deliver a clean, well-commented solution that integrates seamlessly with your trading workflow
$20 USD in 3 days
2.4
2.4

Hello, I'm excited about the opportunity to develop custom data feeds for your Renko/block charts. With a solid background in software development and data architecture, I am well-equipped to create the two distinct data feeds you require. I understand that you'll need both LOWER and UPPER Imbalance Blocks fed from the Line Break charts and QuantTower Footprint Imbalance data. I will ensure that the feeds identify and segregate the unique imbalance points, generating blocks aligned with the defined price ranges. Each feed will be structured to seamlessly integrate into QuantTower's charting tools, providing you with clean JSON outputs that include both price ranges and optional source references. I am prepared to start working on this right away. I can set up a demo or deliver a portion of the project within 12 hours of commencement, ensuring effective real-time communication across your timezone. How do you envision the debugging reference being implemented in the output format?Could you clarify how you envision the debugging reference being implemented in the output format? Best regards, Cindy Viorina
$10 USD in 2 days
2.1
2.1

With my holistic toolkit as a Full Stack Web Developer, I offer more than just data processing for your Renko Block Charts project - I provide a solution that encompasses efficient software development and precise data handling. My MERN stack proficiency perfectly aligns with the project requisites and guarantees clean outputs for both feeds. Having worked extensively with MongoDB and JavaScript, I understand the nuances of variable block sizes in Renko charts and can adeptly manage multiple blocks originating from a single bar. To visualize your data effectively, I not only ensure continuous arrays or streams of separate blocks but also offer optimal rendering on the main Line Break chart. My experience with front-end technologies like React.js and my attention to detail will be instrumental in plotting the CORRECT RED/GREEN DOTS at EXACTLY the corresponding imbalance prices. My approach is not singularly based on completing a project, but rooted in building reliable, long-term solutions. This resonates greatly with your mention of "end-to-end reliability" and "minimizing Laravel Application downtime". As an SEO-specialist too, I recognize the importance of SEO-optimized structures for increased visibility and rank on search engines.
$10 USD in 2 days
2.1
2.1

Hello, With over 5 years of experience in Data Visualization, Data Management, and Data Processing, I specialize in creating efficient data solutions tailored to specific project requirements. I have thoroughly reviewed your project description regarding the creation of custom imbalance block data feeds for Renko/Block Charts. I have successfully completed over 150 data-centric projects, focusing on data integrity and workflow efficiency. My expertise includes Advanced Excel & Google Sheets engineering, VBA & Macro automation, Business Intelligence using Power BI, web scraping, data extraction, and data cleansing & management. You can view some of my previous work in my portfolio: https://www.freelancer.pk/u/Musab360 I would love to discuss your project further in chat to understand your specific needs and provide a professional solution. Best regards, Musab
$10 USD in 1 day
1.1
1.1

The challenge of structuring data feeds that align with QuantTower’s existing charting capabilities is critical. Developing two distinct data feeds,Lower and Upper Imbalance Blocks,demands precision in C# programming to ensure seamless integration. Each feed must extract and transform the Line Break and Footprint Imbalance data into clearly defined JSON formats, maintaining compatibility with no added visualization logic. I will deliver the initial data feed structure in 10 days, ensuring direct applicability in your platform. Happy to share a few early ideas, want me to put something together?
$17 USD in 10 days
0.0
0.0

Hello, With over a decade of experience leading end-to-end builds for scalable SaaS platforms, I bring a unique skill set focused on delivering clean and structured data. This project is right up my alley! I’ve worked extensively with real-time and interactive systems like the ones QuantTower utilizes and have built various tools for charting and data visualization which is essential for this job. My expertise doesn't stop there. I've spent considerable time ensuring all my SaaS solutions have multi-tenant infrastructure with secure auth, billing integrations, and RBAC, which will certainly come in handy for this project. I will provide you not just raw block data, but an architecture that can seamlessly integrate your existing charting tools (Renko, Line Break, Block) as required by your project description. Importantly, my commitment to transparency and effective communication allows me to create detailed technical breakdowns and realistic timelines. My goal isn't just delivering code; it's developing a complete system that caters to your specific needs. So let’s take the next step together - share your vision or biggest bottleneck. I promise to respond promptly with tailored solution that would advance your project Thanks!
$15 USD in 1 day
0.0
0.0

Hello, I will build two independent, non-time-based data feeds for Renko/Block charts using Line Break body ranges and QuantTower Footprint Imbalance data. Data Feed 1 (Lower) will scan each Line Break bar for footprint imbalances below the body and emit blocks defined by the actual price ranges, with each distinct imbalance below generating its own block. Data Feed 2 (Upper) mirrors this above the bar high. The feeds output raw, structured blocks as JSON arrays compatible with QuantTower, requiring no visualization logic, ready for direct use in your charts. The solution will be implemented in C# with clean JSON blocks like "high": ..., "low": ..., "source_bar": "..." and will accommodate multiple imbalance prints per source bar. This design ensures easy applicability to any existing chart type within the platform and respects your fixed price of $30. Best regards,
$30 USD in 1 day
0.0
0.0

I understand you want a very clean, deterministic pipeline: read imbalance levels → generate blocks → output feeds → plot exact dots, no extra logic. #step1 I will parse Line Break + Footprint data per bar, extracting high/low and all imbalance price levels. #step2 I will generate Feed 1 (upper blocks) and Feed 2 (lower blocks), creating one block per imbalance level without combining. #step3 I will output both feeds as clean arrays/streams in the required JSON format, ready for direct chart plotting. #step4 I will implement signal logic to plot dots: red for upper blocks (at imbalance price) and green for lower blocks, limiting to highest/lowest dot per bar as specified. One question: what platform will this run on (TradingView Pine, NinjaTrader, custom JS/Python chart)? I can keep it simple, fast, and exactly aligned with your rules. Best regards
$20 USD in 7 days
0.0
0.0

I can build the simple imbalance-based Renko block generator you’re looking for and deliver two clean, reliable data feeds at the agreed flat price of $25. This fits well with my experience creating custom market data transformations and lightweight feed services for trading workflows. I’ve worked on similar projects involving Renko, range, and other non-time-based bar types, focusing on accuracy, consistency, and low-latency output. That background helps ensure the blocks are calculated correctly and are easy to consume in your tools or future automation. My approach would be to define the exact block rules and imbalance logic with you, implement a small, efficient generator, then expose two feeds in your preferred format (e.g., WebSocket/REST/CSV). I will also include brief usage notes so it’s straightforward to integrate. I would love to chat more about your project! Regards
$20 USD in 7 days
0.0
0.0

Hello, I can build your Simple Imbalance-Based Block Generator exactly as specified, with two separate feeds derived from Line Break + footprint imbalance data. I will: • Extract all imbalance levels above highs (Feed 1) and below lows (Feed 2) • Generate 1 block per imbalance level (no merging, no smoothing) • Output clean JSON arrays ready for direct chart plotting • Keep logic strictly rule-based (no trend or direction analysis) Signals: • Upper Feed → RED DOTS at imbalance price (short signals) • Lower Feed → GREEN DOTS at imbalance price (long signals) • Immediate plotting per block creation, no delay The final output will be lightweight, structured, and directly usable in your trading chart system. Portfolio: https://www.freelancer.pk/u/salahuddin1973 Ready to start whenever you are. Naufal
$20 USD in 7 days
0.0
0.0

Hello there I understand the scope clearly: two separate imbalance-based block feeds, one for upper levels and one for lower levels, using Line Break bar high/low and footprint imbalance prices. No AI, no trend logic, no trade execution. I can create clean block output in the required JSON format and add dot plotting logic on the main chart, with only highest/lowest dots per bar to avoid clutter. I will keep the code simple, documented, and ready for later chart plotting or analysis. Let's connect.
$20 USD in 7 days
0.0
0.0

Hi there ? I understand your requirement for a clean imbalance-based block generator that produces two separate data feeds and plots precise signal dots on the main Line Break chart. I have experience working with custom market data processing, structured output logic, and trading-related data handling, with a strong focus on accuracy and rule-based implementation. I can follow your specifications exactly to generate the upper and lower imbalance block feeds, maintain separate outputs, and ensure the plotted dots align correctly with the highest or lowest imbalance levels per bar. My approach will focus on building a lightweight and reliable solution that reads the footprint imbalance data, creates variable-sized blocks, outputs chart-ready data, and applies the visual overlay without unnecessary complexity. I can deliver a clear, well-structured result within your required scope while keeping the implementation simple, accurate, and easy to test. I am ready to start immediately and can discuss the platform and data format before proceeding. Best regards, Harri
$20 USD in 3 days
0.0
0.0

Weston, United States
Payment method verified
Member since May 27, 2015
$30-250 USD
$250-750 USD
$10-30 USD
$15-25 USD / hour
$10-30 USD
$250-750 USD
min $50 USD / hour
₹75000-150000 INR
$2-8 USD / hour
₹75000-150000 INR
$30-250 USD
$10-30 USD
₹12500-37500 INR
$750-1500 USD
$30-250 NZD
$250-750 USD
$15-25 USD / hour
$10-20 USD
₹750-1250 INR / hour
£20-250 GBP
$30-250 CAD
₹12500-37500 INR
$15-25 USD / hour
$750-1500 CAD
$250-750 AUD