
Fechado
Publicado
Pago na entrega
CUSTOM INDICATOR SPECIFICATION : Detailed Description & Zoomed-in image of what I use Currently Attached Project is $100 Flat. No Deviation. You will need to login to Anydesk to See my paid platform (QuantTower) features for reference. “Line Break Footprint Surface Panel” BUT This panel is NOT a DOM. ________________________________________________________________________________________________________________________ OVERVIEW Create a custom panel (similar to DOM Surface) that visualizes cluster histogram (footprint) data from a selected Line Break chart in a spreadsheet-style vertical column layout. __________________________________________________________________________________________________________________________ DATA SOURCE Source Chart: - User-selectable Line Break chart (can be in another window) Required Data Per Bar: - Open price - Close price - Bar direction (UP / DOWN) - Price levels within bar - Bid volume (left side) - Ask volume (right side) - Imbalance values per price level - Value Area High (VAH) - Value Area Low (VAL) __________________________________________________________________________________________________________________________ PANEL LAYOUT Display Type: - Spreadsheet-style grid - Each column = 1 Line Break bar - Each row = price level Behavior: - Panel scrolls vertically with price (like DOM) - Zoom in/out supported (price scaling) - Columns populate left → right (newest bar on right) _______________________________________________________________________________________________________________________________ COLUMN STRUCTURE (PER BAR) Each column must include: 1. PRICE LEVELS Display all price levels within the bar range (top = high, bottom = low) _______________________________________________________________________________________________________________________________ 2. OPEN / CLOSE MARKERS Mark: - Open price - Close price Color: - UP bar → green - DOWN bar → red _____________________________________________________________________________________________________________________________ 3. IMBALANCE DATA (CRITICAL) Each price level contains TWO values: Left Side = Bid Volume (SELL side) → RED Right Side = Ask Volume (BUY side) → GREEN Program must treat BOTH SIDES independently ________________________________________________________________________________________________________________________________ COLOR LOGIC Primary Colors Right Column (Ask / Buy): Strong = Green Weak = Light Green Left Column (Bid / Sell): Strong = Red Weak = Light Red _________________________________________________________________________________________________________________________________ Zero Values Zero on Right Side → Green Cell Zero on Left Side → Red Cell ________________________________________________________________________________________________________________________________ VALUE AREA (VAH / VAL) For each bar: Display: - Value Area High (VAH) - Value Area Low (VAL) _________________________________________________________________________________________________________________________________ SPECIAL ZERO PLACEMENT RULES (IMPORTANT) DOWN (Negative) Bar Place ZERO markers: 1. Just BELOW Value Area HIGH 2. Just ABOVE Value Area LOW ___________________________________________________________________________________________________________________________________ UP (Positive) Bar Place ZERO markers: 1. Just BELOW Value Area HIGH → (RED cell) 2. Just ABOVE Value Area LOW → (GREEN cell) _____________________________________________________________________________________________________________________________________ ZERO SEQUENCE HANDLING All consecutive zeros BETWEEN VAH and VAL: - Shade as LIGHT color - Light Green (right side) - Light Red (left side) These represent: - Non-signal / background zeros ________________________________________________________________________________________________________________________________________ ZERO SIGNIFICANCE LOGIC Primary Zeros (Important): - Zeros at VAH/VAL boundaries Secondary Zeros (Ignore / Visual Only): - Continuous sequences inside value area _______________________________________________________________________________________________________________________________________ REAL-TIME BEHAVIOR - Panel updates in real-time as bars form - Current active bar updates dynamically - Completed bars remain fixed ________________________________________________________________________________________________________________________________________ USER CONTROLS User must be able to: 1. Select source Line Break chart 2. Adjust zoom level (price scaling) 3. Toggle: - Show/Hide imbalance values - Show/Hide value area - Show/Hide zero highlighting _______________________________________________________________________________________________________________________________ PERFORMANCE NOTES - Must handle high-frequency updates efficiently - Limit max number of bars displayed (user setting) - Use caching for completed bars ______________________________________________________________________________________________________________________________ CORE PRINCIPLE (FOR PROGRAMMER) This panel is NOT a DOM. It is a structured visualization of: "Footprint imbalance + value area behavior mapped column-by-column from Line Break bars" __________________________________________________________________________________________________________________________________ FINAL SUMMARY Each column = one Line Break bar Each row = a price level Each cell = bid/ask imbalance Colors represent: - Direction - Imbalance strength - Zero conditions Special emphasis: - Value Area boundaries - First meaningful zeros __________________________________________________________________
ID do Projeto: 40315982
26 propostas
Projeto remoto
Ativo há 18 dias
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
26 freelancers estão ofertando em média $134 USD for esse trabalho

