Can you give me a quote for a Quantower indicator?

Spezifikation

can you give me a quote for a Quantower indicator?

Indicator Explanation:
This custom indicator, called Order Flow Blocks (MS/LS/MB/LB), is used to display order flow information directly on the chart bars — meaning the flow of market orders.

Specifically, it shows four types of volumes for each time bar (typically every minute):

  • MS (Market Sell): Volume of market sell orders executed by aggressors (those who "hit" the ask in the order book).

  • LS (Limit Sell): Volume of sell orders placed passively (those waiting in the ask book).

  • MB (Market Buy): Volume of market buy orders executed by aggressors (those who "hit" the bid in the book).

  • LB (Limit Buy): Volume of buy orders placed passively (those waiting in the bid book).

This data is aggregated per minute (or per chart bar) and displayed as small colored boxes above each price bar.

How does the code work?

  1. Data Collection:
    The indicator subscribes to the TapeUpdated event, which is triggered whenever a new trade (executed order) comes in.
    For each trade, it updates a dictionary ( orderFlowData ) that tracks volumes for each minute.
    It classifies each trade as MS, LS, MB, or LB based on:

    • Whether it's a buy or sell ( IsBuy )

    • Whether it's made by an aggressor or not ( IsAggressor )

  2. Visualization:
    In the OnPaintChart method, for each chart bar, it checks if there's order flow data.
    If so, it draws four colored boxes:

    • Red for MS (aggressive sells)

    • Bordeaux for LS (passive sells)

    • Green for MB (aggressive buys)

    • Dark Green for LB (passive buys)

Each box shows both the label and the aggregated volume.

I’ve attached a screenshot of how it should be displayed.


Bewerbungen

1
Entwickler 1
Bewertung
(28)
Projekte
39
23%
Schlichtung
14
0% / 93%
Frist nicht eingehalten
4
10%
Frei
2
Entwickler 2
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(471)
Projekte
490
75%
Schlichtung
6
67% / 17%
Frist nicht eingehalten
0
Arbeitet
4
Entwickler 4
Bewertung
(3)
Projekte
2
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
Bot 30 - 80 USD
I am looking for an experienced MQL5 developer to create a fully automated Expert Advisor (EA) for MetaTrader 5 based on a Price Action strategy. The bot needs to automatically identify specific candlestick formations and market structure levels, execute trades, and manage risk using a dynamic trailing stop.The EA should monitor the chart for the following price action setup:Market Structure / Trend Filter:The bot
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
# HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f}")
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
Looking for an MT5 Expert Advisor developer with: Minimum 1 year of verified activity on the MetaTrader Market Positive, real user reviews Ability to build EAs without Bollinger Bands Fully configurable parameters (risk, filters, SL/TP, trading hours) Free test version available before any payment Clear communication and ongoing support If you meet these requirements, please send your MQL5 profile or portfolio

Projektdetails

Budget
30 - 70 USD
Ausführungsfristen
von 2 bis 3 Tag(e)