MOdification of EA

MQL4 Experten

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Kunden
great coder! always my first choice
Bewertung des Entwicklers
happy to work with you!

Spezifikation

RECAP

  1. SMA FOR D1, 4H AND 1HR

  2. SMA SHOULD SHOW DISPLAY LIKE THE INDICATOR IN THE EA

  3. SMA FOR D1, 4H AND 1HR TO DETERMINE THE CHOICE OF STOP ORDER .that is BUY STOP ORDER if price is above 72 SMA high in all three TF(D1, 4H AND 1HR) and SELL STOP ORDER if price is below 72 SMA high in all three TF(D1, 4H AND 1HR). Remember that that order are place at the 4th candle highest point for buy stop and lowest point (of the 7 candle) for sell stop

  4. ENTRY BASED ON TREND OF FISHER AND 3 and 6 SMA(the 3 Period Smoothed Close Moving Average colored Yellow and the 6 period smoothed close Moving Average in Cyan colour.) That is before a buy stop order is qualify to be triggered, the 3 sma close be must be above the 6 sma close And COLOUR OF FISHER MUST BE GREEN. The reverse is the case for sell stop to be triggered.

  5. So if at the time price reaches stop order and the condition is not met, it should not be triggered and should be canceled

  6. percentage Profit close of trades: that is if I set profit for 10%,. once its reached from the previous day balance, that is including closed trade for the day and running trade, once that percentage amount is reached, all trades(running and pending ) should be close and EA stop working till00.00 again.so if my balance at 00.00 is 100usd and the EA start to trade and lets say it close 4usd trade and the balance is now 104usd and the equity is >110, the EA closes all open trades and pending order till 03.00 of the next day and open buy/sell stop orders of currency pairs that match the trend direction using the 7 candle highest/lowest point using the 110usd as balance to calculate when to close trade based on set percentage, in this case 10%

  7. optimization

Bewerbungen

1
Entwickler 1
Bewertung
(53)
Projekte
79
18%
Schlichtung
13
15% / 54%
Frist nicht eingehalten
5
6%
Frei
2
Entwickler 2
Bewertung
(89)
Projekte
137
24%
Schlichtung
35
9% / 40%
Frist nicht eingehalten
52
38%
Frei
Ähnliche Aufträge
I need a professional MQL5 developer to finalize a Gold (XAUUSD) trading bot. The core layering and support-filter logic is already drafted. Key Requirements: Refine a hybrid Martingale/Layering volume calculation (1-10 / 11-20 reset logic). Implement a robust "Safety Mode" based on Daily Low price breaks. Ensure precise 6:00 AM Server Time reset for logic variables. Add professional error handling (Slippage
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot
EA SPECIFICATION SHEET OBJECTIVE: Build a transparent, non-martingale, non-grid breakout EA for XAUUSD that trades only high‑quality breakouts during London + New York sessions. 1. TRADING INSTRUMENT - XAUUSD only - MT4 platform - 5‑digit ECN broker 2. CORE STRATEGY LOGIC (BREAKOUT + CONFIRMATION) A trade is allowed ONLY when ALL conditions are true: - Candle closes beyond previous high/low (no wick breakouts) -
I am looking to develop a custom Expert Advisor (EA) for MetaTrader (MT4/MT5) based on a defined technical analysis strategy and flexible risk management rules. The EA should operate on a chart and timeframe that I manually specify, with the ability to adapt its behavior dynamically when the timeframe is changed. Core Strategy Logic The EA will execute trades based on predefined technical analysis zones
MT5 Manager API 30+ USD
make an api for mt5 and a trade copier eith the api thst uses local computer no cloud trader api ea mt5 that saves all trade data nd logs time and entry and exit tp sl logs delted pending order api that uses market execution not pending orfer
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA 30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function

Projektdetails

Budget
20 USD
Ausführungsfristen
von 1 bis 2 Tag(e)