Hi David R., This is quite similar to a project I delivered last week, so I can jump straight into execution. Ready to start immediately. Two questions: 1) How should VAH/VAL be computed per bar—POC-centered 70% value area (configurable), or a different rule? Should POC be the max total volume price within the bar? 2) Price ladder granularity—use instrument tick size and render every tick from bar high→low, or only traded prices? For zeros, should we treat “no trades on that side at that tick” as zero even if the other side traded, and distinguish from missing data? Two suggestions: 1) Build an immutable per-bar cache (POC, VAH/VAL, per-tick bid/ask, side-zero flags, first-boundary zeros) and only diff-update the active bar; cap max columns and lazy-load history to keep UI snappy. 2) Use row virtualization and bitmap-cached column sprites with object pooling; route drawing through QuantTower’s low-level renderer and throttle paints to price-scale changes or new prints for high-frequency symbols. Action Plan: - Phase 1: AnyDesk review, confirm APIs for Line Break + footprint clusters, finalize VA/zero rules and settings. - Phase 2: Data pipeline: per-bar profile builder, POC/VA calc, zero classification. - Phase 3: Panel scaffold: grid, price-scale zoom, vertical scroll, column ordering. - Phase 4: Rendering: colors, open/close markers, VAH/VAL lines, zero shading. - Phase 5: Performance: caching/virtualization, max bars, stress test Best Regards, Sid
$242 USD em 11 dias
6,8
6,8

Hello, I have over 7 years of experience in Data Processing, Data Science, Data Visualization, Financial Analysis, and Statistical Analysis. I have carefully reviewed the requirements for the creation of a custom panel for visualizing cluster histogram data from a selected Line Break chart in a spreadsheet-style vertical column layout. To achieve this, I will create a panel that displays the required data per bar including open price, close price, bar direction, price levels within the bar, bid volume, ask volume, imbalance values per price level, Value Area High (VAH), and Value Area Low (VAL). The panel layout will be a spreadsheet-style grid with each column representing a Line Break bar and each row representing a price level. The behavior will allow for vertical scrolling with price, zoom in/out support, and columns populating from left to right with the newest bar on the right. Each column will include price levels, open/close markers, and bid/ask volume data with specific color coding logic. Special rules for zero placement and handling, as well as real-time behavior and user controls, will also be implemented. Performance optimization will be a key focus, ensuring efficient handling of high-frequency updates and user settings for controlling displayed bars. For further discussion and to delve into the project details, please connect with me in the chat. You can visit my profile at: https://www.freelancer.com/u/HiraMahmood4072 Thank you.
$100 USD em 2 dias
6,3
6,3

Hello I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and portals. I always ensure clear communication, continued support after delivery, and 100% client satisfaction. I specialize in C# development, creating robust desktop applications, web applications, and enterprise-level solutions. With expertise in .NET framework, API integration, and database-driven applications, I focus on building scalable, secure, and high-performance solutions tailored to your business needs. If you are looking for a dedicated C# expert who delivers quality, innovation, and on-time results, I’d be glad to work on your project.
$100 USD em 7 dias
5,7
5,7

⭐⭐⭐⭐⭐ ✅Hi there, hope you are doing well! I have developed custom financial visualization panels before, which seamlessly processed market data in real time for insightful spreadsheet-style displays, making complex market information easily accessible. From my experience, understanding and implementing real-time data feeding and dynamic visualization with precise color logic is key to successfully delivering your Line Break Footprint Surface Panel. ⭕Here is how I will approach your project: - Review your current QuantTower setup via Anydesk to align with your paid platform features - Build the panel to represent each Line Break bar as a vertical column with detailed bid/ask and imbalance data - Implement the exact color and zero-value logic rules you described for clear market signal visualization - Enable real-time updates with efficient performance optimization and caching for completed bars - Integrate user controls for zoom, imbalance display toggles, value area visibility, and zero highlighting ❓Could you please clarify your preferred maximum number of bars to display in the panel for performance tuning? I am confident in delivering a robust, high-performance custom indicator panel that meets all your specifications exactly and enhances your trading insights. Thanks for considering my proposal, I look forward to working with you. Best regards, Nam
$200 USD em 3 dias
5,2
5,2

