Can you give me a quote for a Quantower indicator?

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(28)
Progetti
39
23%
Arbitraggio
14
0% / 93%
In ritardo
4
10%
Gratuito
2
Sviluppatore 2
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(470)
Progetti
488
75%
Arbitraggio
6
67% / 17%
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(3)
Progetti
2
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source

Informazioni sul progetto

Budget
30 - 70 USD
Scadenze
da 2 a 3 giorno(i)