Orders for indicators development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
36136 completed jobs in all languages
Sort by:
Modify existing indicator to include tiem settings (personal job)
30+ USD
Good day Please be so kind to modify the existing indicator to work through the day according to the three time settings. Please be so kind to submit both the mt4 and mt5 indicators after completion. With thanks
1 Application
(8) MQL5 Indicators
5.15 fib (personal job)
30+ USD
te s t s om e t hi n g t es t s o me t h i n g t e st s o m e t hi n g t e s t s om e t h i n g
1 Application
(15) MQL5 Indicators Experts
Dashboard Indicator (personal job)
130+ USD
Hi, I would like a 'dashboard' indicator please, which displays Green box for BUY signal, and Red box for SELL signal. The 'Conditions' for Buy or Sell signals should be available to change manually under the 'Inputs' for the indicator. I would also like the conditions to be available for every timeframe please (MN1,W1,D1,H4,H1,M15,M5) Each 'Input Condition' will have three options ( Up, Down, Off) To identify the
1 Application
(10) MQL5 Indicators
Upgrade of Current Expert Advisor (personal job)
40+ USD
Upgrade of Existing Expert Advisor are required, and they are as follows: Update of Orders Opening Conditions Add Validation Conditions Addition of 1 Closing Conditions highlighted in yellow Detailed Specifications and MQ4 file provided
1 Application
(51) MQL4 Indicators Experts
Revise EA and Add ATR (personal job)
70+ USD
Please revise the EA for the following: 1. EA is redownloading news every time is put on a live chart. Have it check for the news automatically, if the news are in the folder, skip the downloading. 2. EA is having annoying pop ups when EA is paused due to news, etc. Please remove the pop up. 3. Add ATR like banker. Please figure out how banker is using ATR and add it. 4. Add Custom day trading like banker. 5. Fix
1 Application
(4) MQL5 Indicators Experts
30+ USD
TASK: I NEED AN EXPERIENCED CODER THAT CAN ADD A MARTINGALE CONDITION TO AN EXISTING SOURCE CODE (EA) DESCRIPTION: WHEN THE BOT OPENS A TRADE AND IT HITS THE SL, I NEED THE EA TO INCREASE THE LOT SIZE IN THE NEXT TRADE, THEN IF THE NEXT TRADE HIT TAKE PROFIT THE BOT RETURN TO INITIAL LOT SIZE. THE MENU SHOULD SHOW: ENABLE MARTINGALE: TRUE/FALSE MULTIPLY FACTOR: ANY NUMBER WITH DECIMALS MAX LOT ALLOWED THE SAME BOT IS
14 Applications
Editing the MT5 EA with Fibonacci (personal job)
107+ USD
Hi, as we spoke, I would like you to edit the MT5 EA you already did for me, all the details you already know, if you need anything let me know, thank you very much
1 Application
(38) MQL5 Indicators Experts
Update ea (personal job)
40+ USD
hi friend I need 2 EAs edited in the spike I need it that when the moving average lines cross it does not auto close trades . and I also need it to take all signals { it only trades one signal at a time now } and also for now I'm happy with how the daily take profit you sent me works so please code this the same . then on the moving average ea need the daily profit update and needs to run multiple trades at a time so
1 Application
(7) MQL5 Indicators Experts
70+ USD
Hello all, I’m simply looking for an indicator that was coded via another order. That order was from this post: https://www.mql5.com/en/job/198680 if you personally own or have created this specific indicator, I would love to connect. Please reach out if you were the developer that coded this indicator or believe you could create the exact same thing from scratch. Looking forward to hearing from you
3 Applications
(4) MQL4 Indicators
MODIFICATION OF HEDGING MARTINGALE MT5/MT4 EAS WITH OSMA INDICATOR. The robots should come with account number locked (personal job)
100+ USD
1. I need the Developer to add to the inputs an option for the trailing to be available for every individual trade not bulk operations. 2. I need the Developer to add my logo without the logo's background , a file will be provided . 3.I need the Developer to add an input that allows the E.A to take a trade only of the rest of the positions on thay specific chart allone are in profit
1 Application
(34) MQL5 Indicators Experts
Add switch for ATR filter - Add reverse trade option (personal job)
80+ USD
Add switch for ATR filter Please can a switch be added to include open ATR filter once level is reached. As discussed Add reverse trade option if trade closes hitting SL. New trade opens in opposite direction to original trade with same SL and TP distance. I assume this can be used with the multiplier option
1 Application
(11) MQL5 Indicators Experts
Universal EA (personal job)
30+ USD
Ea universal de lectura de señales de cualquier indicador para mt5 (DERIV) para índices sintéticos con diversas especificaciones como la opcion de cerrar operaciones de acuerdo a la ventana de grafico que cierre operaciones al minuto de haber abierto la operación a los 2,3,4,5,10,15,30 ó 60 minutos. poner buffers a un indicador parabólico SAR que tengo el código fuente
1 Application
(2) MQL5 Indicators Experts
40+ USD
Should be a quick function to deliver. NOTE: All the inputs in Index__Buffer are required Fix the following function: double Index__Buffer( //if there are several indicators with different input parameters such as: sym, PERIOD, Period_Indicator, shift_Indicator, deviation, APPLIED_PRICE string sym, //indicator symbol ENUM_TIMEFRAMES PERIOD
3 Applications
(23) MQL5 Indicators Experts
30 - 75 USD
Hi, I have the source code for a custom EA I had built years ago for mt4 which reads heiken ashi candles across multiple timeframes and shows a dashboard on the chart for each timeframe to show bullish or bearish, so it presents on the chart like an indicator (does not take trades) its more like a multi timeframe scanner but its an EA but i want this for mt5 please
14 Applications
(16) MQL5 Indicators Experts
Edit an EA versions MT4 and MT5 (personal job)
30+ USD
Hi, as we spoke, I would like you to put in the inputs: Time to enter the market and Days of the week to trade, thank you very much, if you need anything let me know
1 Application
(38) MQL5 Indicators Experts
30+ USD
I need a pinescript indicator "Currency Strength Meter" below converted to an MQL5 indicator. Straightforward request, the MT indicator must be accurate and no error. //@version=4 study( "Correlation Hedge" , shorttitle= "CoH" ) //len = input(200, title="Length") len = input ( 200 , title= "Length" , minval= 3 ) smt = input ( 5 , title= "Smoothing EMA period" , minval= 1 ) usd = security( "DXY" , timeframe.period
4 Applications
(2) MQL5 Indicators Converting
30 USD
Hello I have an mt4 source file indicator need to be converted to mt5 please respond if you can 100% do it exactly as requested. Is there any question let me know
12 Applications
(9) MQL5 Indicators Converting
Update the EA to v2. (personal job)
30+ USD
I want you to add this trend line indicator for me as a filter. 1, To confirm Buy when the line is colored in deepskyblue and price is above the line and only confirm Sell when it colored in red, and price is above the line. 2, Add moving average AS A filter as well with all 4 main methods. SMA, EMA, SMMA AND LWMA. 3, Update the trailing steps distance
Modification of Booster and EA (personal job)
160+ USD
hey mate i need some new changes :) - Booster shall have a second filter with attached file indicator with value of band in H4 Timeframe. -RSI Background colors should be off as per standard. - Ribbon plot should be able to be disabled without changing calculation - Entries should be possible besides RSI extreme but only in direction of the last extrem. So if it was over 70 for e.g. only entries will be shown short
1 Application
(5) MQL4 Indicators Experts
50+ USD
Hello, I have 2 indicators I need converting into one .ex5 file for the MQL market place.One is a window indicator and one is on the chart. Can this be done? I have been told by other devs this is not possible, however, I have seen other indicators do the exactly what I need. I have attached an image of the 2 indicators on my chart
8 Applications