Orders for Expert Advisors development - Forex - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
7455 completed jobs in all languages
Sort by:
40+ USD
I need a grid Ea that opens both a buy and sell when loaded to charts I should be able to pick the lot size and tp and sl The Ea should only open a new trade in same direction of the previous trade going the same direction as the trade that has been closed via TP,SL or manually (etc the EA loaded to the chats The EA opens both a buy and sell trade. The sell trade hits TP. the Ea opens a new sell trade only. The buy
9 Applications
(14) MQL5 Experts C++ HTML Forex
35+ USD
Robot Name: Oofy Markets EA. Copyright: Oofy Markets not the designer. Focus on Blue Line and Red Line only. Lot Size must always be 0.01. Every time price touch Red Line - Open a Sell Order and every candle close above Red Line. Every time price touch Blue Line - Open a Buy Order and every candle close below Blue Line. All trades must trail stop loss to 20 pips when an opposite order opens
7 Applications
(6) MQL4 Experts Forex Stocks
34+ USD
Hi, am interested in modifying blackdiamond indicator and convert to EA. That is I will received : 1. A modified version of the Indicator 2. I will receive EA based on the modified version. 3. i will receive mql4 source file for indicator and EA The default input setting for the black diamond should be120. The indicator should be made to indicate down trend at the present signal or at the next candle after this
30 - 140 USD
I am trading with EAs that uses arbitrage or if not arbitrage, using very short Trade Opening windows. It would help me in my trading if this new EA I am asking for could give me information that will be presented in my MT5. This will tell me what amounts (how long) Order Execution Time (Value of Time in milliseconds to open this actual order, plus value of the time this broker uses to close this order). Also, I need
3 Applications
30 - 150 USD
Hello, I have an algo that is currently written on mql4 and i would like to have it in mql5. The problem is that i dont have the mql4 file only the ex4 along with set-files, libraries etc. I have a strong understanding of how this algo is working so i am able to explain everything in order to get it 100% correct as it is now. Thank you
30+ USD
Hello, I need an EA which place trades reading alerts, Please see the attached image for requirements. if you have the relevant experience you are welcome to apply :) ^ D
3 Applications
(1) MQL4 Experts C# JavaScript MySQL Forex
EA for Back Test (personal job)
35+ USD
I want an EA for back testing only based on date and time chose by me? The EA should be able to execute multiple entry with different date, time and position(Buy/Sell). The perimeter will looks something like as per my file attached. Prefer if number of entry are infinity
1 Application
(1) MQL4 Experts Forex
50 - 70 USD
This strategy is fairly simple and is based on a trading with momentum on a pullback. This strategy requires the calculation of other indicators: 1. Modified MACD 3/10 Oscillator by Linda Raschke. 2. Elders Impulse System 3. ATR Band 1. The idea of the trading system is as follows : market entries are performed when there's a new momentum high MACD reading and wait for a pullback before entry. 2. Momentum is
8 Applications
60+ USD
Background A simple system that is using MA crossover to enter trades. The main difference to other available EAs is that I want to use the ATR together with a "ATR multiplier" to calculate the TP and SL levels. See Inputs: Slow MA 1) Period: number 2) Type [standard, exponential] Fast MA 3) Period: number 4) Type: [standard, exponential] take profit / SL 5) profit exit mode [TP, trailing, on opposite signal] 6) ATR
10 Applications
30 - 150 USD
Hello! I need a trading robot that incorporates the value of four indicators within a certain number of bars. The indicators are freely available on mql5 in the code base. The robot must be able to enter, exit, and reverse both long and short positions. It must also automatically enter a stop loss at the time of entry. It must be able to signal on 1m, 5m, 15m, 30m, 1hr, 4h, and daily time intervals. The variables for
13 Applications
Alert system based on custom indicators (provided) and EMA crossover with screenshot to Telegram (personal job)
50+ USD
Hi Phil, as already discussed here it the job. i will need an alert system when there is an M or W with the indicator PZ_doubletopbottom, there is divergence on the indicator fxn_tdi_pro and when there is a cross over of ema 5/13 (candle close). I will need the alert system to be sent to Telegram. There will be different channels on Telegram. At first i will need the indicator to send a signal when following criteria
1 Application
40 - 70 USD
Entries are performed with the timer only on the 1 minute timeframe following the current trend. Indices to trade boom 500 and crash 500. BUY and SELL 16 seconds. Money management applicable. TRADE BUY at the 2nd second of a minute SELL at the 17th second of that minute Wait until the next minute then
75+ USD
I need an EA to trade with Pip Finite trend PRO indicator - LONG and SHORT trades as per indicator signal. A few more parameters for trade management will be as per specs below Chart setup · Pipfinite indicator – default settings Parameters · Period, Target Factor – optimize on these two indicator parameters · Partial book – yes/no (default NO, if chosen YES then exit half position at TP1, and
7 Applications
(5) MQL4 Experts Forex
30 - 70 USD
All exclusive rights to the requested software belong to the Client (Me). I am looking for a Closer of partials, that closes 40%, 30%, 30% what does this mean, that if the position is 0.10 the first close 0.04, the second 0.03, the third 0.03 and at the moment of closing partials the stop loss adjust to 0.00 The modification I need you to have is:Oh it could be the same as every x pips close a partial, example Tp1
6 Applications
30+ USD
Void OnTick() { // Values for conditions double ema20 = iMA(NULL,0,20,0,1,PRICE_CLOSE,1); double ema20_1 = iMA(NULL,0,20,0,1,PRICE_CLOSE,2); double ema20_2 = iMA(NULL,0,20,0,1,PRICE_CLOSE,3); //sell short order If(OrdersTotal()==0) if((ema20>ema20_1) && (ema20_1>ema20_2) && (PRICE_CLOSE>1) OrderSend(_Symbol,OP_SELL,0.01,Bid,3,Ask+(50*_points), 0, "", 0,0,clrRed) //close short i f(OrdersTotal()==1) &&
6 Applications
(2) MQL4 Experts Forex
30+ USD
Void OnTick() { // Calculate ema20 for last 3 closed candles double ema20 = iMA(NULL,0,20,0,1,PRICE_CLOSE,1); double ema20_1 = iMA(NULL,0,20,0,1,PRICE_CLOSE,2); double ema20_2 = iMA(NULL,0,20,0,1,PRICE_CLOSE,3); //sell short order if((ema20>ema20_1) && (ema20_1>ema20_2)) if(OrdersTotal()==0) OrderSend(NULL,OP_SELL,0.01,Bid,3,Ask+50*points, NULL, NULL, 0,0,Red) <:p><:p> //close short if(OrdersTotal()==1) &&
3 Applications
(2) MQL4 Experts Forex
30 - 200 USD
Hi I need an EA based on Keltner Channel re-entry. The trading idea is based on a return to median line trade on shorter timeframe. The re-entry signal is defined by a close inside the KC after going outside. We place a Buy order at the high of signal bar (with buffer of 1 or 2 points) with the stop-loss at the low of signal bar + buffer. We exit the trade when the price reaches or cross the KC Median line. I would
18 Applications
Debug EA to work efficiently and to be available on the market of MQL5 (personal job)
30+ USD
Debug an EA to work efficiently and to be available on the market of MQL5. The program must be flawless and no error codes when attempting to offer it on the market of MQL5. The EA must pass the validation of the market process. Add the .ico icon logo to the "About" section in the progam. The logo attached is in .jpeg and it must be converted to .ico, there are free converters online. No other modification to the
1 Application
(5) MQL4 Indicators Experts Forex
40+ USD
Help me write an another indicator, detect a pair of candles like above. Also send me Alert: Pop Up, Notification and Email. Exactly, candle in then out from zone, but I want us test in 2 modes Mode 1: only consider 2 candles Mode 2: consider many candles (1st candle in zone then next any candle which out the zone) Let me can choose mode if I want to test. Thank you
50+ USD
I need a bot to be able to set orders at specific prices, stop loss,take profit, trail stop and be able to trade at certain hour of day. I trade the 1 hour Chart...okay so I trade the closing price of the 2am candle(as soon the 2am candle closes) everyday I put a buy order 150(15) pips above the closing price of 2am candle, a sell order 150(15) pips below the closing price of 2am candle. I put a take profit of
11 Applications
(1) MQL5 Experts Forex