Orders for indicators development - Forex - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3776 completed jobs in all languages
Sort by:
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 am looking for an experienced MQL4 developer to convert an existing TradingView Pine Script indicator into a fully functional MetaTrader 4 (MT4) indicator. Requirements: Convert Pine Script logic accurately into MQL4 Ensure NON-REPAINTING behavior (strict real-time safe) Signals must be based on: Closed candle (Bar 1) → fixed, no changes Current candle (Bar 0) → optional real-time behavior Maintain original logic
23 Applications
(9) MQL4 Indicators Forex C++
Parameter Optimization (3 Pairs) and Advanced Filters (personal job)
180+ USD
Optimization Setup: - Timeframe: M15 - Locked parameters: SuperTrend (10, 3.0), TrailingStop OFF, Fixed stops only - Optimized parameters: R:R Ratio (1.3-1.4), EMA Period (50-200) - Validation: Monte Carlo backtest on results Advanced Filters - Reduce CALC_BARS from 500 → 120 (faster backtests) - Add optional Ichimoku Cloud filter (toggleable on/off) - Add optional HTF Supertrend confirmation (toggleable on/off) -
1 Application
(8) MQL5 Indicators Experts Forex
Convert custom Trading View indicators to MT5 (personal job)
70+ USD
Ciao a tutti,vorrei convertire degli indicatori di TradingView su Metatrader5 ,contattatemi solo se esperti e se riuscite a fare il lavoro in tempi brevi grazie. Ho 5 indicatori da convertire in totale
1 Application
(6) MQL5 Indicators Integration Forex
50 - 1200 USD
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
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
30+ USD
Tenho um indicador MT4 em MQ4. e queria comecar a vender ele mesal, porque no meu operacional eu uso ele de base Quero: - Código protegido (gerar EX4) - Sistema de licença por conta MT4 - Expiração mensal - Bloquear uso não autorizado
10 Applications
(1) MQL5 Indicators Forex
Modification (personal job)
30+ USD
Modification The problem: When at Max Trade have more positions than 1 is open, it is deleting the original stop loss, and change it to virtual stop, and is modifying it with every tick. I need to change this to regular stop loss behave, and the EA need to modify it with every close candle price not every tick and working as normal stop loss, also the breakeven, trailing, trailing step too
1 Application
100 - 150 USD
Variable Value EA Comments Magic Number 123 Trade Parameters **************************** Trade Open Type Buy/Sell Number of Positions 1 Position Lot size (in pips) .01 Position TP (in pips) 500 Position SL (in pips) 1000 Position BE (in pips) 400 Equity Management **************************** Close positions on opposite signals True/False Close positions on opposite Breakout candle True/False Stop after X
30 - 50 USD
I am looking for developer who can create custom price alert indicator for MT5. The function of alerts in MT5 is fine but it does not allow setting custom sounds for specific charts with ease. For example, one can attach custom sound to new price alert, but if you use a lot of alerts daily (which i do) and want to have each ticker/pair to have its own sound alerts it gets too time consuming. I am looking for
33 Applications
Modification (personal job)
30+ USD
Modification I need a ne option with the ADX signal.I like to add a SAFE MODE true/false option. The new signal is: - when the last closed candle value is HIGHER then the previous last closed OPPOSITE color candle. It is need to work togheter with the other options, defenly with the ”Max Trade Option” Also important, if any of position is closed b stop loss, TP, or by hand, the EA need to wait to open new position
1 Application
Creer un indicateur perssonaliser pour Metatrader 5 (personal job)
50+ USD
Bonjour Souhaite creer un indicateur perssonaliser pour metatrader 5 sur la base d'un indicateur’perssonaliser de Tradingview un indicateur pour metatrader 5 qui cerai comme l'indicateur perssonaliser de tradi’gview qui suit les meme mouvement et fait la meme chose que l'indicateur perssonaliser de tradingview Metatrader 5 Tradingview Mql5
30+ USD
Translate this indicator from Tradingview to Mt5. Add variables: Bullish setups: on/off Bearish setups: on/off Alert when indicator displays 3: on/off Alert when indicator displays 4: on/off Alert when indicator displays 5: on/off Alert type Push notification: on/off Terminal alert: on/off Email alert: on/off Swing breakout sequence [luxalgo]
16 Applications
30+ USD
Eu preciso disso. A linha central do TMA (17,5,1.5) será a principal referência. Outra linha de média móvel (AVG) de 3 períodos decrescentes 2. As ordens serão as seguintes: abaixo, somente compra de TMA; acima, somente venda de TMA. O sinal de entrada será o seguinte: se o preço estiver acima da Média Móvel Tarifária (TMA), será apenas para venda; quando o preço se mantiver abaixo da Média Móvel Tarifária (AVG)
17 Applications
(1) MQL5 Indicators Experts Forex
70 - 120 USD
Hello, I am looking for an experienced MQL5 developer to help reconstruct a custom indicator from scratch, the ultimate goal being the automatization of it into an EA. I already have the compiled indicator (.ex5 and .ex4), but I do NOT have the source code. The goal is NOT to decompile it, but to accurately recreate its logic from observed chart behavior. Scope: Reconstruct the indicator from scratch in MQL5 Use
5 Applications
35+ USD
https://www.mql5.com/en/market/product/157084?source=Site+Profile+Seller . THE INDICATOR MUST read pairs on the market watchlist and be able to display them on the chart as inverted or non inverted. under settings Give an option to display the indicator on the main window or indicator window. *this is important* add a price line to the indicator please i am not accepting any concepts or anything similar. i want the
20 Applications
(3) MQL5 Indicators Converting Forex
40+ USD
Project Expectations for MT4 Indicator: The indicator will be named "ADR_ATR_Range_Filter." It will include input parameters: ADR Period (e.g., 14 days) ATR Period (e.g., 14 periods) Trigger Range Start Time (user-defined, e.g., “03:00”) Trigger Range End Time (user-defined, e.g., “10:00”) Trigger Range Threshold as % of ADR (Min and Max, e.g., 20%–70%) Trigger Range Threshold as % of ATR (Min and Max, e.g., 20%–70%)
Pearson MFI (personal job)
130+ USD
Hi Alex As we discussed in email conversation about a modified MoneyFlowIndex. Goal is to get a version with pearson calculation which is shwowed in chart. additional William's Percentage Range indicator as a normalized version for my new project
1 Application
50 - 100 USD
want to develop a trading robot (EA) for MetaTrader 5 based on 10 specific rules. The robot should include a professional interface to control all settings, including: Fixed lot size (0.50), Stop Loss (10 USD), RSI indicators for entry/exit, News filter, Trailing stop, and daily profit targets. I have the full logic ready to discuss with the developer. Please ensure high-quality code and testing
Creat Expert ((( Engineer The Forex ( MT5-01-01 ) ,,, S.S.Brute,,, ))) (personal job)
65+ USD
الاكسبرت يعمل على ثلاثة مؤشرات مخصصة Brute Force Trend XSMTRADER XSMTRADER ENTRY https://www.mql5.com/en/market/product/132647?source=Site +Market+MT5+Indicator+Free المؤشر الاول مؤشر مجاني موجود على متجر الميتاتريدر ويمكن تنزيله من الرابط التالي المؤشر الثاني و المؤشر الثالث تم رفعهم هنا مع الاوردر الشرح : المؤشر الاول و المؤشر الثاني عبارة عن اعمدة هيستوجرام موجودة في نافذة منفصلة عن الشارت في الاسفل تحدد قوة
1 Application