Orders for Expert Advisors development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
87838 completed jobs in all languages
Sort by:
CM DashB Indicator Modification (personal job)
35+ USD
I would like to have a modification done on the current CM Dashboard. To add a new rule on the inputs regarding notifications to add the the current notifications done already. All the specs will be attached to the job description
1 Application
(5) MQL4 Indicators Experts
Modification on previously completed EA (personal job)
30+ USD
I need the addition of an option for inputting “shift” value for Moving Average properties. All other specifications will stay the same as previous EA version. Buy Orders - current price bar crosses MA from open value < MA to a closing value >= MA OR - current price bar crosses MA from open value = MA to a closing value > MA OR - current price bar closing value > MA and
1 Application
(15) MQL4 Indicators Experts
New feature for EA (personal job)
50+ USD
GRID RECOVERY SYSTEM FOR EA MONSTER If Grid Recovery is True and the current trade is losing and reaches the Grid Distance in Pips it opens an incremental lot size. Example if Lot size started at .01 and the grid distance is set to 100 pips and the trade is losing at 100 pips it opens a trade at .02 lot and if it moves another 100 pips it opens a .03 lot and if it moves another 100 pips it opens a .04 lot
1 Application
(33) MQL4 Experts
Add 2 function to existing ea (personal job)
30+ USD
I want add 2 function to existing ea : 1 - Allow to set amount from each of 2 positions _Max loss 1 (for position 1 with take profit)_Max loss 2 (for position with trailing stop) 2 - Allow to set a take profit for position with trailing stop - should be in pip_TP 1 (for position with take profit)_TP 2 (for position with trailing stop)
1 Application
(15) MQL5 Indicators Experts
ATMBinary Upgrade (personal job)
40+ USD
See attached the screenshot of the job specifications and the indicators, kindly take into consideration the 5 ticks I specified on the job description should in case the indicator lags. I know ATM11 lags but the ball indicator is good that's why I use it to complement the mode 1. feel free to get in touch for more clarifications
1 Application
MQL4 Experts
30 - 70 USD
An EA that quickly identifies a trend and its reversal BASED on a single indicator with specific parameters. A color-coded trade panel indicator will be used in the future based on this EA's parameters.That means the developer who designs this EA will be contacted in future requests for trade panel indicators including this one. I don't want to deal with too many developers. THE SPECS WILL BE DISCUSSED WITH
30+ USD
EA for PipFinite Trend PRO Spread Magic number Slippage Lot Entry: Enter a trade if Statistics Success Rate is higher than x% Grid on/off Grid pips ( pips difference ) Grid max step ( how many entry to have ) Grid multiplier ( ex: 2.0 martingale ) Exit: Only TP1 Only TP2 Partial close ( TP1 50% + TP2 50% ) Opposite Signal Manual TP ( 0 is disable ) Manual SL ( 0 is disable ) 3 days for testing all the best
11 Applications
(16) MQL4 Experts
30+ USD
I am looking for someone to advise me how or be able to add a function to make my ea settings private for when i sell my EA i don't want the code to be edited by anyone, the only thing i want them to see is the risk level which they can change according to trading style. I also want the possibility of a hedge feature being added into the EA, there is one currently but its not very good. Thanks James
6 Applications
(1) MQL4 Experts
Completing job for Anokhin (personal job)
30+ USD
Completing job for Anokhin, payment of U$30,00 for completing services from another job. The job will be done by doing the job that is about to be done in a certain way. After do the job, the job will be done
1 Application
(2) MQL5 Experts
EA (personal job)
80+ USD
1/ EA places SELL trade when candle hits *Red Box* (Item 1) 2/ EA places BUY trade when candle hits *Green Box* (Item 2) 5/ Filter for SELL ---- Magenta TMA must be below imaginary *OrangeLine* of RedBox at that level of trade entry (Item 5) 6/ Filter for BUY ---- Yellow TMA must be above imaginary *WhiteLine* of GreenBox at that level of trade entry (Item 6) 9/ If candle does not hit Yellow TMA before touching next
1 Application
(39) MQL4 Experts
Add new conditions on existing EA - the parameters are strict on bars (percent closing-opening bar, minimum-maximum bar number, bar comparison ... etc) (personal job)
300+ USD
NOTE : all conditions are meant for set TopBar= false X = last bar in cycle C1 Y = first bar in cycle C2 NEW CONDITIONS 0 T/F the opening of the bar X must be positioned at minimum x% of the total value for the Y bar( for the area that includes the opening of the Y bar) 1 T/F X must have a minimum X% between open and close ( same conditions from 3/5/6 TopBarMinBodyToHeight set
1 Application
(3) MQL4 Indicators Experts
Edit of Previous job (personal job)
50+ USD
Previous job ADD ON and Edit of the following 1) Instead of Using Pending Orders, will be using Market instant Order 2) To fix The ZigZag 1st Zone which contain only 1 Order. To consider it as Zone 1 and fill with orders 3) To add on the following Close Order Type INPUT SECTIONS 1 st CHOICE CLOSE ORDER SETTINGS NO. OF OPEN ORDER TRIGGER TO CLOSE AT 0 PROFIT (true / false) NO. OF OPEN ORDERS TRIGGER TO CLOSE AT 0
1 Application
(5) MQL4 Experts
50 - 100 USD
This is a job to create an EA based on two marketplace indicators. Indicators used PrimeTime intra day volatility indicator - https://www.mql5.com/en/market/product/2694 Volume Analyzer - https://www.mql5.com/en/market/product/8924 Trade entry Enter buy trade on first candle where both (upper and lower) volatility bars are blue and primetime is above line (red) Enter sell trade on first candle where both (upper
9 Applications
(4) MQL4 Experts
Copy trades between terminals (personal job)
120+ USD
Hi , I want to copy trades form one terminal to the other. I run two terminals with two different accounts using the MA cross EA on the primary terminal. I need the trades of the primary to copy over to the slave but in the opposite direction. If the primary opens an sell order , the slave should open a buy order, if the primary opens a buy order , the slave should open a sell order. If the sell order on the primary
1 Application
(13) MQL4 Indicators Experts
Upgrade of existing ea, (personal job)
30+ USD
Indicators are: ICHIMOKU, Stochastics, and ID4BS4. Stochastics and ID4BS4 are optional, please see below ICHIMOKU Trade will open a BUY position when the following conditions are met: Price/candle opens and closes above the ICHIMOKU red line, and ICHIMOKU red line is above the blue line, and Price/candle is above the ICHIMOKU cloud, and ICHIMOKU green line is above the ICHIMOKU cloud Stochastics Optional True/False
1 Application
(33) MQL4 Experts
Need an automatic triggering function (personal job)
30+ USD
Hello, I need that when I slide my EA on a chart that it releases right away, and that it put on the same level as the market. example n°1: For the moment I have to enter an X value in the function "extern double Level_1 = X;" what I would like is that X is always at the level of the market every time all orders were closed. Example 2: I slide my EA on the graph, my market is gbpusd at 1.29200, my EA opens a first
1 Application
(25) MQL4 Indicators Experts
Bullish engulfing bar (personal job)
60+ USD
Spec document for fully automated Expert Advisor (EA) to trigger a LONG trade upon the successful completion of a bullish engulfing bar to be used on the Forex markets through MT4. This EA is to be constructed around simple price action criteria (see specs below). Do not include martingale, please I want to be able to apply this EA to the H4 time-frame, mainly. As it is to be constructed solely on Price Action
1 Application
(3) MQL4 Experts SQL
Addition of Dashboard for "Single Deployment" bot. (personal job)
30+ USD
Hey Genie, I hope you're doing well. When you have a moment, please add a dashboard to the Single Deployment EA you made for me. I need to see the following variables: 1) When the trade will deploy 2) If it is a buy, sell or if it is a buy & sell 3) Lot size Thanks man, David
1 Application
(5) MQL4 Experts
30+ USD
Hi. I have an EA with visible Take Profit, can someone make Take Profit level for my EA hidden? I want to still be able to edit it, Thanks. Please if you can do that as soon as you get this Job i would appreciate it
7 Applications
Need MT5 robot created (personal job)
120+ USD
Need 5 robots created which can be used to trade the forex markets as discussed, MT5 robots and including all future updates.. really appreciate your work on the experts in the market place
1 Application