Tâche terminée
Temps d'exécution 13 jours
Commentaires de l'employé
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
Publié : 1 article, 8 codes
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 () {
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
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the