I need a newsfilter and new strategy installed/implemented

Tâche terminée

Temps d'exécution 13 jours
Commentaires de l'employé
Thank's !

Spécifications

Hello MQL 4 Coder,


For my existing CCI RSI Expert Advisor I need some changes on the code. 

The EA should run on the newest version of Metatrader 4.

I attach the my EA the newest Version and the Donchian Channel. 



For the newsprovider I thought about FXSTREET Economic Calendar

As filters there are listed a lot of countrys I think, the first thing I want to get coded is that I can choose the countrys and set it on or off.

I am not sure what countrys delivers important news for DAX but I think that are the European countrys and the USA.

The second filter is what category of news should be filtered. I want you to build in all filters and I can choose what I want to set on or off. The filters are "Government" news, or "Central Bank" news.

As 3rd filter there is Volatility here I think it means how important that news are. For my EA I want only the hardest news of the section "Government" news. 

 

When the news are for 24 hours validated or when news appear at the evening between 9:30 p.m. and 8:00 a.m at the next day and there is an open order "Example Buy"

---> Close Trade with Lotsize for "example 1 Lot" at 10 o´clock p.m. ----> Allow Open order with the same lotsize at the next day between 8:00 o´clock a.m. and 10:00 p.m. with the same order direction in this case its "Buy"

---> Don´t open a "Buyorder" when it opens below the StopLossLevel of the "Buytrade" before. ---> I use the Donchian Channel as Stoploss

The same should be coded for a Sellorder.

When there is a gap of 500 DAX points (attention please DAX points) (Broker FXFlat) or more (it does not matter if there is an open trade or not) Do not allow trading for 12 hours after that.

Répondu

1
Développeur 1
Évaluation
(589)
Projets
1070
50%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
Publié : 1 article, 8 codes
2
Développeur 2
Évaluation
(3)
Projets
8
13%
Arbitrage
10
10% / 70%
En retard
2
25%
Gratuit
Commandes similaires
//———————————————————————————————————————————————————————————————————— 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 () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
AWFX 69+ USD
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity

Informations sur le projet

Budget
60 - 80 USD
Délais
de 1 à 17 jour(s)