Create alert and notification

MQL5 Indicadores Asesores Expertos

Trabajo finalizado

Plazo de ejecución 11 minutos

Tarea técnica

I have an indicator, i need to introduce two input fields "number value" in that indicator. 

Based on the two input values, when the indicator reaches to that number i want to add alert (pop-up and email) and push notification,


Archivos adjuntos:

MQ5
BO.mq5
12.5 Kb

Han respondido

1
Desarrollador 1
Evaluación
(599)
Proyectos
932
46%
Arbitraje
31
39% / 29%
Caducado
93
10%
Libre
2
Desarrollador 2
Evaluación
(5)
Proyectos
6
17%
Arbitraje
0
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(42)
Proyectos
62
8%
Arbitraje
12
58% / 42%
Caducado
1
2%
Libre
4
Desarrollador 4
Evaluación
(169)
Proyectos
185
32%
Arbitraje
6
50% / 50%
Caducado
2
1%
Trabaja
5
Desarrollador 5
Evaluación
(157)
Proyectos
187
26%
Arbitraje
8
25% / 38%
Caducado
5
3%
Trabaja
6
Desarrollador 6
Evaluación
(17)
Proyectos
19
26%
Arbitraje
3
67% / 33%
Caducado
2
11%
Trabaja
7
Desarrollador 7
Evaluación
(37)
Proyectos
59
27%
Arbitraje
25
20% / 52%
Caducado
10
17%
Trabaja
8
Desarrollador 8
Evaluación
(41)
Proyectos
54
4%
Arbitraje
5
0% / 60%
Caducado
4
7%
Libre
9
Desarrollador 9
Evaluación
(63)
Proyectos
90
52%
Arbitraje
10
40% / 30%
Caducado
7
8%
Trabaja
10
Desarrollador 10
Evaluación
(96)
Proyectos
107
57%
Arbitraje
0
Caducado
0
Libre
11
Desarrollador 11
Evaluación
(141)
Proyectos
207
80%
Arbitraje
18
33% / 44%
Caducado
10
5%
Trabaja
12
Desarrollador 12
Evaluación
(111)
Proyectos
171
33%
Arbitraje
12
25% / 33%
Caducado
0
Libre
13
Desarrollador 13
Evaluación
(39)
Proyectos
45
29%
Arbitraje
4
25% / 25%
Caducado
0
Libre
14
Desarrollador 14
Evaluación
(1)
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
15
Desarrollador 15
Evaluación
(57)
Proyectos
82
13%
Arbitraje
3
33% / 33%
Caducado
7
9%
Trabajando
16
Desarrollador 16
Evaluación
(59)
Proyectos
78
26%
Arbitraje
9
33% / 56%
Caducado
8
10%
Libre
17
Desarrollador 17
Evaluación
(62)
Proyectos
193
73%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
18
Desarrollador 18
Evaluación
(38)
Proyectos
40
25%
Arbitraje
23
13% / 74%
Caducado
8
20%
Trabaja
19
Desarrollador 19
Evaluación
(11)
Proyectos
23
4%
Arbitraje
1
0% / 0%
Caducado
7
30%
Libre
20
Desarrollador 20
Evaluación
(72)
Proyectos
80
10%
Arbitraje
36
8% / 53%
Caducado
6
8%
Trabaja
21
Desarrollador 21
Evaluación
(486)
Proyectos
552
32%
Arbitraje
28
43% / 43%
Caducado
8
1%
Ocupado
Solicitudes similares
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD
Plazo límite de ejecución
a 1 día(s)