Hello, I have experience developing custom indicators/panels for trading platforms, especially with footprint data, volume clusters, DOM-style visualization, and real-time processing. For this project, I won't be using the "DOM" approach, but rather building a true Line Break Footprint Surface Panel in a grid-like structure, with each column representing a bar and each row a price level. My approach will involve: taking data from the selected Line Break chart, mapping bid/ask volume to each price level, marking open/close, VAH/VAL, and separately handling the two-sided imbalance logic and zero rules inside/outside the value area. The panel will support zooming and scrolling with price, real-time updates for the current bar, and caching completed bars to optimize speed. I'm also willing to go to AnyDesk to directly compare it with your QuantTower, ensuring the interface and behavior closely match the reference sample. The goal is to create a clean, logically sound design that optimizes performance and is easily expandable with additional display options.
$100 USD em 3 dias
5,4
5,4

Though I'm based in Australia, I have all the skills you'll need for this project. As a seasoned software engineer, I have a knack for building, fixing, and improving web applications - just like your Line Break Footprint Surface Panel project on QuantTower. I have extensive experience with C# programming, data processing, and API integration - skillsets that are vital for gathering the necessary data, creating a custom panel, and ensuring smooth communication between different components of the software. My work is characterized by practicality and clarity - traits that are essential for a demanding and precise project like yours. I'm highly skilled in handling complex workflows and data visualization that require accuracy at every stage which this project necessitates. Additionally, I have a proven track record in delivering projects on time and within budget parameters. More importantly, as a professional with a keen eye for detail and an innate curiosity to find innovative solutions to problems, I firmly believe in going above and beyond for my clients. Should you choose me for this project, rest assured that you will receive not only clean-coded deliverables but also ongoing maintenance and support if required. In me, you'll find more than just a freelancer but someone truly invested in the success of your project. Let's collaborate!
$140 USD em 7 dias
5,2
5,2

I can build your custom “Line Break Footprint Surface Panel” in QuantTower with precise replication of footprint, imbalance, and value area logic. I’ll structure the panel for high-performance real-time updates, implement all zero-handling rules, and ensure clean, spreadsheet-style visualization. I’m comfortable reviewing your setup via AnyDesk and will match behavior exactly while keeping the code optimized and maintainable.
$250 USD em 7 dias
4,6
4,6

As a seasoned technical specialist with a diverse repertoire, there's no doubt that I'm the ideal candidate for this project. My skills and experience are perfectly aligned with your needs for the creation of the line break footprint surface panel. Notably, I have a strong background in data science and machine learning techniques using Python which makes me suited to handling the data-intensive aspects of this task. My adept use of Python for data processing, web scraping, and analysis is directly applicable to your requirements. Moreover, my expertise in full-stack development and proficiency in languages such as C#, C++, and Java brings an added advantage to this project. Organizing your desired spreadsheet-style grid presentation, scrolling abilities, and zoom options can be comfortably implemented with my skill set. My ability to craft responsive user interfaces, as evidenced by my work on mobile applications, web designs and graphical presentations will lend itself well to implementing these column structures you have described as crucial parts of the project.I have worked on high-profile projects in finance and healthcare industries where attention to detail was paramount; a quality critical to undertaking your project effectively.
$150 USD em 3 dias
4,4
4,4

