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
88110 completed jobs in all languages
Sort by:
Arbitrage EA (V8) (personal job)
30+ USD
Hi. I would like to request 2 modifications to the arbitrage EA. ( https://www.mql5.com/en/job/157044 ). This job will update the EA to V8. Mod 1) Add additional method to close trades. This is a similar method of closing trades. It will use the previous 5 candles from primary and secondary MT4. Price difference must be same for the past 5 candles. Let's call this method the "5C Close" (5 Candle Close). You can use
1 Application
(14) MQL4 Experts
Turn a custom indicator into an EA (personal job)
30 - 50 USD
Hello Sir, per our earlier discussion. Could you please help me to develop an MT5 EA using a custom trend detector indicator? The EA will trade with fix lot and auto lot with proper risk management and trailing the TP. I will post some detail for discussion
1 Application
(10) MQL5 Experts
Update existing Expert functionality (personal job)
100+ USD
Update existing Expert functionality to include position size preview box via the on chart interface. Update existing Expert functionality to pips or price inputs for pending orders via the on chart interface
1 Application
(7) MQL5 Indicators Experts
30+ USD
1/Enter at the new candle 0:01 (H1,H4,D1) Condition to SELL : Close < Open < ParSar<MA SL = fix point / ParSar / MA TP = SL Condition to BUY : Close>Open>ParSar>MA SL = fix point / ParSar / MA TP = SL 2/Turn ON/OFF Exit Sell when Close >ParSar Exit Buy when Close < ParSar 3/ Number of new order per day = N (1,2,3,..) 4/Turn ON/OFF Trailing Stop = A (10 pips), trailing step = B (2 pips ) 5/Turn ON/OFF BE = entry
7 Applications
(1) MQL4 Experts
55+ USD
Simply : If stochastic (30,5,5) touch level 5 this is buy signal And if stochastic touch level 95 this is sell signal Do you have a good system martingale for that
8 Applications
(20) MQL5 Experts
Turn a Support and Resistance indicator into an EA (personal job)
50+ USD
Need limit buy and limit sell to be placed on the last support and resistance lines of whichever timeframe is shown. A limit buy should be placed on top line of the lowest support box. A limit sell should be placed on the bottom line of the highest resistance box. When the outside boxes change so should the limit buy and sell pending orders. Take profit should automatically be set to the midline of the furthest
1 Application
(53) MQL4 Experts
50 - 130 USD
Hi to all the programming traders, I would like to request a very simple EA for MT4 with the following strategy details: It needs to Operate with specific time lapses/hours Open ratio hour Close ratio hour End of operations It needs to locate and mark levels of HH and LL from those specific ratio hours lapsed It needs to place "only programed operations such as Buy Stop or Sell Stop / Buy Limit or Sell Limit" The EA
30+ USD
I have two MT5 source codes indicators and I need to join it in just one indicator. It need to has all parameters of each indicator to set. After we talk I will share the archives
30+ USD
Hi, looking for pro to simply edit the adx on expert advisor . At this moment wa take trade if adx is above the value we input , want you to add new option that is if value is “ Below “ the adx then it the trade , Add another add same thing to higher timeframe . That’s all very simple job maybe just 5 min job . I’ll consider the price point because it’s nothing :-)
RenkoSetup5 modification for Samuel (personal job)
35+ USD
Hi again Samuel, here's the new job for the modifications discussed in PM on prior job for RenkoSetup5. we're adding LTF indicators to the current setup. typing more words so that i can hit the minimum number for the job description
1 Application
(5) MQL5 Experts
888 EA (personal job)
35+ USD
This is a 2 signal strategy. Buy when the strings of MA turn white + the bars below turn white. Sell when both turn red # 14:16 EN reply Does that make sense and it is doable? # 14:18 EN reply Send me the Indicators. # 14:18 EN reply Let me check. # 14:18 EN reply MQ4 MA_rsi.mq4 2.3 Kb EX4 The_805s_HEIKEN_1_hour.ex4 4.6 Kb TPL 80s_1_hour.tpl 16.3 Kb # 14:23 Ok Let me check. # 14:23 EN reply Attach the indicators and
1 Application
(43) MQL4 Experts
Improvement on Indicator and Robot for indicator. (personal job)
30+ USD
I want an improvement on my indicator. It gives alert but has no push notification. I need push notification on the indicator so that I can be aware of what is going on in the markets. Push notifications must be in indicator first, before including that too in robot. Also I need a robot for the indicator just like the previous indicator you created with the same settings. Maintenance mode and normal mode, time etc
1 Application
(10) MQL4 Indicators Experts
50+ USD
Hi devs, I'm looking to create an EA based on an indicator I have. The indicator is sending arrows, and would like the EA to enter trades when an arrow appears. Also, the EA should have a few inputs so that it can be used in different ways (trend filter - ON / OFF, close by profit in currency, SL/TP, etc...). I'll discuss the exact strategy privately. Please, do not hesitate to reach out for more information
28 Applications
(28) MQL4 Experts
30+ USD
Simple EA to open positions with a Magic Number Requirements: Open positions automatically with a programmable magic number at a time that no positions with that magic number are open. How it works: The EA will check every X seconds if there are open positions (buy /sell) with a certain Magic Number and if there are not the EA will open a new position (buy/sell) with a set lot size. (depending on settings) The
7 Applications
(7) MQL5 Experts
50+ USD
1. The idea of the trading system is as follows : i want to increase lot size depenting of account balance .i want to be multicurrency which means to be attached in a chart and check entry signals to all posiple currency pairs. trading signals want to be using the custom indicator that can be found in the following link
30+ USD
Hello, I have got an expert with an "autolotsize" who close all orders. I'd like you to modify that to close only the order who were open by this expert. Also, it should pass as an expert's update in the market. It should be easy work, price is not negociable
9 Applications
(2) MQL4 Experts
Developments on the same EA we made previously. Additions of some features and bugs to increase results (personal job)
100+ USD
So we added a Currency Strength Meter to select the Strongest, Neutral and Weakest pairs.. Here are some of the additions or amendments I want 1. Please add an input Trade Once: (True/False) This feature will not allow the trade to happen again the same pair till the currency strength meter scores remain the same.. This means lets say NZD is Strongest and JPY is weakest in H4 timeframe.. Now I am trading in m5
1 Application
(8) MQL5 Indicators Experts
30+ USD
I have created an EA with several timeframes, however, when tested, bugs are encountered, please advise. I am using a H4 timeframe when going through a test. input int barNumM= 42 ; // Number of bars in mid term array double SLS= 0 ; MqlRates mrateS[]; MqlRates mrateM[]; if ( CopyRates ( _Symbol , PERIOD_H4 , 0 ,barNumS,mrateS)< 0 ) { Alert ( "Error copying H4 rates/history data - error:"
4 Applications
(4) MQL5 Experts Consultation
PROGRAM (EA) TO OPEN HEDGING ORDER AT SPECIFIC TIME AND CLOSE AT SPECIFIC TIME (personal job)
70+ USD
1. The EA must open a market order (Buy/Sell) at specified time and must remain active for specific duration. That means the EA must allow the trader to input “order open time” and “ order close time”. Time format is Year:Month:Day:Hour:Minute:Second 2. As soon as the market order is opened as described in (1) above, the EA must place a pending order that will open at SL price and in opposite direction to
10 Applications
(6) MQL4 Experts
Need an new EA created Based on attached indicators (personal job)
50+ USD
RULE: BUY 1. ATR -BUY Signal 2. Entry BUY when price closed below Bolliger Lower Band ( Aggressive trade Mode) 3. Entry BUY when price closed below ATR line ( Conservative trade Mode) SELL 1. ATR -SELL Signal 2. Entry SELL when price closed above Bolliger Upper Band ( Aggressive trade Mode) 3. Entry SELL when price closed above ATR line ( Conservative trade Mode) EXIT Trade 1. Exit all trade when the opposite
1 Application
(45) MQL4 Experts Forex