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
87712 completed jobs in all languages
Sort by:
Add mg to EA (personal job)
35+ USD
1/ add martin gale to existing EA 2/ Martingale starts after 4th trade ---- Sequence x exp x lot size eg. trade no. 1 1 0.1 0.1 trade no. 2 1 0.1 0.1 trade no. 3 1 0.1 0.1 trade no. 4 1 0.1 0.1 trade no. 5 1.68 0.1 0.17 trade no. 6 1.68 0.1 0.28 trade no. 7 1.68 0.1 0.47 trade no. 8 1.68 0.1 0.80 trade no. 9 1.68 0.1 1.34 trade no. 10 1.68 0.1 2.25 trade no. 11 1.68 0.1 3.78
1 Application
(39) MQL4 Experts
Small amendements to existing EA (personal job)
60+ USD
1. ENTRY RULES 1.1 Additional condition for Trade Trigger :- - MACD(12,26,9) Histogram Must have crossed Signal Line ( see attached picture) ( i.e Trade Entry only on the 2nd Bar after Cross Over) - Heiken Ashi Candle Must have changed colour . (at least ONE complete colour changed has occurred) 1.2 Change TP & SL as follows : - For BUY Entry --- TP = Entry Price + 4.0 *ATR(14) SL =
1 Application
MAXMIN% (personal job)
30+ USD
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. It is based on percentages but must open on a different condition: I need that from the beginning of the new day, keep the MAXIMUM and MINIMUM of the day in percentage and that
1 Application
(43) MQL4 Experts
2nd Modification of Dean Forex EA (personal job)
30+ USD
OK , please disregard v8, and please go back to v7, it works better for me. please just fix the following issue: In this example the "candle close" was higher than EMA 200 in which a sell trade should not open. Please make sure as a rule that if a price closes above EMA 200 a sell trade will not open and if a price closes below EMA 200 a buy trade will not open. *** AGAIN PLEASE LET ME KNOW IF YOU WANT THIS TO BE A
1 Application
(3) MQL4 Experts Forex
Time EA (personal job)
45+ USD
I want the EA to place trade based on different sessions time. I want to be able to adjust what sessions it begins. Lets use London as an example. I want the EA to place an buy stop at the high of the previous 4 candle. I want the EA to place an sell stop at the low of the previous 4 candle. I only want the EA to place 1 trade per session. so when buy stop is hit, than delete all pending order. for the stop loss, for
1 Application
(10) MQL4 Experts
Phase III (personal job)
100+ USD
Phase III Spec sheet Original EA non-hedge- · Fine tune · The issue that I need to correct is the EA trades too often. Right now, if the currency is trending down every time it breaks a blue fractal it trades short. What is happening is it is taking too many trades too late in the move. I would like the option to slow the EA down by making it a requirement that the all long trades the price has to
1 Application
(5) MQL4 Experts
30 - 150 USD
The project for the existing EA and is as follows: Add safety feature to avoid over trade from different 8 SIGNAL NAME. example: this EA enters a trades with BUY and pending predetermine SELL order. when, SELL pending price is hit, EA opens BUY pending order and so on and so forth like a zigzag. the safety feature I want to be added to this EA is to limit of opening pending orders. I'm open to suggestion to make it
13 Applications
30+ USD
Hello, I am looking for someone to add the following functions to my EA, with input fields: Push Notifications (mobile): True/False Max Spread _________ // (Maximum spread in points) Time of Day From Hour ______ // (The time of day to and from fields will dictate what times of day the EA is allowed to open trades) Time of Day From Minute _____ Time of Day To Hour________ Time of Day To Minute______ Thank you! Anna
7 Applications
(3) MQL5 Experts
Modification EA 2 (personal job)
30+ USD
As talked in the document, modification of EA to provide next version. Do it as previous version, when all 100% done then send, etc. Be sure to test it very well. Regards
1 Application
(9) MQL4 Indicators Experts
30 - 100 USD
i have indicator name is Super Signals Channel Indicator and I need some one to make EA working according the signals from this indicator ,, for buy or sell order it will be when ever a candle tuches the channel if up top it will be a sell and at the bottom channel it will be a buy. there is more to this i will explain more in detail
14 Applications
(32) MQL4 Experts Strategy optimization
30 - 50 USD
i need to add stop-loss function to an existing ea. trade needs to be closed at a certain amount of pips, when going in the wrong direction. and some other stuff
20 Applications
(5) MQL5 Indicators Experts
30+ USD
Hello, I would like to create this simple EA, based on AUDCAD only. The principle of strategy Market: AUDCAD(No variation) Timeframe: M15 (Can be other TF up to but excluding daily) Entering LONG (short is the opposite): CCI (20) <0 Money management: SL: xx pips(Can leave as a parameter) PT: xx pips (can leave as a parameter) RISK Management Fixed risk % of available trade Capital (Parameter driven) Or Fixed Lot
3 Applications
(130) MQL4 Experts
Simple ea buy sell basket (personal job)
80+ USD
AFTER FIRST COMPLETE CLOSE OF BASKET OF TRADE, (TP or SL) THE EA SHUTS DOWN AND CEASES TO TRADE UNTIL A NEW EA IS DRAGGED ONTO THE CHART. EA CAN EXECUTE TRADE IMMEDIATELY ON ACTIVATION IF CONDITIONS ARE MET
1 Application
(39) MQL4 Experts
30+ USD
I need an EA cutting loss positions every specific timeframe, if a specified (balance - equity)/balance % is reached. Parameters should be the following: N° Description Value Explanation 1 Execution Time Interval M1, M5, M15, and so on The TF at which EA performs controls 2 Max Drawdown % % choosen by me (i.e. 5%, 10%, 12.5% and so on) The Drawdown % over which EA starts to cut positions at loss 3 Minimum Margin
3 Applications
(3) MQL4 Experts
30+ USD
I have a .ex4 file of an indicator, which plots arrows as signals. I want an EA which buys on up candles and sells in low candles. The EA should have different close options: 1) Close on opposite signal (that would be the arrow in the opposite direction) 2) Close on TP/SL There should be also a trailing function. Aswell i want an auto- & Manual lotsize function. The paramater of the indicator should still be
16 Applications
(2) MQL4 Experts
Simple mrtingale ea (personal job)
40+ USD
EA that only *Completes 1 set of Basket Trades* then STOPS until new activation. Simple Martingale EA ‐‐‐‐ martingale redlong & blueshort EA Comment Magic Number 168 LotSize 0.1 StopLoss 10000 points TakeProfit 400 points OrderType (pull down menu) BuyOnly (red dot) SellOnly (blue dot) Candle Entry (pull down menu) on first appearance of dot close of candle
1 Application
(39) MQL4 Experts
30 - 35 USD
Want to upgrade Fx EA. Simply want to make an upgrade to previously developed EA. "I 'm looking to create an EA based off 3 indicators. It's a fairly basic EA with no complexity. I will send detailed instructions to the hired developer. I'm open to negotiation. Since this is a basic EA then I believe work shouldn't take long. All indicators and instructions will be sent upon agreement."
1 Application
(33) MQL4 Experts
Filter (personal job)
50+ USD
copy paste below of our conversation well i just need a lil bit of advice since honestly I don't know how to approach it example problem(I did not think about the market constant change) https://www.mql5.com/en/charts/8354122/cadjpy-m5-jafx-ltd example those 2 red lines lets say that's 30 pips top/bottom 30 pips for grid step but next week that 30 pips it's too large like what happened to nzd/cad abefore 30 pips
1 Application
(32) MQL5 Experts
30 - 100 USD
1. An EA based on Three Moving Averages - Custom MAs (extern variables). 2. Creating signal first by defining Trends and Reversal Candles based on my specification. 3. Entering Sell and Buy setup trough the signal with Money Management & custom Comments. 4. Managing Orders by : - Trailing breakout candle : Define trending candle and Trailing based on breakout candle. 5. Others : - An Option : Any setup on Friday
20 Applications
(9) MQL4 Experts
30 - 40 USD
EA based on this indicator, with these functions -> Trade Setup Enter a trade if Statistics Success Rate is higher than 65% (Statistics Success Rate> 65%). (Parameter True / False) If possible -> (Parameter: Set percent required to enter trade __) The option to set stoploss on Exit buy trade on a new sell signal. (Parameter: True / False) Exit sell trade on a new buy signal. (Parameter: True / False) Exit the trade
8 Applications
(1) MQL4 Experts