Volume and range indicator

工作已完成

执行时间4 天
员工反馈
It was a complex job. But now product is great. I hope we can work again
客户反馈
Busra get the work done. can recommand

指定

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 





反馈

1
开发者 1
等级
(885)
项目
1410
67%
仲裁
123
32% / 41%
逾期
217
15%
空闲
发布者: 1 代码
2
开发者 2
等级
(322)
项目
499
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
3
开发者 3
等级
(5)
项目
6
0%
仲裁
3
0% / 100%
逾期
0
空闲
4
开发者 4
等级
(9)
项目
8
0%
仲裁
9
0% / 67%
逾期
3
38%
空闲
5
开发者 5
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
相似订单
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and

项目信息

预算
50 - 100 USD