Volume and range indicator

Lavoro terminato

Tempo di esecuzione 4 giorni
Feedback del dipendente
It was a complex job. But now product is great. I hope we can work again
Feedback del cliente
Busra get the work done. can recommand

Specifiche

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 





Con risposta

1
Sviluppatore 1
Valutazioni
(885)
Progetti
1410
67%
Arbitraggio
123
32% / 41%
In ritardo
218
15%
Gratuito
Pubblicati: 1 codice
2
Sviluppatore 2
Valutazioni
(322)
Progetti
499
67%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
Gratuito
Pubblicati: 8 codici
3
Sviluppatore 3
Valutazioni
(5)
Progetti
6
0%
Arbitraggio
3
0% / 100%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(9)
Progetti
8
0%
Arbitraggio
9
0% / 67%
In ritardo
3
38%
Gratuito
5
Sviluppatore 5
Valutazioni
(45)
Progetti
91
13%
Arbitraggio
34
26% / 59%
In ritardo
37
41%
Gratuito
Ordini simili
Para Jardo 300+ USD
Safe NerdWallet is not a lender. Not all applicants will qualify for the full amount or lowest available rates. Rates for poor or fair credit can be over 36%. NerdWallet Compare, Inc. NMLS 1617539 Fin. Lender loans per DFPI Fin. Lenders Lic 60DBO-74812 NMLS Consumer Access | Licenses and Disclosures California: California Finance Lender loans arranged pursuant to Department of Financial Protection and Innovation
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I am offering a ready-to-use trading system that connects MetaTrader 4 signals with automated trading on Polymarket. The system is already fully developed and working. What the system does: The bot copies signals from a custom MT4 indicator and executes trades automatically on Polymarket prediction markets. How it works: A custom MT4 indicator generates BUY or SELL signals using buffers. When a signal appears, it is

Informazioni sul progetto

Budget
50 - 100 USD