All orders - Trading robot/indicator debugging - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
6836 completed jobs in all languages
Sort by:
30 - 50 USD
Write this EA into proper MT5 code without the #Include <MT4orders.mqh>, cleaning and tidy up the code by using Classes, like CPositionInfo Use CDouble(wrapper) library for MQL5 (https://www.mql5.com/en/code/19727), to round pips/points in 4/5 digit brokers, including JPY and XAUUSD At the moment, order modification for TP is FIFO, you should set this into 2 input situations: FIFO and FILO Replace NormalizeDouble()
30+ USD
EA must open and close trade as per indicator Buy & Sell signal. If a Buy trade is open and after few hours or days indicator give Sell signal, then EA will instantly 1st close the ongoing Buy Trade & then open Sell Trade instantly and vice versa trade. EA should have option to specify Stop loss and Take profit target in pips and all basic setting which all EA has. EA's source code must also be provided by the
17 Applications
Expert advisor based on high low macd for metatrader 5. (personal job)
50+ USD
I need to open a trade at a entry value of the macd histogram, it also needs to work on both sides of the macd histogram, it doesnt need positive or negative values. eg. if i set the decimal place to .000100 then a trade needs to open at .000100. if the field is set to zero '0', it is off. If the field is set to zero '0' the ea needs to open a trade at 0.0.. of the macd histogram. I need to partial close at 1% to
1 Application
Use Bolinger band (BB), Relative Volatility Index (RVI) and Average True Range (ATR) overlap 20 EMA to take trade position (personal job)
30+ USD
*BUY Rules: * 1. When ATR breaks above the 20 EMA, then comfirm if the breakout corresponds with the price breakout. 2. When the RVI goes above 50 3. When price touches or crosses the lower BB. TP Close the buy trades when the price is about 1000 points to touch the upper BB SL when RVI falls below 40 *SELL Rules: * 1. When ATR breaks below the 20 EMA, then comfirm if the breakout corresponds with the price
1 Application
45+ USD
this ea will take trades in the current direction of the trend and at a time it is given i will provide more info for the inputs and a pick of trade entries
19 Applications
An expert Advisor based on two or three indicators (personal job)
40 - 80 USD
Hi The EA will be based on two or three indicators; The two indicators are MT4 and the possibility of migrating them to MT5 should be evaluated. More information on indicators & development objectives will be given on order acceptation. All the best
1 Application
100 - 400 USD
Hello I would like an EA developed for my trading strategy which is a bit simple. The EA would have a trading panel with the following inputs: lot size Take profit in Pips and value Stop Loss in Pips and Value Buy Order Sell order This is how the EA would work. Once the EA is placed on a pair(eg. usd/jpy), i will then place a buy or sell order area. Once the market gets to my specified area it will open a trade with
50+ USD
I have an EA which trades based on CCI indicator generated signals. I would like to add a filter using the moving averages where by buy positions will be executed if the entry point is above a certain MA and vice versa for sell orders. (this filter needs some debugging). The EA also has 2 slop losses. One is fixed at x pips from entry price while the other is at x pips from the MA. The EA needs debugging to ensure
11 Applications
30 - 40 USD
I need an expert advisor based on exponential cross-matching of moving averages. Requirements: 1º Verify the crossing of averages 2º If the crossing of averages happens, it enters a second "if", which is the event of a pattern(1) in the candlesticks. 3º If the cross of averages is active AND the pattern(1) in the candlesticks occurs, it sends the buy or sell order. 4 The calculation of Stop Loss and Take Profit are
13 Applications
35+ USD
Hello, I need you to code an EA that open market order (buy/ sell) when a specified price is hit. The EA should allow me to modify its settings during operation as shown below: 1. Trade Buy/ Sell = allow select trade buy or sell, e.g. Buy/ Sell 2. Lot Size = handling decimals, e.g. 0.10, allow type in desired lot size 3. Price = handling decimals, e.g. 1.10059/ 109.473, allow type in desired entry price 4. Distance =
7 Applications
50 - 100 USD
Hi, I need a trading robot that enters position on pullbacks in the direction of the trend. The robot will have to use: - moving averages 50, 100 and 200 to detect a trend - bollinger bands (20.2) for pullback (the price must be between the low and middle bollinger) - MACD 5/8/5 as a trigger. I'll give all the details in private. I am looking for a programmer who is used to trading so that understanding is made
20 Applications
30 - 50 USD
I would like (1) to ask the conversion of the following simple EA from MT5 to MT4, or (2) to ask a new simple EA based on the same rules in MT5 code. See the following expert for MetaTrader 5, which I request to convert or to make for MT4. ============ iMA iStdDev - expert for MetaTrader 5 (https://www.mql5.com/en/code/23434) ============ The converted or new code for MT4 should have the same functionality of
10 Applications
30 - 100 USD
QUIERO UN robot para hacer trading operando futuros for metatrader 5 para operar micro,mini y contratos regular.quiero abrir una orden de venta o compra manual con lote variable y sl y tp variable Tambien,cuando el precio toque el sl y cierre la primera operacion quiero que abra una segunda operacion en sentido contrario si Vuelve a tocar el sl y Cierra la segunda operacion que abra otra operacion en sentido
7 Applications
Add Pending Order functionality to an existing EA (personal job)
30+ USD
Short description of the EA It’s about adding functionalities to the first version of your MT4 EA (working on 1M). The functionality to add is the possibility to send pending orders (BUY-STOP+SL and SELL-STOP+SL). The order is sent if the returned value of a custom indicator is “1” (instead of “0”) during the last minute. The value of the placed order changes every minute, following the last value of a moving
1 Application
30 - 40 USD
I need a inputs added to a Ea. The Ea is fully working. The input will for example Close all trades at xxx hours after the first trade and reset and repeat. Let me know if you have any questions. will upload Ea when accepted
30 - 200 USD
I'm looking to build MULTIPLE expert advisers and indicators and need a reliable and experienced coder that is able to follow direction to complete clean coded and bug-free projects with a fair/fast turnaround. I'm looking for someone that I can build a LONG-TERM relationship with and someone that can support maintenance needed to EA's as needed. The first project I need assistance with is an EA, that another coder
11 Applications
30 - 150 USD
The EA will Enter and Exit trades based on any selected indicators. The list of the fallowing indicators will be listed below. Must be work with ECN accounts. Standard money management inputs (Set lots and percentage of account) Each indicator will have standard parameters available to modify in the inputs window. (Example. Moving average) period, ma method, apply to and shift can be modified. More then two selected
30 - 50 USD
Here's what's needed: 1) Need EA to start once price reaches designated point on chart, with on/off function. 2) Need ability to stop trading after certain number of wins or losses , with on/off function. 3) Must work on all time frames. 4) Must work hours of my choosing with ability to turn function on/off. 5) Must send email when a trade begins/end. 6) Must send email for wins/losses. Be able to select when
9 Applications
Modify current EA. (personal job)
70+ USD
Please add into the current EA a functionality that I can choose which financial data the EA will trade on. For example; if I choose only “high volatility” data and multiple “high volatility” data from the same currency is release on that day or time, I should also be able to choose which data release the EA should trade on. This will eliminate the issue where the EA makes multiple opposite trades
Modify exisiting EA and add few function (personal job)
40+ USD
hye. there is few bug in my EA. and i have listed as follow EA problem 1- If I set initial lot TP1 ( 10 pip), CM automatic follow all TP1. I don’t want that. CM TP must follow CM TP that I set 2- Trailing stop does not work- please fix 3- Trailing stop must have function keep TP. Which mean, previously another coder did only trailing stop function. As long as it reaches the price that I set, example 10
1 Application