Dashboard for MT4

MQL4 지표 Forex

명시

Specifications for an Indicator Dashboard

 

 

 

Pair

D1

H4

Slope Value H4

Buy / Sell

D1

ADX

RSI

WPR

200 EMA

H1 Retrace

 

 

 

 

 

 

 

 

 

 

EURUSD

Bull

-

1.02

Buy

18

55

-20

0.03

50

GBPUSD

Bear

Bull

0.46

-

56

66

-10

0.06

-10

USDJPY

-

Bear

-0.12

Sell

45

25

-30

0.01

8

Etc.

Etc.

Etc.

Etc.

Etc.

Etc.

Etc.

Etc.

Etc.

Etc.







Column 1:  Pair

All 28 major/minor pairs consisting of combinations of the 8 major currencies USD, EUR, GBP, JPY, CAD, CHF, AUD, NZD

Column 2: D1

Based on 3 exponential moving averages (EMA’s) i.e. long term = 200 period, medium term = 50 period and short term =  36 period and Closed Prices and Daily time frame.

When EMA’s are in sequence from highest to lowest as follows 200 > 50 > 36 it should print Bear in red colour.

If EMA’s are in sequence from highest to lowest as follows 36 > 50 > 200 it should print Bull in blue

Any other sequence should be printed with a Dash (-)

Input variables:

3x EMA Periods, Timeframe (change in timeframe may have to change the column header) If this is too much work then forget about Timeframe input. Hard code for D1.

Column 3: H4

Same as column 2 but in this case based on H4 time frame (or selected time frame)

Column 4: Slope Value

This is based on Baluda’s SlopeValues indicator. (I have source code)

Need colour added to different levels > 0.8, > 0.4, Ranging Bullish, Ranging Bearish, - 0.4, -0.8 (same as Baluda indicator)

Input variables:

Timeframe

Column 5: Buy / Sell

This is based on Baluda’s CurrencySlopeStrength indicator. (I have source code)

If base currency is higher that counter currency print Buy.

If base currency is lower that counter currency print Sell.

If difference between currency slope values is less than the “Sensitivity” setting print dash (-)

Input variables:

Time frame, Sensitivity (Minimum difference between slope values)

 

Column 6: ADX

This is based on the standard Average Direction Movement Index (ADX) indicator.

If ADX lower than “Low Value” print in red.

Input variables:

Time frame, ADX Period, Low Value

 

Column 7: RSI 

This is based in the standard Relative Strength Index (RSI) indicator.

If RSI over ‘high” or under “low” value print value in brown colour

If RSI over ‘extreme high” or under “extreme low” value print in different red colour

Input variables:

Timeframe, Low, high, extreme low, extreme high, RSI period

 

Column 8: WPR

This one is a bit trickier because it is based on the standard Williams Percent Range (WPR) indicator that feeds it’s data/values into an Exponential Moving Average (EMA) and we are interested in the value of the MA. (Use Close prices)

So, an array will have to be created for the WPR to feed the MA and if it comes to the worst a custom indicator will have to be created which MA values can be used.

If the value is > -20 and < -10 (between -20 and -10) OR < -80 and > -90 (between -80 and – 90) then the result must be printed in brown colour

If the value is below > -10 (above – 10) OR < -90 (below -90) then the result must be printed in red colour

The rest can be printed in black colour.

Input variables:

Timeframe, WPR period, EMA period

 

Column 9: 200 EMA

This column is based on the slope of the Long term EMA (see column 2 - normally 200 period EMA).

The percentage change from input “number of bars” until previous bar must be calculated as follows:

Difference in value of EMA at previous bar (shift = 1) and bar at shift = “number of bars” / price * 100

(absolute values must be used to overcome minus values)

If value (%) is lower than “low value” print value in red.

Otherwise print in black.

Input variables:

Timeframe, Low value, number of bars

 

Column 10: H1 Retrace

This column is based on the distance of the price of the currency pair on the H1 timeframe from the period = 36 EMA (also based on the H1 timeframe) in pips (or points /10) calculated as follows:

If H4 bearish (see column 2) then H1 retrace = low price of bar with shift = 1 minus value of 36 EMA (in pips)

If H4 bullish (see column 2) then H1 retrace = value of 36 EMA minus high price of bar with shift = 1 (in pips)

If value is lower than “minimum value” then print value in green.

Input variables:

Minimum value

 

Column 11: Overall (optional)

If all the signals in the 10 previous columns are favourable then this column should just print a green asterisk.

E.g. D1 and H4 are both bullish/bearish and no brown or red values in the other columns

 

General:

1.      Currency pairs should appear in alphabetical sequence from A to U.

2.      Refreshing or updating of values can take place on an hourly basis.

3.      It would be good that by clicking on the currency pair (or next to it) it will open that specific chart automatically for inspection.

4.      It is also a requirement that this indicator can be used to write an Expert Advisor.


응답함

1
개발자 1
등급
(1853)
프로젝트
3455
88%
중재
73
40% / 15%
기한 초과
265
8%
무료
2
개발자 2
등급
(84)
프로젝트
149
31%
중재
32
34% / 41%
기한 초과
43
29%
무료
3
개발자 3
등급
(129)
프로젝트
208
54%
중재
21
24% / 52%
기한 초과
64
31%
무료
4
개발자 4
등급
(264)
프로젝트
538
50%
중재
55
40% / 36%
기한 초과
224
42%
작업중
5
개발자 5
등급
(721)
프로젝트
1040
39%
중재
47
49% / 23%
기한 초과
84
8%
무료
6
개발자 6
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
488
17%
무료
7
개발자 7
등급
(45)
프로젝트
59
14%
중재
31
26% / 52%
기한 초과
35
59%
무료
8
개발자 8
등급
(73)
프로젝트
85
44%
중재
10
40% / 50%
기한 초과
9
11%
무료
9
개발자 9
등급
(1)
프로젝트
3
0%
중재
1
100% / 0%
기한 초과
0
무료
10
개발자 10
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
11
개발자 11
등급
(196)
프로젝트
318
35%
중재
64
13% / 56%
기한 초과
82
26%
무료
12
개발자 12
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
13
개발자 13
등급
(43)
프로젝트
72
49%
중재
4
0% / 50%
기한 초과
19
26%
무료
14
개발자 14
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
15
개발자 15
등급
(563)
프로젝트
932
47%
중재
301
59% / 25%
기한 초과
124
13%
작업중
16
개발자 16
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
비슷한 주문
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Greetings great developer, I am in search of a highly skilled MQL5 developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1

프로젝트 정보

예산
50 - 100 USD
개발자에게
45 - 90 USD
기한
 5 일