Hey, this is pretty advanced but totally doable—I’ve worked with footprint/cluster data before. I’d build this as a custom panel inside QuantTower using their API, pulling data directly from the selected Line Break chart and mapping each bar into a column-based grid. Core part is structuring the data properly—price levels as rows, then splitting bid/ask per cell and rendering them independently with your color logic. For performance, I’d cache completed bars and only update the active one in real time, otherwise it’ll lag with footprint data. The zero logic + VAH/VAL rules are clear, I’d handle those as a separate layer so it’s clean and easy to toggle on/off. UI-wise, I’ll make it behave like a DOM (scroll + zoom) but keep it strictly as a visualization panel like you described. Only thing I’d want to confirm before starting is how QuantTower exposes imbalance + value area data (API vs internal calc), since that affects implementation a bit. If that’s fine, I can jump in and build this within your budget
$100 USD em 7 dias
3,8
3,8

Hi there, I'm Kristopher Kramer from McKinney, Texas. I’ve worked on similar projects before, and as a senior full-stack and AI engineer, I have the proven experience needed to deliver this successfully, so I have strong experience in Data Visualization, Financial Modeling, Software Development, Statistical Analysis, Data Analysis, C# Programming, Data Processing, Data Science, Financial Analysis and API Integration. I’m available to start right away and happy to discuss the project details anytime. Looking forward to speaking with you soon. Best regards, Kristopher Kramer
$120 USD em 3 dias
4,6
4,6

Hello, With extensive experience in data analysis and custom visualization development, I am confident in creating a tailored panel that visualizes cluster histogram data from Line Break charts in a spreadsheet-style layout. What are your preferred methods for real-time updates and data caching to ensure optimal performance? Thanks,
$155 USD em 2 dias
3,3
3,3

Hello Client, I hope you’re well. I’m a solo developer with strong roots in C# and data visualization, specializing in turning complex trading data into clear, performant dashboards. I’ve built custom panels and visualization layers for financial data, and I understand the importance of a responsive, non-DOM footprint that still behaves like a live grid when prices move. I’ll design your Line Break footprint panel to render a spreadsheet-style grid where each column is a bar and each row a price level, with real-time updates, zoomable price scaling, and user controls for imbalance, VAH/VAL, and zero-highlighting. I can tackle this within the project scope and deliver a polished, reliable panel that aligns with your QuantTower workflow, keeping performance tight and updates smooth. I’ll keep the implementation clean and extensible so future tweaks are straightforward. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
$250 USD em 3 dias
2,8
2,8

Hi there. Does QuantTower expose the Line Break footprint data, VAH/VAL, and imbalance values directly through its API for a custom panel, or will part of that data need to be derived from chart events? Should the panel render from a cached bar model with incremental real-time updates, or do you want every visible column recalculated on each tick? This indicator can be built as a lightweight custom visualization panel in C# - one column per Line Break bar, one row per price level, with cached completed bars and fast updates only for the active bar. Handled a similar trading visualization task before where platform data had to be turned into a custom real-time panel instead of using the default DOM view. The main challenge was keeping price-level rendering smooth while applying custom color logic, zero rules, and live updates without lag. Solved it by separating data collection, bar caching, and render logic, which made the panel stable, fast, and easier to tune as the rules evolved. Strong background in C#, trading tools, data visualization, and custom logic-heavy systems, so this fits very well. Comfortable reviewing the paid platform through AnyDesk and ready to start immediately within your fixed budget. Best, Ivan
$140 USD em 7 dias
2,5
2,5

Hi, I took the time to review your project and it’s clear that this is completely doable with the right development approach. I have strong expertise in Statistical Analysis, C# Programming, API Integration, Data Visualization, Data Science, Financial Modeling, Data Analysis, Financial Analysis, Data Processing and Software Development and specialize in building efficient, modern, and scalable web solutions. My work focuses on clean development, responsive design, optimized speed, and a user-friendly interface to ensure everything runs smoothly and professionally. I’m confident I can deliver a high-quality result that meets your expectations. Best regards. Mahad Sheikh
$30 USD em 6 dias
2,7
2,7

Hello, I am ready to dive into your project immediately. I’ve built custom footprint/DOM-style visualizations in C# using real-time tick data, including bid/ask imbalance mapping and value area logic, so translating Line Break bars into a column-based surface panel in QuantTower is very straightforward for me. I can efficiently handle VAH/VAL boundary conditions, zero-sequence differentiation, and high-frequency updates with caching to keep rendering smooth even with multiple bars. I want to discuss with you in more detail. Kind regards, Mojjammil
$120 USD em 2 dias
2,0
2,0

