All orders - Strategy optimization - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
30 - 40 USD
Simple Hedging Strategy To keep things simple, let's assume there is no spread. Open a position in any direction you like. Example: Buy 0.1 lots at 1.9830. A few seconds after placing your Buy order, place a Sell Stop order for 0.3 lots at 1.9800. Look at the Lots... If the TP at 1.9860 is not reached, and the price goes down and reaches the SL or TP at 1.9770. Then, you have a profit of 30 pips because the Sell Stop
14 Applications
35 - 70 USD
Read Carefully Before you Apply I need a proven automated trading expert advisor with strong risk adherence while High Risk vs Reward, Payout and Sharpe Ratio. EA that can capture big moves with low risking. -Do Not Apply If you are experimenting with EAs. I need an Already Existing and Proven EA with consistent history in all market conditions. -I have 1000's of EA already but i do not have time, patience and money
11 Applications
30+ USD
Meglévő EA korrekció A robot túl sokat kereskedik. Zárt pozíció után újat nyit. Szeretném, ha felismerné a trendváltozást, és mindkét irányban tudna kereskedni. Ne ragadj le az egyirányú kereskedésben. A pip konverziót is javítani kellene. Szeretnék egy információs panelt a grafikonon, ami mutatja az adatokat. Szeretnék egy hírszűrőt vagy egy többablakos módot, ahol megadhatom, hogy mikor ne kereskedjek. De minden
10 Applications
30 - 50 USD
I need an MQL5 indicatorthat detects specific market structure conditions based on liquidity, structure shifts, and higher timeframe order blocks. The indicator must generate a signal (alert / push notification) only when all conditions below are met simultaneously. 1. H4 OrderBlock Detection The indicator must identify the most recent valid orderblock on the H4 timeframe: Bullish OB: the last bearish candle before a
12 Applications
50+ USD
Hy,i Have a bot that I created with ChatGPT, been working on it for two years,the code is long so now I just need someone who can just make sure the code is right,there are no warnings and errors,make sure the code blends well,and make sure it can get news from forex factory or investing.com...so that I can just paste the code in my MT4 without struggling,I want a Full working bot to be precise
10 Applications
30 - 150 USD
I need a robot that can open a trade according to the overall market trend either buy or sell at a certain time of the day and place TP & SL to that trade then open another buy stop or sell stop from the stop loss of the first one and keep repeating the orders once the previous order is activated. I would like to also be able to manually activate and stop it if I need to make more trades per day
310+ USD
⚔️ Nihayat Al-Mujrim – ETH/USDT Trading Bot (Isolated ×2 | Cumulative Profit System | Binance Margin Trading) I don’t have a demo account. The developer must use their own testing environment or Binance demo keys to verify the connection, run the bot, and install it on the provided VPS before final delivery. ⸻ 🔴 Pre-Flight Note (MANDATORY before starting) 1. 🟥 API Key Test Required: • Permissions: Trade + Read
Adding and modifying features in existing EA (personal job)
60+ USD
To add one additional feature and also one modification in existing feature in the Expert Advisor (EA) (Version 5.0) (A) Additional Feature: Additional Inputs desired in settings · In the input “Adverse Strategy” there are already three options in it to select any one of choice. Kindly add one more as fourth option to select for this new feature named as “Tolerance Candle Trading” Concept/Logic This
1 Application
31+ USD
Build me this MT5 EA exactly, step by step: optimize it to make at least 2% a month every month last 6 years also back test it your self befor sending to me Works on 3 charts simultaneously: - EURUSD M15 - GBPUSD M15 - USDJPY M15 (same EA dragged on all 3) ENTRY (ALL 6 conditions must be true on new M15 bar): 1. EMA8 crosses EMA21 BUY → EMA8 crosses ABOVE EMA21 SELL → EMA8 crosses BELOW EMA21 2. RSI(14) < 70 for
9 Applications
100+ USD
I have an existing Recovery Zone EA for MetaTrader 4 (MT4) that is currently semi-automatic . I want this EA to be modified so that it becomes fully automatic , and then converted into MetaTrader 5 (MT5) after the modifications are completed and tested. Below are the exact requirements: The EA must be fully automated — it should open and manage trades automatically without any manual input. The EA should always start
9 Applications
50 - 250 USD
1. Purpose and Objectives Goal: Develop an automated trading system that implements a Hedging Strategy to achieve consistent profits by hedging positions in response to market movements. Primary Objective: To minimize or remove directional market risk through offsetting long and short positions. To systematically recover losses from previous trades through controlled position sizing and incremental hedging. To
70+ USD
1)EA should determine trend using the candle stick,when price is above the open price of the candle ea should see it as bullish and when price is below candle stick ea see it as bearing.there should be a perimeter for user to determine which time frame candle stick ea uses to determine trend. 2)Breakeven and trailing will be in two forms (trend and non trend break even and trailing ),breakeven and trailing for trend
32 Applications
200 - 500 USD
I’m hiring an experienced algorithmic trading developer to build a production-grade bot. The system must implement a clear edge, strict risk management, reliable execution, and verifiable reporting. Target Platforms (choose one or both) MT4/MT5 EA (MQL4/MQL5), broker: ____ (e.g., IC Markets/Exness), leverage: ____ Python bot using CCXT (Binance/Bybit/OKX), running on Linux VPS (systemd/Docker) Strategy (initial
11 Applications
30 - 200 USD
Van egy alapvető EMA és Multi-timeframe logika, és van egy kódom, amelyet javítani kell, mert nem igazán észleli a trendváltozásokat az időben. Az EA kereskedik, de a logikát javítani kell. Ha valaki esetleg tapasztalt ebben és tud segíteni, kérem, vegye fel velem a kapcsolatot
21 Applications
EA and Indicator modification (personal job)
250+ USD
EA/Indicator Modification Proposal Project Title: Multi-Session SMT & CISD Smart Model Integration Client: Andrew Gonzalez Developer: Andrii Hurin Platform: MetaTrader 5 (MQL5) Date: November 4, 2025 1. Objective Enhance the existing EA by integrating automated session range detection, SMT-based sweep alerts, and CISD confirmation logic — creating a cohesive high-probability model that combines liquidity events
1 Application
30+ USD
Build a Session Breakout EA for MT5 (EURUSD) — EXACTLY as below. No changes to logic. but make it work on all pairs double slPips, tpPips; if (AssetType == "Forex") { slPips = 20; tpPips = 60; } if (AssetType == "GBPUSD") { slPips = 25; tpPips = 75; } if (AssetType == "NAS100") { slPips = 30; tpPips = 90; } if (AssetType == "US30") { slPips = 40; tpPips = 120; } if (AssetType == "Gold") { slPips = 150;
16 Applications
30+ USD
Please make me a low risk EUR/USD scalper ea - target 3% per month - PuPrime Demo account - MT5 - initial account balance 1.000 EUR - 1:30 leverage - max 1% risk per trade - max draw down 10% - no martingale . no grid - ea shall have a magic number - all settings adjustable on initialisation Demonstrate profit on 3 month, 6 month, 12 month EA shall be able to be used on live accounts later on. Source code shall be
8 Applications
30+ USD
simple EA based on grid and hedging parameters , Developer cant sell or market after complete the Job, should be available for bug fixing and modification after job , will be paid if need to add feature (negotiable) . should be well communicated in English
89+ USD
Project Specification: Multi-Pair Market Scanner Development We want to develop a comprehensive market scanner capable of scanning all currency pairs based on three custom indicators: MACD Indicator – The scanner should measure momentum and divergence between MACD and price. It should detect whether MACD momentum is increasing or weakening in relation to price movement at key areas. CCF (Currency Strength Factor)
Update the High/Low Breakout Expert Advisor so that it can Autotrade (personal job)
30+ USD
Update the High/Low Breakout Expert Advisor so that it can Autotrade =================== I need a small change in the way the Short Keys operate Currently Shift b places a buy stop at the high of the previous candle. Shift s places a sell stop at the low of the previous candle. Shift e places a buy stop and a sell stop. Sometimes the price has already moved above the high very quickly and so it cannot be placed. I
1 Application