
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: 40407676
11 proposals
Remote project
Active 16 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
11 freelancers are bidding on average $22 USD for this job

Hello Client, I hope you are doing well. I came across your project **Simple Imbalance-Based Block Generator (2 Feeds)**, and it immediately caught my interest. Based on your description, I’m confident that I can deliver high-quality results that align perfectly with your expectations. **Why I’m a great fit for this project:** • I have strong experience working with Data Processing, Algorithm, Programming, Data Analysis, API Development, Data Integration, Data Visualization, Data Collection, Data Modeling, Data Management, and I’ve completed similar projects in the past. • I always focus on clean, optimized, and fully functional work. • Communication and responsiveness are my top priorities — you’ll always be updated on progress. **What I will deliver:** • A complete and professional solution tailored to your project requirements • Timely delivery within your budget range of **10.00 - 30.00 USD** • Clean, well-structured work with revisions included • A focus on quality, clarity, and long-term reliability If you would like to discuss your project further, I’m available at any time. I would love the opportunity to work with you and help bring your idea to life. Thank you for considering my proposal. I look forward to working with you! Best regards, Nadeem Shaikh
$20 USD in 3 days
4.9
4.9

Hello, I can build this custom imbalance block generator for you exactly as specified, with no unnecessary logic or bloat. I understand that the priority is clean, reproducible data streams for Feed 1 and Feed 2, mapping imbalance levels directly to bar highs and lows. I will provide a robust solution that outputs the specific JSON structure you need for immediate chart plotting, ensuring that Feed 1 (Upper) and Feed 2 (Lower) are handled separately and efficiently. I will also implement the signal visualization logic for the red and green dots, adhering strictly to your 'highest/lowest per bar' rule to keep the main trading chart clean and effective. I am ready to start now and can deliver the $25 simplified version with high quality and well-commented code
$20 USD in 3 days
3.1
3.1

Hi there, You’re not asking for a trading system , you’re trying to turn noisy footprint imbalance levels into two clean, chart-ready block feeds without extra interpretation getting in the way. That distinction matters, and your spec is very clear: read imbalance prices, generate variable-size blocks, keep upper/lower feeds separate, and plot only the highest/lowest dots per bar to avoid clutter. I can build this logic around your Line Break + Footprint Imbalance source data so each qualifying imbalance level produces the correct "high","low" block, with optional bar_index included if supported by the platform/data source. I’ll also keep the RED/GREEN dot overlay tied exactly to the imbalance price level, with no smoothing, averaging, delay, or trend logic. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. Which platform/API should this be built for, and how is the Footprint Imbalance data exposed inside each Line Break bar? Looking forward to your reply so we can finalize the exact plan. Thanks, Asad
$30 USD in 3 days
3.0
3.0

Hi, how are you doing? I have solid hands-on work with data feeds and block-style outputs, and I’ve built clean, parsable blocks from price levels for charting systems before. I can deliver two separate feeds (upper and lower imbalance blocks) with exact top/bottom mappings and a simple, straight output format ready for plotting, plus optional bar indexing if needed. I can share previous similar work on lightweight feed generators and quick demos if required. Let me know further if interested
$30 USD in 5 days
2.7
2.7

Hi, I will create the two custom block-based data feeds using the specified Line Break and Footprint Imbalance data. Each feed will generate blocks based on the outlined criteria, ensuring that we adhere strictly to the rules without combining imbalance levels. I have extensive experience with similar data processing tasks, and I'm confident in delivering a clean, efficient implementation. For Feed 1, I'll extract the high of each Line Break bar and generate separate blocks for every imbalance price above it. Feed 2 will follow the same logic but will focus on the low of each bar to create blocks below. The output will be structured for immediate chart plotting, aligning precisely with your requirements. Just to clarify, are there any specific performance metrics or limits you want me to keep in mind for data throughput? I'm ready to start and ensure the outputs meet your expectations seamlessly. Thank you.
$21 USD in 7 days
2.4
2.4

Yes! You are on the right bid. I have read all project details and descriptions regarding Simple Imbalance-Based Block Generator (2 Feeds) I will save your time by letting my work speak for you. If I am lucky enough to get your attention, please feel free to reach me so we can spend 10-15 minutes and discuss everything ;) You can check my portfolio and reviews regarding your Project: https://www.freelancer.pk/u/Q@d33rM3hdi Best regards! Qadeer Mehdi!
$15 USD in 1 day
1.8
1.8

