3 Simple indicators for MT4

MQL4 指标

工作已完成

执行时间11 天
客户反馈
Great experience-Emeka understood the requirements fully-provided exactly what was needed on time and without fuss. I would use Emeka again and I recommend Emeka to anyone requiring some MT4 coding.
员工反馈
Thanks for a great experience Grandview. Your specification was crystal clear and this job went smoothly. I look forward to doing more work for you in the future. Thanks.

指定

I’m looking for 3 pretty simple indicators for MT4.  All three are to be as flexible as possible and allow the user to select as many variables as possible.

 

All 3 are to run in an indicator window (each in a separate window) and all three are to operate on any time frame,

 

  INDICATOR 1

1SiSimple indicator that divides the tick volume for the bar by the absolute value of pip range of the bar and plots that as a graph in a separate indicator window.  In addition there is to be a user selectable scale factor that is applied to the calculation.  This is to be a number that multiplies the output of the tick volume divided by the pip range.

 

The final calculation is to be:

 

Indicator = (tick volume)/ (Bar range [Calculation to be selectable as shown below] * Scale Factor.

The calculation for the bar range is to be user selectable from:

a)      High- Low

b)      Open – Close (using the absolute value).

Graph is to be selectable from:

a)      Line graph

b)      Histogram

Scale Factor is to be user selectable from:

a)      Real numbers – it is most likely that the common Scale Factor will be 1, 0.1, 0.02, 0.001 etc.

Indicator is to update as the time for the bar progresses.  There is to be no repainting after the bar closes.

 

INDICATOR 2


2.        Variation on the WeisWave indicator that is attached.  The indicator calculates the cumulative tick volume between 2 moveable lines on the graph.  The WeisWave calculator calculates the volume between pivot points.  This indicator is to do the same between two moveable lines on the chart.  The indicator is to display in an indicator window.

3.       The enclosed VP indicator shows the VP calculating between two lines.

 

The idea is to be able to have two pairs of lines on the chart and the indicator will calculate and display the cumulative tick volume between each pair of lines.  So one pair of lines might be called 0 & 1 and the second might be called 2 & 3.  These lines can be moved by the user and the calculations and histograms (or lines) are redrawn (in much the same way that the market profile is calculated between the two lines in the enclosed market profile indicator).

 

Indicator = (tick volume)/ (Bar range [Calculation to be selectable as shown below] * Scale Factor.

The calculation is to be:

a)      Starting at line 0 set the tick volume to 0

b)      Cumulative Volume [i] = Cumulative Volume[0] + Volume [i]

c)      Calculation continues until line 1.

d)      At line 1 indicator displays as text:

a.       Total Cumulative volume between line 0 & line 1

b.      Total pip range (High – Close) between line 0 & line 1

c.       (Total Cumulative volume) / (Total pip range) (as an integer)

The second calculation is to be:

e)      Starting at line 2 set the tick volume to 0

f)       Cumulative Volume [i] = Cumulative Volume[0] + Volume [i]

g)      Calculation continues until line 3.

h)      At line 3 indicator displays as text:

a.       Total Cumulative volume between line 2 & line 3

b.      Total pip range (High – Close) between line 2 & line 3

c.       (Total Cumulative volume) / (Total pip range) (as an integer)

Graph is to be selectable from:

i)        Line graph

j)        Histogram

 

Indicator is to update as the time for the bar progresses.  There is to be no repainting after the bar closes.

 

4.      

INDICATOR 3



A sSimple line graph that draws as a cumulative volume line between two vertical lines (lines 0 & 1) on the chart. 

The maths is pretty simple:

a)       if it is an up bar the volume is added,

b)      if it is a down bar the volume is subtracted,

c)       if it is 0 bar the volume is treated the same way as the prior bar.

 

Graph is to be selectable from:

d)      Line graph

e)      Histogram



反馈

1
开发者 1
等级
(27)
项目
43
7%
仲裁
18
6% / 78%
逾期
26
60%
空闲
2
开发者 2
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
3
开发者 3
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
相似订单
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

项目信息

预算
30+ USD