I have strong experience in C# and real-time data visualization systems, especially in building custom financial tools and high-performance indicators. I understand that this is not a standard DOM but a specialized footprint-style visualization mapped from Line Break bars, and I can implement the full grid-based architecture with precise handling of bid/ask imbalance, value areas, and zero logic as specified. I will build a highly efficient, real-time updating panel that renders each bar as a column and each price level as a row, with proper color logic, imbalance separation, and correct handling of VAH/VAL boundaries and zero placement rules. The system will support zooming, toggling of visual layers, and performance optimizations like caching and controlled rendering to ensure smooth updates even with high-frequency data. I will also ensure the panel integrates cleanly with your QuantTower setup via Anydesk, accurately reflecting your current workflow and matching the behavior you expect from your paid platform. The final solution will be precise, responsive, and aligned with your specifications, focusing on clarity, performance, and correctness in financial data representation.
$250 USD em 7 dias
2,1
2,1

Hi, I will create the custom panel you need, visualizing the cluster histogram data from the Line Break chart in a spreadsheet-style format. My experience with QuantTower and similar platforms ensures I can deliver a solution that meets your requirements effectively. The panel will display open/close prices, bid/ask volumes, and zero significance based on the detailed specifications you've provided. I’ll ensure it updates in real-time as bars form, maintaining performance even with high-frequency updates. The layout will support user controls for adjusting zoom levels and toggling visibility for imbalance values and value areas. Could you clarify if you have specific preferences for the color scheme beyond what you've outlined? Additionally, do you have a limit for the maximum number of bars displayed in mind? I’m ready to start immediately and ensure a smooth implementation. Thank you.
$156,50 USD em 7 dias
2,0
2,0

Hi, I have read your project details and I know what you expect. I am a senior engineer with over 7 year of experience on Data Processing, C# Programming, Software Development, Financial Analysis, Statistical Analysis, Data Science, Data Visualization, Data Analysis, Financial Modeling, API Integration. Please visit my profile to view my latest projects, certificates, and work history. Best, Matheus Regards, Matheus
$30 USD em 7 dias
0,6
0,6

⭐⭐⭐ Hi there, I am excited about the opportunity to collaborate on creating a custom Line Break Footprint Surface Panel for your project. With experience in developing similar data visualization tools, I understand the importance of accurately representing cluster histogram data in a spreadsheet-style layout. Utilizing advanced systems and processes, I can build a panel that efficiently displays open/close prices, bid/ask volumes, imbalance values, and value area boundaries per bar. My approach prioritizes transparency, compliance, and sustainable growth to ensure a robust and ethical solution. I invite you to connect further to discuss how we can tailor this panel to meet your specific requirements. Best, Yevhenii
$140 USD em 7 dias
0,4
0,4

Hello, I have over 9 years of experience in Software Development, specializing in Data Visualization and API Integration. I have carefully reviewed your project requirements for creating a custom panel to visualize cluster histogram data from a Line Break chart in a spreadsheet-style layout. I understand the need to display open/close prices, bar direction, price levels, bid/ask volume, and imbalance values per price level. The panel will feature a spreadsheet-style grid with each column representing a Line Break bar and each row representing a price level. It will support vertical scrolling with price, zoom in/out functionality, and color-coded markers for open/close prices. I am excited about the opportunity to work on this project and ensure effective communication throughout its completion. I look forward to hearing from you. Thanks
$250 USD em 7 dias
0,0
0,0

Weston, United States
Método de pagamento verificado
Membro desde mai. 27, 2015
$10-30 USD
$10-30 USD
$30-250 USD
$15-25 USD / hora
$50-100 USD
$30-250 USD
$10-30 USD
$250-750 USD
$30-250 USD
$30-250 USD
$10-30 USD
$250-750 USD
$250-750 USD
₹750-1250 INR / hora
₹600-1500 INR
$5000-10000 SGD
₹37500-75000 INR
$30-250 USD
$30-250 USD
$3000-5000 USD
€12-18 EUR / hora
₹600-1500 INR
₹600-1500 INR
₹1500-12500 INR
₹12500-37500 INR