Volume and range indicator

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Entwicklers
It was a complex job. But now product is great. I hope we can work again
Bewertung des Kunden
Busra get the work done. can recommand

Spezifikation

Hello,

I need a simple Volume and Range indicator for MT5, it should paint the bars on the chart + windings,  with alerts, it will cover the bars according to volume, range and close.


Here are the variables :

-- BAR CLOSE -- (tiers close)

Up close= Close[i] >= Low[i] + ((High[i] - Low[i] )/3*2)

Middle close= Close[i] < Low[i]+range(i)/3*2 &&  Close[i] > Low[i]+range(i)/3

Dn close= Close[i] <= Low[i] + ((High[i]-Low[i] )/3)


-- VOLUME --

Volume[i] (real or tick  modifiable in the parameters)

Average Volume[i] ( period and method  modifiable in the parameters )


Low volume = Volume[i] < AverageVolume*Volume_Coef   Volume_Coef modifiable in the parameters )

Normal volume = Volume[i] >= AverageVolume*Volume_Coef && Volume[i] < AverageVolume*Volume_Climax_Coef ( Volume_Climax_Coef modifiable in the parameters )

Climax volume = Volume[i] >= AverageVolume*Volume_Climax_Coef


-- RANGE --

Range[i] = High[i] - Low[i] (or open[i] - close[i]   modifiable in the parameters)

Average Range[i] ( period and method modifiable in the parameters )


Low range= Range[i] < Average Range*Range_Coef Range_Coef  modifiable in the parameters )

Normal range = Range[i] >= Average Range *Range_Coef && Range[i] < AverageRange*Range_Climax_Coef  Range_Climax_Coef modifiable in the parameters )

Climax range = Range[i] >= AverageVolume*Range_Climax_Coef


Here are what should be display :


BAR PAINT :

// CLIMAX //

- Up close && Climax volume &&  Climax range - color : aqua

- Middle close && Climax volume &&  Climax range - color : white

- Dn close && Climax volume &&  Climax range - color magenta


// NORMAL //

- Up close &&  Normal volume &&  Normal range - color : royalblue

- Middle close &&  Normal volume &&  Normal range - color : DarkGray

- Dn close &&  Normal volume &&  Normal range- color : tomato


// NO SUPPORT //

- Up close && Low volume && Low range - color : midnightblue

- Middle close && Low volume && Low range - color : dim gray

- Dn close && Low volume && Low range - color : maroon


// CHURN // 

Climax volume && Low range - color : lime


Add alerts On/OFF on each signal.


WINDINGS :

The windings are to be placed above if the bar if up bar (open<close) and below on down bars :

233

- Climax volume &&  Normal range

- Normal volume && Low range


234

- Climax range &&  Normal volume

- Normal range && Low volume


let me know if you have any questions 





Bewerbungen

1
Entwickler 1
Bewertung
(885)
Projekte
1410
67%
Schlichtung
123
32% / 41%
Frist nicht eingehalten
218
15%
Frei
Veröffentlicht: 1 Beispiel
2
Entwickler 2
Bewertung
(322)
Projekte
499
67%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Frei
Veröffentlicht: 8 Beispiele
3
Entwickler 3
Bewertung
(5)
Projekte
6
0%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(9)
Projekte
8
0%
Schlichtung
9
0% / 67%
Frist nicht eingehalten
3
38%
Frei
5
Entwickler 5
Bewertung
(45)
Projekte
91
13%
Schlichtung
34
26% / 59%
Frist nicht eingehalten
37
41%
Frei
Ähnliche Aufträge
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Phahla fx boto 30+ USD
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Ai robot 30 - 50 USD
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as
Data Integrity 500 - 1000 USD
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd

Projektdetails

Budget
50 - 100 USD