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
88599 completed jobs in all languages
Sort by:
Connect River Gate (personal job)
595+ USD
Connexion au River Gate EA with The Filter of The First Version . The document specification is Below thank you for upgrade the system . I Can drop Indicator for work in the programme
1 Application
(11) MQL4 Indicators Experts
Adding new features to existing EA (personal job)
35+ USD
want to add a a new feature : change betting strategy from labouchere to martingale plus reverse martingale. e.g. If TP, follow a pre-set reverse-martingale sequence , e.g. 1 , 2 , 4 , until the end of that sequence. e.g. IF SL, follow a pre-set martingale sequence , e.g. 1 , 2 , 4 , until the end of that sequence. that is , once win, keep increasing the bet according to a pre-set sequence until the end of that
1 Application
MQL4 Experts
30+ USD
Exponential Moving Average Crossover bot (Scalping Bot) M1 chart EMA 10 Close (Brown) EMA 25 Close (Blue) I should be able to use the bot on any currency pair Chart should display both moving averages in the specified colour The bot should be able to open and close a position automatically when the 2 EMA’s crossover I should be able to adjust Lot Size, Take Profit and Stop Loss if I need to later The bot will open
11 Applications
(1) MQL5 Experts
50+ USD
Dear Freelancers, Im interested in creating an EA base on the products below https://www.mql5.com/en/market/product/26888 https://www.mql5.com/en/market/product/33638 What will the EA does. I will give you a set of rules of what it needs to be followed. That includes the stop loss, take profit, and entry point. Method will revolve in H4, H1 and M15. Lets discuss further if you are familiar with both of that Indicator
8 Applications
(5) MQL4 Indicators Experts Forex
30+ USD
I need a simple EA that reads from a "read only text file" every 10ms and opens / close / reverse only 1 position. - If the text file contains 0, then no position should be opened. - If the text file contains 1, then 1 long position should open. - If the text file changed from 1 to -1, then the long position should close and a short position should open, and vice versa. - If a long or short position is open, and then
4 Applications
(6) MQL4 Experts
60 - 80 USD
Idea of Trading System Trend following EA. Market entries are performed using three EMA's. 7, 24, 28 (subject to change to find optimal configuration, go with these for code) Trade Signals Buy: 7 EMA > 28 EMA trade must only be placed once on the candle of the cross using Ask price. Position is closed once the 7 EMA < 24 EMA. Stop loss will be fixed amount external input Sell: 7 EMA < 28 EMA trade is placed on the
19 Applications
(1) MQL4 Experts Forex
40+ USD
MQ4 I would like to update and refine an existing program. No changes needed to the program logic. The program utilises the bollinger band to execute trades but at the moment is causing a few errors as in the above statement I would like the the programs refined. MQ4 BBin-EA.mq4
8 Applications
30+ USD
Hello, I would like to create a HeikinAshi EA with pending order and trailing stop. Requirements: 1) max position settings. 2 max positions values: max positions per candle default 5 max positions total default 100 2) different lot size per order counts. each lot setting is required. lot1,lot2,lot3...... up to 100 positions. 3) pending order settings. 4) trailing stop settings. 5) close settings 6) source code to me
10 Applications
(19) MQL4 Experts
Limit Orders Update (personal job)
30+ USD
Please add delay time to the input: Delay time to modify 5th to 9th limit orders price = 300 seconds (Every 5 minutes) (Modification time of distance between the price of the 1st market order and the price of the last 5 limit orders). Just like how the ea work normally, the only difference is delay time for the last 5 limit orders. extern double Limit_Order5_Lot=0.6; extern double Limit_Order6_Lot=0.7; extern double
1 Application
(26) MQL4 Experts
Modification of Existing MA-Based EA (personal job)
30+ USD
Kindly modify my MA-Based EA as follows: Amendment the entry rule by introducing Breakout Entry function, such that when it is set at true, and a signal show up, EA will take the trade at x pips above the high (or below the low) of the signal candle. Where x will be defined by user in settings. The requirement is that the rule (function) will be active for as many candles as it will take for the trade to trigger
1 Application
(14) MQL4 Experts
PIpsBlackHole Scalper EA (personal job)
80+ USD
PIpsBlackHole Scalper EA A) Trend Using 2 indicators Momentum https://www.mql5.com/en/market/product/9564 & MacD_Histogram on ICmarket MT4 indicator. I could send it if needed. 1: Higher time frame Trend. Both indicators should be use for higher time frame as Trend filter for trade. Last MacD_histogram should be in the same direction as Momentum indicator for a trend to be Valid, 2: Break Even When Trend
1 Application
(10) MQL4 Experts
30+ USD
I need someone to create a robot cum indicator (It will give alert also if we want to trade manual) based on 3 MAs. If the candles are away from the MAs, and not touching the MAs, once it touches the MA, we have a trade setup to put a buy stop or sell stop. Other regular options required like auto break even, trailing stop, time filter etc
7 Applications
(41) MQL4 Experts
XXXUSD 10 point adjustment to look back/breakout bar (personal job)
75+ USD
adjust XXXUSD 10 points MT5 EA to look back at both yesterdays range and last bar (on any timeframe) as discussed below I found your EA XXXUSD 10 points whilst researching a breakout system ... looks interesting, nice work. 14:43 Id like to test it out with another indicator to see if it would be profitable .... my question is it would be possible to change the code slightly to look at the last bar instead of
1 Application
(7) MQL5 Experts
Need developer to create EA (personal job)
65+ USD
(1) ProOSMA EA (2) Auto HEDGING type PENDING ORDER EA 1. Basic criteria: I need EA which will take BUY & SELL ENTRY and will put SL/TP value from EA input. (1) EA will work based on OSMA(12,26,9), SMA(18). (2) EA will take SELL entry when OSMA(12,26,9) bar is confirmed negative and a bear candle has opened as well as closed below SMA(18) (3) EA will take BUY entry when OSMA(12,26,9) bar is confirmed positive and a
1 Application
(28) MQL4 Experts
30 - 60 USD
Hello, It is triggered directly when the robot is running or it can also be triggered manually. The robot opens a position (sell or buy) and a TP is determined. If the robot does not reach the target and it goes the other way the robot will buy in a reverse option either with an identical lot size or with a martingale option. (the same operation 20x maximum) All positions must close at the same time when the TP is
8 Applications
(6) MQL5 Experts
Create a function to calculate the last 5 profits (personal job)
30+ USD
Create a function that returns the last five profits so like above, function returns: deal_profit1 =1 deal_profit2 =-170 deal_profit3 =1 deal_profit4 =-64 deal_profit4 =21 in a dynamic manner, so if another deal close in profit xx then deal_profit1 =xx, deal_profit2=1, deal_profit3 =-170 etc I'll later want to add them up
1 Application
(8) MQL5 Experts
30+ USD
hello, In metra trader 4, we place the SL and TP using the SR values. What I want is to place the trade using the PIPs. eg : SL:21pips and TP 31Pips. If its possible do reach out to me, asap
4 Applications
(1) MQL4 Experts
Converting MT4 to MT5 Project (personal job)
50+ USD
how much would it cost? # 2020.01.30 01:01 EN reply i have not done conversion before, so i have some questions: 1) if converted, would it be exactly the same or do i have to test it for bugs? 2) any difference that would make it work differently in mt5? # 2020.01.30 01:03 EN reply mt5 works different from mt4 and is different in coding, opening trades, ... so some parts of code should be rewritten, it is possible it
1 Application
(74) MQL5 Experts Converting
Adding new features to existing Partial Close EA (personal job)
30+ USD
This EA is composed of a Lotsize calculator Panel which I load over an empty chart. I complete risk per trade (2% standard), and the boxes for SL and TP1, TP2 and TP3. The Lots are constantly live recalculated as the price moves, one´s I click over Buy or Sell it opens the optimized lots based on balance, risk per trade, entry price and SL. In addition to this "Lotsize calculator Panel", it manage aswell the running
1 Application
(13) MQL4 Experts
Combine 2 indicators and create automated system (mql4) (personal job)
230+ USD
EA Input: Lot Size Order-1 Lot Size Order-2 Slippage - Breakout Indicator Inputs: No Martingale, No Trailing.. Rules: Entry - Open 2 trades at when signal comes TP - First Order will close at TP1 and Second Order will close at TP2 levels of Indicator SL - Hit Both SL as per swing SL level of Indicator BE - If First Order Hit TP1 then the second order SL will be BE Level Trend Change - Close both orders if trend
1 Application
(105) MQL4 Indicators Experts