MT4 EA that enable/disable another EA based on ForexFactory News Calendar

명시

0. I need a News Expert Advisor (NEA1) that can enable/disable another Running Expert Advisor (REA2) on the MetaTrader 4 (MT4) based on the news release on https://www.forexfactory.com/calendar.php (NEWS).

1. I have the REA2 on the MT4 on several charts, such as EUR/USD, GBP/USD, etc. Please see the picture below:

REA2

2. On specific date and time on Eastern Standard Time / EST, the NEWS are released and indicated on the ForexFactory.

3. The NEA1 should be able to read these NEWS schedule ahead in the beginning of the week when the forex market is open. The NEWS schedule are usually announced ahead of time for that week.

4. Please look at this picture as an example:

  NEWS

5. Based on the NEWS above, the NEA1 should disable the REA2 for AutoTrading on any currency pairs related to USD currency, such as: EUR/USD, GBP/USD, etc on Tue Oct 30 at 1 hour before 10am

To disable REA2, the NEA1 should do it from the following dialog box by unchecking the Allow Live Trading on the REA2:

Disallow live trading

Notice that MT4 AutoTrading button on the menubar is still running for the other REA2 running perfectly.

But the EUR/USD and GBP/USD are not running because of the NEWS.

EA

6. Then the NEA1 should enable the REA2 for AutoTrading on any currency pairs related to USD currency (which have been disabled before) on Tue Oct 30 at 1 hour after 10am

EA

7. The NEA1 should be able to run on any pair any timeframe, for example EUR/USD 1 hour timeframe

8. The input should be the same as listed at the filter at https://www.forexfactory.com/calendar.php

9. Here is what the input looks like at that website:

Filter as NEA1 Input

10. The output should be in the form of MQ4 source code file.

If you have any question, please send me a message.



응답함

1
개발자 1
등급
(29)
프로젝트
49
22%
중재
14
29% / 21%
기한 초과
13
27%
무료
2
개발자 2
등급
(42)
프로젝트
47
30%
중재
12
17% / 75%
기한 초과
6
13%
무료
3
개발자 3
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
비슷한 주문
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
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
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

프로젝트 정보

예산
30 - 50 USD