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
88210 completed jobs in all languages
Sort by:
30+ USD
sir, Modification of existing MT5 indicator i have one indicator please fix the bug and add compress intraday_data.txt file and historical_data.txt file to zip and historical_data.txt every 5 min one run automatically Thanks
4 Applications
(5) MQL5 Indicators Experts
30+ USD
Available position (AP) = 100 Buy Trigger: If (price > 100 bars highest high) and (if no trade yet this bar) then (buy 10% of AP) and (reduce AP by 10%) Buy exit: Mid100 = (100 bars highest high + 100 bars lowest low)/2 If (price < Mid100) and (if no trade yet this bar) then (sell 20% of open position) and (increase AP by the number of units) If price < lowest low then exit all trades Sell Trigger: If (price < 100
10 Applications
(1) MQL5 Experts
Adding a feature to an existing EA ( Private) (personal job)
50 - 60 USD
Hello, We will add a new feature and update the info panel The first feature will contain; Opening settings, Subsequent Sizing and Closing settings. Also, the info panel will be updated to add: 1-TP% ( Current, Max, All) 2- SL, TP and BE price levels for each cycle 3-Adding the new part ( H part) Thanks
1 Application
(94) MQL4 Experts
30 - 40 USD
This indicator has the special ability to work fine as long as the chart is not live. Then it paints for one bar and goes blank. It is easy to see if fail. Just put it in the strategy tester and see that the line is placed in the indicator window, and then nothing else... just blank for the rest of the time. I would really love to find someone to fix this indicator. Any takers
11 Applications
Modify EA LAST adding automatic close all skill at fixed equity gain (personal job)
30+ USD
Hi my friend, I need that you modify for me your EA called "last" that you made for me in the past. I need you add to the EA one more skill. The automatic “close all” button when The account reach an equity gain decided by me. EQUITY gain not balance... I need the possibility to turn off the automatic skill maybe by setting true or false. Example I start the EA... It recognize Starting Equity 120€ I put 10€ equity
1 Application
(1) MQL5 Experts
Create an EA based Moving Averages, Complex Candle Stick & Price Action (personal job)
100 - 150 USD
In trending markets, support and resistance are formed from swing points. in an uptrend the previous swing point acts as a support level, and in a downtrend the old swing point acts as a resistance level. they are based on engulfing bar candlestick/dragonfly doji/ gravestone doji/ morning star/ evening star and The harami patter EMA:21 & 7
1 Application
(3) MQL4 Experts
I want to modify existing EA (personal job)
30+ USD
1. i want to modify the existing EA you make if 2 days not hitting a Takeprofit i want the EA close it. 2. ignore sunday barcandle for daily timeframe dont put trade on sunday barcandle. 3.Auto lot size if my account balance double the balance the EA double the lotsize i set. 4. before the EA work must put password before he work.. example: password: 02468
1 Application
80 - 120 USD
Hello developers, I need one EA that opens/close trades EVERY SINGLE TIME price crosses a certain moving average. It has to open the trade when price crosses the average end close it when it crosses back in the opposite direction. IT CAN´T MISS ABSOLUTELY ANY CROSSING. It has to open/close prices even those multiple crossings that happen in a fraction of a second. It shouldn´t open trade when price just touches the
22 Applications
(2) MQL5 Experts
Modifications to Telegram Signal copier (personal job) (personal job)
30+ USD
As per our agreements. Modifications on the current developed EA, telegram signal copier for managing pending orders asked by the signal, percentage closure when the signal asks to close in percentage, breakeven asked by the signal. I'm awaiting unlocked EA. Thank you
1 Application
(4) MQL4 Experts
K3.4 (personal job)
120+ USD
Open above prior day open price Last bar of MZ closes above MZ Open price or equal to the MZ open price MZ less than X pips high to low Standard entry – Enter Buy at the close of the first bar that has 1. A lower wick range equal to or greater than its open to close range 2. And an upper wick that is less than its open to close range 3. And the open to close range is 1 pip or greater 4
1 Application
(167) MQL4 Experts
30+ USD
Hello~ I want a Good developer with Grid EA type experience. Grid like attach photo, so I want it have panel, and user set two price(H/L) 、 the number of grids 、 invest money(risk) something like that…
4 Applications
(30) MQL5 Experts
Expert Advisor Development is Required (personal job)
150+ USD
Expert Advisor Development is Required. Expert Advisor trades on MT4 Platform, and it is based on MA Lines. When the EA comes online, launched or when a Trading Session starts, EA must not open orders immediately. It must only start with Trading activities (Trading Step-flows) after the Candle had closed in touch with MA Line 4 One Order at the time principle applies Standard Take Profit, Standard Stop Loss, and
1 Application
(51) MQL4 Experts
Update my Stochastic and Bollinger bands EA to utilise Hedging (personal job)
30+ USD
The EA currently opens positions based on the Bollinger bands and stochastic signals , now I want it to continue with that operation but to also open opposing/hedging position with it own take profit and stop loss. So each position opened must have an opposing position with its own take profit and stop loss. This additional function must be switched on and off please create a setting to close the hedging orders after
1 Application
(20) MQL5 Experts
Modification Of EA (personal job)
30+ USD
Modify our EA FXCross. We shall add only 2 Entries. Entry by ADX and Entry by MACD. The details are provided in Screenshot. The MACD should work with the ADX. The EA is attached. The Existing Immediate Exit please just rename to Exit by MACD. Please double check the MACD Exit. It should be at the Opposite Cross if Buy then crossed at Sell and vise versa
1 Application
(18) MQL5 Experts
Whale_Andrew_Hedge_Robot update (personal job)
30+ USD
i will hire you to edit this 1. make auto only remove manual features 2. remove alligator and add two moving average for crossover 3. entry trigger adx must be above...... and moving average 10 must cross 18 4. one trade circle at a time 5. add trading time if there is none i.e the EA will start trading at so so so time and stop when there is no running trades or after closing all trades at so so so time
1 Application
(5) MQL4 Experts
40+ USD
The attached script executes a buy or sell and uses the ATR to determine the SL/TP reward/risk ratio. I would like to modify this with the following... - Currently, the money management can only be based off of lot size. I would like it to have a money management input that allows me to risk a percentage of my equity. - I would also like this to have the ability to place a pending order that is "n" number of pips
3 Applications
(84) MQL5 Indicators Experts
30 - 50 USD
Calculate and print the data modelling quality of ticks and bars using the formula below ModellingQuality = ((0.25*(StartGen-StartBar) + 0.5*(StartGenM1-StartGen) + 0.9*(HistoryTotal-StartGenM1)) / (HistoryTotal-StartBar))*100%; This can be done from the OnDeinit() after after ticks and bars are finished calculating The modelling quality should be the same as printed by the platform after testing. Read more about
1 Application
(1) MQL5 Experts
30 - 50 USD
I have an MT5 EA that needs a few lines of code fixed in the ManageOpen and a few minor additions. Here is what needs fixed and added and the way it should trade. Starc Bands EA (MT5) Uses the custom STARC_BANDS indicator (MT5). Will provide you with a copy of my Starc Bands EA and the the custom Starc_Bands Indicator. Uses 3 Starc Bands Indicators. Starc Bands 0 First Condition that must be met. Starc Bands 1. Trade
5 Applications
75+ USD
I would like an EA to enter buy or sell trades using two indicators, I also need some basic functions like take profit, stop loss, trail step and trail stop. Would like to work with a developer who can take my idea and program it with great detail. I will have all the rules and sample photos for you to go on. Thanks
15 Applications
(17) MQL4 Experts
Draft 3: Pivot LO EA: Minor Updates (personal job)
50+ USD
Upgrades: 1. For T1 - T12 and T1 Opp - t12 Opp : Remove condition if Number of trades = 0 then trade is invalid 2. For T1 to T12: Add condition if Lot Size = 0, then trade is invalid 3. Update texts for T_EnterTradeXpts.... 4. Add the following 2 fields under General Settings: ManuallyCloseTOppTrades ; Yes/No T his means that Topp will not automatically cancel at the end of the Pivot Day/Week or Month. The user will
1 Application
(116) MQL4 Experts