EA or advise to run 2 scripts at particular time of the day

MQL4 Experts Aconselhamento

Termos de Referência

I have two (2) scripts that I run 4 times a day. Now I perform the task manually. How should I implement the following task? 
//
When time is 20.00 UTC run script_A;
When time is 20.20UTC run script_B;
When time is 21.00 UTC run script_A;
When time is 21.20UTC run script_B;
//

1.Should I create an EA ? 

2. What is the function that returns the time?  3.Does it return the time of my terminal or the UTC time?

4. From where should I call this function?  From the OnTick() function?

Respondido

1
Desenvolvedor 1
Classificação
(163)
Projetos
193
48%
Arbitragem
2
50% / 50%
Expirado
1
1%
Livre
2
Desenvolvedor 2
Classificação
(520)
Projetos
727
45%
Arbitragem
23
39% / 13%
Expirado
63
9%
Trabalhando
3
Desenvolvedor 3
Classificação
(129)
Projetos
181
31%
Arbitragem
16
31% / 63%
Expirado
27
15%
Livre
4
Desenvolvedor 4
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
5
Desenvolvedor 5
Classificação
(8)
Projetos
12
0%
Arbitragem
21
0% / 81%
Expirado
4
33%
Livre
6
Desenvolvedor 6
Classificação
(710)
Projetos
1029
39%
Arbitragem
47
49% / 23%
Expirado
84
8%
Livre
7
Desenvolvedor 7
Classificação
(117)
Projetos
138
41%
Arbitragem
30
7% / 77%
Expirado
17
12%
Livre
8
Desenvolvedor 8
Classificação
(3)
Projetos
3
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(114)
Projetos
154
47%
Arbitragem
2
0% / 50%
Expirado
4
3%
Livre
10
Desenvolvedor 10
Classificação
(466)
Projetos
494
52%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
11
Desenvolvedor 11
Classificação
(409)
Projetos
463
34%
Arbitragem
24
42% / 46%
Expirado
6
1%
Livre
12
Desenvolvedor 12
Classificação
(1)
Projetos
2
0%
Arbitragem
1
100% / 0%
Expirado
1
50%
Livre
13
Desenvolvedor 13
Classificação
(24)
Projetos
27
33%
Arbitragem
2
100% / 0%
Expirado
1
4%
Livre
14
Desenvolvedor 14
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Livre
15
Desenvolvedor 15
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Trabalhando
16
Desenvolvedor 16
Classificação
(555)
Projetos
922
48%
Arbitragem
300
59% / 25%
Expirado
123
13%
Carregado
Pedidos semelhantes
Hello I have Order Flow Chart & Software Depends on Ninjatrader I want to EA a trading robot that works on different platforms via API Expert NinjaTrader Programmer for Cross-Platform Trading Robot I'm in need of a skilled NinjaTrader programmer to develop a cutting-edge trading robot that seamlessly operates across various platforms via API integration? I want a customized Expert Advisors (EAs) tailored to your
MQL5 EA - One sequence of Orders from Order1 up to Order10. Restart at next Gridline. The EA main goal is to have a sequence of Orders from 1 up to 10. Example: If price of Order1 = Order3, Order3 can be open only after price hit Order2 first; the Order2 will only open after Order1 is already open, the Order3 will only open after Order2 is already open, etc. The restart of the EA/sequence will occur only after the
I HAVE A FUNCTIONAL MT5 EA (MQL5) THAT IS BASED ON CANDLE OPEN BUT I WOULD LIKE TO AUTOMATE IT WITH OTHER PROFITABLE STRATEGIES REQUIREMENT SPECIFICATION 1. I want an experienced developer to integrate a strategy to analyse the market and open buy only trade or sell only trade according to the direction of the analysis. 2. The modification and strategy should combine many confirmations that ensure high win rates of
We are looking for an experienced individual to assist in building an MT4 signal providing indicator with a data feed of NSE (National Stock Exchange - Bombay). The indicator should be capable of analyzing real-time market data and generating accurate trading signals for different financial instruments listed on the NSE. The successful candidate will need to have a strong understanding of MT4 programming, as well as
The project: I want to speculate on the price of the USD. I have 1800$ and I want to spread it as evenly as possible across 7 different symbols. Symbol Lots 1.GBP/USD 0.07 2.EUR/USD 0.09 3. USD/CHF 0.09 4. USD/CAD 0.09 5. USD/JPY 0.09 6. AUD/USD 0.1 7. NZD/USD 0.11 For position GBP/USD, EUR/USD, AUD/USD, NZD/USD I want to enter a buy. For USD/CHF, USD/CAD, USD/JPY I want to enter a sell. The lot sizes are as noted
I am in search of a skilled MQL5 developer with a proven ability to optimize trading robots across various assets, including synthetic indices like V75, Boom and Crash, gold, US30, US100, and more. I'm looking for an experienced developer to enhance my multi-asset trading EA, which was originally developed exclusively for V75 and is based on the smart money concept. The developer must be free in taking up the job
This is a Ready Made grid Automatic EA 1. need some bug fixing and little modifcation this ea has some bug like -Takeing Random Trade after Mt4 Restart . also not flow set grid distance. like if i set 300pips grid distance, some time it place trade at 400 pips distance . fix this bug 2. Add one more anti-martingle Engine , LIKE Engine1-for martingle and Engine 2- Anti-martingle bot Engine place trade at the same time
About the file i need I have ea ex4 file but it use to set buystop or sellstop oders etc now what I want is to fit the propfirm am using because the propfirm am using have a lot size consistency rules so what I need is even if the ea set multiple buystop the file will only allow the ea to pick 2 positions and automatically delete the nearest limit Oder it can only allow the ea buystop or new position once the two
Objective: To Create an EA based on an EMA cross Strategy that utilizes martingale account management strategy with multiple profiles to better manage risk and scale safely Strategy Concept: This strategy was created around Volatility Index 75 on the 5 minute chart. It was Observed that this Index tends to frequently form very strong trends with short periods of consolidation. On applying a 10 period
I currently have an EA (.ex5 file format) running happily on MT5 system. I would like someone to convert it to MQL4 (.ex4 file format) so that I can run that same EA on the MT4 system

Informações sobre o projeto

Orçamento
30+ USD
IVA (24%): 7.2 USD
Total: 37.2 USD
Desenvolvedor
27 USD