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
8906 completed jobs in all languages
Sort by:
30+ USD
Modify of High Low Bar Forex MT4 EA 1. Add Deny Buy and Sell bar ( on/off ) 1.1. Check Time Frame 5 ( Adjustable ), ( on/off ) ( example 15 min timeframe ) 1.2. Check Bars 5 ( Adjustable ) 1.3. Bar Amount Pips 5 2. Add Deny Buy and Sell bar ( on/off ) 2.1. Check Time Frame 6 ( Adjustable ), ( on/off ) ( example 30 min timeframe ) 2.2. Check Bars 6 ( Adjustable ) 2.3. Bar Amount Pips 5 3. Add Normal Take
50+ USD
Hi, I need someone to make me an EA that will buy when 13 EMA crosses above 20 SMA and has trailing stop. It should sell when money flow index indicator hits a certain number. If not, trailing stop should take profit. When EMA crosses below SMA, same setup. Stop loss is needed too. Let me know if this doesn't make sense haha
16 Applications
30+ USD
Hello i need indicator to be adjusted. I want to show horizontal lines under up candles and above down candles hoes break lowest or highest shift x bar candles
1 Application
Modification of system (personal job)
70+ USD
make changes in the first expert : - adding option to turn martingale off or on - adding option to use "old" type of signal or a "new" type (two lines cross) signal in the second expert : - finding and solving the bug why it does not close orders - adding an option to use the double line as an additional filter in the second expert too (both types of states/signals should be able to be used as a filter in the second
EA based on Agimat system (personal job)
40+ USD
Want to create EA for indicator i have. The concept is simple.. open SELL order when there is white down arrow & close the SELL order when thee is Yellow boxed UP arrow. And open BUY order when there is white UP arrow & close the trade when there is yellow boxed DOWN arrow
1 Application
Simple Candle Pattern BO EA for Nurudeen Amedu (personal job)
35+ USD
Using buy as an example Wait for 3 or 4 consecutive bullish candles then a bearish (Signal candle) candle covering 80 percent of the body of the bullish last candle. The EA should be able to open trade as early as possible without delay to be successful i.e 0-10 seconds of a new candle formation. The signal is invalid if; 1) the signal candle body covers the body of the last three bullish candles. 2) The Signal
1 Application
30+ USD
Hello I'd like the EA to open buy and sell orders based on Fibonacci levels + other levels which are all included below : 23.6% 34% 36% 38.2% 50% 61.8% 64% 66% 100% Strategy 1:- 1- The EA should calculate Fibonacci levels by looking back at a number of candles pre-defined by the user on the timeframe specified by the user and automatically identify the uptrend or a downtrend on the chart then open orders
7 Applications
30+ USD
KUMO rebuilding. hello, I need to rebuild my EA, based on the ichimoku indicator. It works well, but there are too many useless options that start to confuse, so to delete ... - Simplify or adjust "Open and Close" Positions Conditions. - And some modifications to the existing options and to maintain ... The final intention is to simplify the code. I send you more detailed specifications to agree conditions. Thanks
6 Applications
My robot need modiffy (personal job)
60+ USD
Trinh hi, I send message for my request. My robot make some errors and I want you solved these problems. I put in my robot Pullback Strategy and Pending Orders Strategy. These strategies work good, but if I not use Total Pips Target-Total Pips Loss - Profit Close- Loss Close
1 Application
60+ USD
- The EA should work on all timeframes - A LONG trade should be opened if the current candle goes 0.3 pips higher than the HIGH of the previous candle - A SHORT trade should be opened if the current candle goes 0.3 pips lower than the LOW of the previous candle - Only one trade should be open on a currency pair at any time. It is OK for trades to be open across multiple currency pairs at
15 Applications
50 - 150 USD
EA should be a programm that autonomously manages manualy opened trade in a trade sequence. Sequence should start with manual setting of trade 1 - this would be buy stop and sell stop order with predefined TP and SL. with certain piprange between Buy stop and sell stop. As soon as the trade either of the trades 1 get filled, system will set a countertrade trade 2 with other amount of volume multiplied by predefined
6 Applications
30 - 100 USD
I am seeking a programmer to develop a Moving Average Crossover EA trading robot that takes trades, at lot size 0.02. it must use a 2:1 trading strategy, 50 pips Take profit to 25 pips Stop Loss. Using the 5 minute and 15 minute Crossover lines
22 Applications
100 - 200 USD
Hi there, i need program EA with this requirements: 1. Work on all pairs and time frames 2. I have to be able to set up to 5 different EMA's 3. 3 trades will be opened, when certain conditions are met 4. I have to be able to set lot size, take profit and stop loss for each trade ( details later ) 5. Stop loss conditions will change when if the trades continue to the next trading day 6. If the stop loss hit on all
100 - 150 USD
this ea will run on a 1 day graph. I want the EA to be fully automated . it must run on all charts but only trade on 3 charts at a time. ( will explain more if needed) basically i want a ea that trades using : donchain ( 20 day ) The sma (14) . Mac D (14 , 26 ,9). when the pips break through the donchain resistance line 2 times ,when the sma 14 line passes through a rising pip and when the mac D 14 is above the mac
15 Applications
30 - 100 USD
Hello, am looking for programmer to write the code base for my EA Simple Strategy. MA5 and MA7 Exponential, RSI 14 Low. When the MA5 is above the MA7, the EA must open a position to buy if the price (or bar) is above the MA5 + X Pips and the RSI is above from level 50. Conversely = SELL. The EA opens a new order as soon as he reaches the Take Profit. Max 5 trades by bars. The EA must close orders at the crossing of
13 Applications
EA Add Ons (personal job)
30+ USD
Hi! like we said in the chatting. I would like to work with only two yellow lines, so i can trade only support or only resistance level. In the picture it is only resistance level
1 Application
Candle Ea (personal job)
45+ USD
The EA must open sell position at the lowest price reached by the last candle, or buy position at the highest price reached by the last candle. The EA must set automatically the sell loss after he opened positions as following
1 Application
30 - 60 USD
Automated Trading Robot - Platform - MT4 - Time frame - D1 - Working our - 00:00 - 23:30 - Volume - 0.01-10 lots - Pairs: 5 digits format (0.00000) - EUR/USD, GBP/USD, EUR/GBP; 3 digits (0.000) - USD/JPY On 00:00 o'clock put both BUY STOP order on High of the previous DAY bar with STOP LOSS on Low, and SELL STOP order on Low of the previous DAY bar with STOP LOSS on High. Once order's opened and make for
30+ USD
I need to use the #property strict option in the indicator (FloSoft_HA_Smoothed_Alert.mq4). When trying to use it I get array out of range error. This was expected. I am a MT4 programmer myself I know that it is needed to use ArraySetAsSeries in some way. I have tried and tried but just not been able to figure it out. Therefore I need some help to make it work without the array out of range error. I also attach the
/ Develope a EA Based on the results of 3 indicator + sma (personal job)
200+ USD
Project consist in automate my strategy create new indicator or use existing ones in market . Ea need tobe coded in mql5 i will need the source attheend of project Ea need toreplicate exactly the parameterz to enterin order. No martingale. The idea is to create some modular EA. The freelan er for thisprojecti need to long term work. More in deph details will be send to selected candidates. Thanks