All orders - Trading robot/indicator debugging - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
9081 completed jobs in all languages
Sort by:
30+ USD
CONVERT MQL4 ROBOT TO MQL5 Solana I have robot SOLANA i want to change my robot for MQL4 ROBOT TO MQL5 AND also change the name of the robot..i need it with the source code
34 Applications
30 - 100 USD
requirements 1. A expert which can make a bridge between trading view and MT4 /MT5 My strategy which i work upon in trading view, that autobot system should buy, sell and take profit in MT4/MT5
19 Applications
30+ USD
Dear Developer, I hope you are doing well. I would like to request the conversion of a TradingView indicator "Forex ATR" into an MT5-compatible indicator. Requirements: The MT5 indicator must match the TradingView version exactly Same logic and calculation Same input settings Similar graphical representation (visuals/plots) Once the indicator conversion is successfully completed, I would like to proceed with the next
30+ USD
A simple EA based on candle high and low breakout. This EA will be super fast because it will be programed to use market order to trade the high price or low price of the candle.No Normally, it should use pending order but I don't want broker's slippage or broker recording my deleted pending orders because I may use order cancel order or order being deleted after my specified or expired time. I will show more details
21 Applications
150 - 250 USD
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Costum strategy ea liquidity grab (personal job)
50+ USD
first part of work on liquidity grab, with tp and sl in money, drawdown day protection on money and % as agreed via chat together, good work, once this is finished we move on to the next job, if possible also include a possibility to choose the indicator timeframe within the robot's menu
1 Application
150 - 200 USD
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
Add 2nd Stochastic (personal job)
40+ USD
Hi. I would like to add another modification to the current EA. The current EA can be found here: https://www.mql5.com/en/job/248006 This modification will work with Stochastic Signal Mode, no early entry and no Reverse logic. I want to add a separate 2nd Stochastic. It will be used together with the original Stochastic, and both of them have to fulfil the same entry conditions. For Buy: D3 > D2 < D1 < (50 - OB/OS1
1 Application
Modifications to existing MT5 EA (personal job)
30+ USD
Hi i want to modify my existing MT5 EA. Want to add some inputs and remove some inputs from it i have proper detailed document and explanation on what exact inputs i needed to be in the EA and explanation of new inputs how they will work
30+ USD
i need a developer who can link my EA to AI and in the same time i want to make a crm and a bot for onboarding clients automatically to the telegram channel
Alll Market And All Time Fram Woking bot (personal job)
200+ USD
GOLD SCALPING STRATEGY (FULL + NUMBER + BOT LOGIC) BOT NAME ; Trend scalping ## 1. RANGE CALCULATION Use previous day data: * Range = High - Low * Step = Range / 4 Example: * Range = 100 points * Step = 25 points --- ## 2. BASE LINE * Take the first 5-minute candle after market open * Base Line = High of that candle Example: * Base Line = 2000 --- ## 3. LEVEL CALCULATION (AUTO FORMULA) ### Formula: * Up Level =
1 Application
Update to tow trades ea (personal job)
30+ USD
tow trades closed at breakeven no stop loss price returned to intry no trades opened running candle then one trade opened at martingale trade should be tow trades opened every time after stop loss is hit when breakeven is hit start begining of lot size again opened one trade at martingale trade should be tow trades opened every time breakeven is not stop loss what is breakeven trigger points and breakeven size points
Market-State & Structure Upgrade for RSI DCA EA (personal job)
900+ USD
This job is for Phase 4 development of my existing RSI DCA EA. Scope is based on the attached document provided by the developer. Main focus: - Market-state detection (trend, pullback, breakout, failed pullback, unclear) - Improved coordination between EMA, Bias, RSI, ATR - Stronger handling of breakout and failed pullback situations - DCA as execution only (no blind adding) - Improved stress and volatility handling
1 Application
Project: Market Maker Optimus (MMO) – MT5 Expert Advisor (personal job)
47+ USD
Please help out I want to modify my existing EA, add fixed lot size ladder, full margin, stacking. Also fix the TP plus SL, the EA only opens 1 trade and now I want it to open multiple trades at same time for example 100 trades etc. using stacking plus full margin on any balance with good slippage when market conditions are met. Adjustable inputs: Fixed lot size ladder Fixed Lot size 1 - 0.03 Fixed Lot size 2 -
ORB+FVG EA (personal job)
83+ USD
To code an EA that combine Opening Range Breakout structure with Fair Value Gap inefficiencies for high-probability entries. The FVG detection logic is the most critical component. EA must be able to operate as specified and function automatically without errors and bugs in real-time MT5 environment, including VPS. EA must be able to trade instrument - XAUUSD (default), EURUSD, GBPUSD, US30 and NAS100
30 - 50 USD
1. Market Structure Logic (The Foundation) The bot must distinguish between trend continuation and trend reversal. BOS (Break of Structure): Requirement for the bot to identify a "Body Close" (not just a wick) above a previous swing high/low to confirm trend continuation. CHoCH (Change of Character): The first sign of a trend shift. Define this as the price breaking the last swing low in an uptrend (or high in a
100+ USD
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
Convert my Expert Advisor Developped by you in MQL5 to MQL4 version (personal job)
200+ USD
Convert my Expert Advisor Developped by you in MQL5 with many params and from a pseudo language which was describing the beginning / idea of my main strategy based on Trend Following strategy with cross over EMA / PRICE and several logic to keep gain/profit from reversal price. The developpement could begin as soon we give the go from version MQL5 VX.xx [will be defined in +-15days]. The target is to keep most, even
30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
20 Applications
200 - 500 USD
READ BEFORE MESSAGING PLEASE Developer Requirements (Strict): - Expert Level Only: This is a professional-grade, robust trading engine. Please do not apply if you are a beginner or intermediate developer. ​ - Asynchronous Proficiency: You must have deep experience with CTrade and handling asynchronous order execution (Requotes, Busy Servers, and Order Integrity Sync). ​ - Proven Track Record: I require a developer