Hi there, I read your requirements carefully, and I can build the simple imbalance-based block generator for your two separate feeds. The logic is clear: for each Line Break bar, I’ll read the footprint imbalance price levels, ignore bar direction completely, and create variable-size blocks only from the price difference between the bar extreme and imbalance level. Feed 1 will generate upper blocks from imbalance levels above the bar high, and Feed 2 will generate lower blocks from imbalance levels below the bar low. I’ll output each block cleanly as { high, low, bar_index } so it can be used directly for chart plotting. I’ll also add the visual overlay logic for the main Line Break chart: red dots for upper imbalance blocks and green dots for lower imbalance blocks, aligned exactly at the imbalance price level. To avoid clutter, I’ll apply your rule to plot only the highest/lowest dot per bar instead of showing too many dots. Cost: $30 || Timeline: within 1 day Payment and timeline details can be discussed further to align with your expectations. I’d be happy to implement this cleanly and keep the logic simple, exactly as specified. Best regards,
$30 USD in 1 day
1.4
1.4

Hello, With an extensive background in Full Stack and DevOps engineering spanning almost a decade, let me assure you that I am uniquely qualified to tackle your Simple Imbalance-Based Block Generator project. My technical skill set unveils a multi-faceted understanding of the array of features required by this project. This ranges from my expertise in Backend systems (Node.js, Python and Ruby on Rails), Web Scraping & Data Engineering (large-scale scraping pipelines, data cleaning & transformation), which aligns with the sourcing, processing and manipulating your data is contingent upon. Additionally, I'm very experienced with Frontend Development such as React where I integrate with various APIs to build state of the art UIs. Moreover, my adeptness in AI and Machine Learning synchronizes well with signal generation for your main trading chart. Utilizing LangChain and intelligent automation are among some of the skills crucial in guaranteeing the accurate generation of dots to convey data to the end user interfaces as dictated by signal logic. Finally, my strength extends beyond just writing functional code but also veers towards designing systems that scale efficiently when under production workloads- an essential fidelity so as to maximize throughput in such a sensitive environment as required by signal generation stipulations. This would be notable in creating the best conditions for immediate transformation and chart plotting Thanks! Chibike
$25 USD in 2 days
0.0
0.0

Hello, I understand that you need a straightforward solution for creating two distinct block-based data feeds based on imbalance price levels, without any complex logic or analysis. My approach will utilize my expertise in Node.js to implement the data feed logic while ensuring clean and efficient output for easy chart integration. Here is what I will deliver: - Two separate data feeds: one for upper imbalance blocks and one for lower imbalance blocks, each following your specified rules. - Output data formatted correctly for immediate chart plotting, ensuring seamless integration. - Clean code with clear communication throughout the project to keep you informed on progress. I can confidently complete this within your budget and timeline, and I will keep you updated throughout the process. Could you clarify if there is a specific format you prefer for the output arrays, or is the suggested JSON structure sufficient? Best regards
$20 USD in 7 days
0.0
0.0

The challenge of generating two distinct block feeds from imbalance price levels, while strictly adhering to the specified output format, necessitates precise algorithmic execution. Utilizing the Line Break and Footprint Imbalance data, I'll ensure each block is generated independently, taking into account variable block sizes and clear delineation between upper and lower imbalances. The output will be structured to facilitate immediate plotting, thus removing any need for further conversion. Expect the initial deliverables within 10 days. Do you have a specific timeline for the first milestone?
$17 USD in 10 days
0.0
0.0

Weston, United States
Payment method verified
Member since May 27, 2015
$30-250 USD
$30-250 USD
$250-750 USD
$30-250 USD
$10-30 USD
£20-250 GBP
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
₹400-750 INR / hour
$30-250 USD
₹750-1250 INR / hour
₹600-1500 INR
$10-30 USD
£20-30 GBP
₹1500-12500 INR
₹37500-75000 INR
₹37500-75000 INR
₹12500-37500 INR
₹1500-12500 INR
₹1500-12500 INR
₹500 INR
₹1500-12500 INR
$3000-5000 USD
₹600-1500 INR