Categories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30 - 200 USD
Swing Breaks & AMD Expert Advisor The Swing Breaks & AMD Expert Advisor is an automated trading system designed around two core market-structure concepts: Swing Breaks and the AMD (Accumulation, Manipulation, Distribution) model . The EA is designed to analyze price action, identify meaningful swing structures, detect potential breaks of those structures, and evaluate the surrounding market behavior for possible AMD
19 Applications
50+ USD
//+------------------------------------------------------------------+ //| Sistema_Cartão_Branca_EA.mq5 | //| ROBÔ AUTOMÁTICO — VERSÃO MT5 | //+------------------------------------------------------------------+ #property copyright "Sistema Cartão Branca - MT5" #propriedade versão "1.00" #propriedade estrita // --- BIBLIOTECAS OBRIGATÓRIAS PARA NEGOCIAÇÃO NO MT5 --- #include <Trade\Trade.mqh> #include
4 Applications
30 - 40 USD
Hi, I am looking for a profitable bot based on grid and recovery strategy for stable currency pairs like eurusd, gbpusd, audusd etc not for volatile pairs like gold (xauusd). My reuirements:- 1) make atleast 20 to 30 dollars of profit 2) life time license 3) adjustable lot size, adjustable spread, adjustable dollar stop loss 4) run on any number of account 5) bug support if not works well in future. 6) source code
10 Applications
100 - 2000 USD
I want to build a diversified portfolio of algorithmic trading EAs for MT5 , designed specifically for long-term use with prop firms. The objective is not to find one extremely profitable EA . The objective is to build multiple independent strategies that produce a smoother combined equity curve, low portfolio drawdown, and consistent returns across different market conditions. Primary Portfolio Objectives Design
20 Applications
Modification of Previous Macd_sto_EA (personal job)
30+ USD
This new modification will involve taking trade rule #29 and changing the MA crossing and adding extensively to the force indicator's level department. Everything else in the previous version of EA will stay the same. https://www.mql5.com/p/21/3809472
0 Applications
Updated version of SuperScalping EA (personal job)
50 - 80 USD
I want the updated version of SuperScalping EA with the lot size option and if you can add a option to recalculate SL to the $2 after a entry slippage by the broker, because i have noticed many pending trades entry slippage, sometimes even to $1 then the total SL becomes $3...(300 points) , so if you can have a option in the code that first checks the slippage from the original pending order and moves the SL related
1 Application
30+ USD
Attach up to 32 files maximum 16 Mb per upload (.zip .txt .log .mqh .ex5 .mq5 .mq4 .mqproj .ex4 .mt5 .set .tpl .cl .py .sqlite .csv .ini .ipynb .onnx .gif .png .jpg .jpeg .webp .mp4 .webm)
13 Applications
Simple expert advisor needed. for MT4. Would open both short and long positions with set sl and tp. (personal job)
55+ USD
I need a simple expert advisor using the following Indicators..... SMA 7 High Period SMA 7 Low Period EMA 20 Period EMA 40 Period EMA 200 Period BUY SIGNAL #1. When SMA 7 High Period crossover EMA 20 Period #2. When SMA 7 High Period crossover 40 EMA Period #3. When SMA 7 HIGH Period crossover 200 EMA Period STOP LOSS 1. ADJUSTABLE 30 PIPS Below previous candles low. For instance if previous candle 1.90 than the stop
1 Application
35+ USD
I'm looking for a swing trading EA that takes 1-3 trades / week, holds these positions from a few days up to about 1.5 weeks. Symbol : any Strategy : any Timeframe : any Platform : MT4 only The catch : you would need to come up with the STRATEGY AND do the CODING The must have's : c onstant monthly returns, low drawdown I will backtest the trial version of your .ex4 file for 20+ years with 99.9% tick data accuracy
16 Applications
30+ USD
I'm a ninja trader day trader and I have worked with a company called Legendary Trader and use their indicated and automated strategies to trade. I rencenly have been playing with a free indicator I was able to download that uses CCI & ATR calculations to define the market being in an up or down trend. I have found in reviewing historical data that taking a trade when the signal flips from bull to bear sentiment or
24 Applications
50+ USD
Hi, I am looking for a trainer/developer who can teach me MQL5 and python scripting to develop my own profitable EA. If any one interested please let me know and share the course details along with the fees
27 Applications
Rules Based Multi Timeframe Expert Advisor (personal job)
50+ USD
Rules Based Multi Timeframe Expert Advisor. This Expert is built on the interaction among RSI, ATR, ADX, SMA(10), SMA(200), 5 minutes timeframe, 30 minutes timeframe and 1 hour timeframe. When RSI crosses above 45 from below and a bullish candle is formed which crossed and closed above SMA(10) on the 5 minutes timeframe; SMA(10) is above SMA(200) on the 30 minutes and 1 hour timeframes; ATR(14) >=1.5 on the 5 minutes
1 Application
30+ USD
Job Details: Need to convert a Pine Script v5 trading strategy into a fully functional MT5 Expert Advisor (.mq5 & .ex5). Key Strategy Components: Asset: XAUUSD (Gold) support & resistance level sweep(Left=1, Right=1) + 30 EMA condition Entry: Pending Buy Stop / Sell Stop orders placed on candle close Order Management: Automatically cancel/delete un-triggered pending orders on every new bar Risk Management: Partial
71 Applications
100 - 300 USD
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
56 Applications
30+ USD
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
22 Applications
500+ USD
I am looking for an experienced MQL5 developer / algorithmic trader to create a complete MT5 Expert Advisor with strong risk management and verified historical backtesting. Main requirements Platform: MetaTrader 5 / MQL5. Market & Timeframe: The EA code should be able to operate on different Forex/CFD symbols and different timeframes. The developer may recommend the best symbol/timeframe combination based on testing
37 Applications
30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
26 Applications
30 - 35 USD
I want a simple EA that will take trades based on candle formation and moving average. In a buy, the market should be above the moving average, and wait for the candle formation which i have shown them in the attachment. In a sell, the market should be below the moving average and wait for the candle formation. It must be easy to put stop loss, take profit. Pls make the robot to trade continuous trades as long as
31 Applications
30 - 100 USD
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
20 Applications
32+ USD
Title: Simple XAUUSD Trading Robot for MT5 Specification: 1. Platform: MetaTrader 5 2. Symbol: XAUUSD / Gold 3. Timeframe: M5 or M15 4. Strategy Logic: - BUY Entry: When RSI(14) is below 30 and candle closes green - SELL Entry: When RSI(14) is above 70 and candle closes red 5. Money Management: - Lot Size: 0.01 (user can change in settings) - Stop Loss: 500 points - Take Profit: 1000 points 6. Other
36 Applications