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
88088 completed jobs in all languages
Sort by:
Indicator to calculate %change on x timeframe and draw fib (personal job)
40+ USD
ok the indicator will be able to check the %change just like dashboard. it will have its own settings 1) the indicator can check %change based on the timeframe user set example: if indicator is on m5: check m15 %change (same as what you did for dashboard, its a drop down list of which timeframe to check) if indicator is on m15: check h1 %change 2) it will draw up or down fibo based on the %change it checked if
1 Application
(74) MQL4 Indicators Experts
70+ USD
I'm in need of a programmer who can accurately and quickly program an Mt5 Expert Adviser for Boom and Crash to trade on the 1Minute timeframe scalping on Binary (now Deriv) as soon as possible. Entries are performed based on Moving Average crossover as well as confirmation from Awesome Oscillator and MACD for between 40 seconds to 280 seconds scalping 1 to 5 candle bars. It's straightforward, all necessary details
4 Applications
(3) MQL5 Experts Scripts
Update Stoch please V1.06 to 1.07 (personal job)
50 - 200 USD
Issue 1: When using this on several indices I keep getting same issue with "ontick critical error", test this EA on indices and you will see. Other updates to do asap are attached in txt file at the bottom, 1.06 to 1.07
1 Application
(13) MQL5 Indicators Experts
30 - 50 USD
I would like modifications made to existing EA and indicator. I want to replace the current indicator((stochastic) with EMA(with the option to change settings of EMA) The parameters/logic/strategy for the EMA are when the price is over the EMA that should signal buy, and when price is under EMA that should signal sell. The trading theory is the same when all the tfs EMA are in agreement then buy or sell alert should
4 Applications
(49) MQL5 Indicators Experts
30+ USD
Dear freelancers We have a custom made MQL5 trend indicator which we use manually in trading. What we want is to convert this indicator to an EA as follows. This indicator displays trends in two colors of blue and yellow for buy and sell, respectively. Therefore, our EA must open a buy order when trend color is blue and close the order when color changes to yellow and vice versa. Then the EA waits for an adjustable
30+ USD
dear coders i need your help to convert my arrow indicator into a semi matic ea for MT5 with some minor button needed to assist me in my trading session 1. ea is activated using pending command, for example when i place a 1.buylimit at price xxx00 : ea will place a buy order when there is an up arrow detected and averaging buy will take place for every up arrow that appear below the prvious buy made by EA 2. buylmit
4 Applications
(13) MQL5 Experts
An EA based on fractals and alligator indicator (personal job)
30+ USD
I need an EA for MT4 platform that can do the following: Criteria must be fulfilled for Buy entry: 1) Down arrow fractals candle low must be above Alligator Teeth only (Only look for fractals after 3rd candle open) (Pink Arrow) Upon above confirmation: 1) Buy on 3rd candle open (Red Arrow) 2) Stop loss at Fractals candle low and + number of pips set on Expert input properties (Yellow Arrow) 3) Take profit at multiple
1 Application
(3) MQL4 Experts
Modification to EA (personal job)
60+ USD
Here are the changes I would like to ask from you for the RSI EA 1. All trades in a basket will close from now one on the principle of “First In First Out”. This means, close the oldest trades first from the basket. 2. New variable at the end: “USA Compliance” with On/Off – when On, the EA cannot have a buy and a sell open at the same time on the same pair. This means it will not allow recovery mode also 3. New
1 Application
(5) MQL4 Indicators Experts
Scalping micro pips strategy, EA for MT4 (personal job)
80+ USD
Hello, As discussed.. 1.Start with buy and sell order with stop loss 50 pips and take profit 5 pips for both buy and sell order. once take profit hit, the same order repeat with SL 50 and TP 5. for example: if buy order hit TP, another order of buy order will open with 50 SL and TP 5. it continuous. if market moves in trend and 5 pips TP not triggered, and the market moves against our trade order and moves further
1 Application
(20) MQL4 Experts
Modification of an existing EA: AUM SHANTI (personal job)
100+ USD
Please see attached file for the details of modifications of the existing EA. Please name the new version as AUM SHANTI_V2 Besides the (new) modifications, there are two corrections need to be made in both AUM SHANTI and AUM SHANT_V2. (This was mentioned to you earlier, but that is still not working correctly). 1. For grid trades, 'magic number' has to be added along with other details in the comment column. 2
1 Application
(5) MQL4 Experts
30 - 100 USD
Hello wizards I have a simple job for a generic idea. This EA should work on RENKO and Normal time based chart So here are the simple rules- for buy condition 1 - there should be a bearish candle condition 2 - there should be two bullish candles condition 3 - EA should open the long trade after the closing of 2nd bullish candle. For sale - Just vice versa important functions to have- Break even function trailing
20 Applications
(4) MQL4 Experts
EA based on zigzag indicator candle time (personal job)
30+ USD
suppose the zigzag indicator created new bottom or top, so after that top or bottom candle the EA Start count 23 candle, lets say we are at the 23 candle already now and candle has closed, if the 23 candle green the ea will sell the next candle , if the candle 23 red the Ea will buy the next candle. this is the first method if its clear let me move next to the second method 2020.07.04 23:52 i will send you photo so
1 Application
(12) MQL4 Experts
30+ USD
THIS IS STRICTLY FOR SYNTHETIC INDICIES, PLEASE DO NOT APPLY IF YOU DO NOT UNDERSTAND THEM. Hello, I need a developer that can code an EA for me to take buy and sell based off support and resistance and trend lines. I'll attach the requirements for it, give me your offer for the job and time frame because I need it urgently. Thank you
2 Applications
(8) MQL5 Experts
50+ USD
Hello coder I am looking for a strategy or code that has good backtesting result up to 5 years. If you have one please contact me. Any strategy is welcome. you can send me demo version so I can test it myself. Thank you
6 Applications
(68) MQL5 Experts
RD and BB (personal job)
50+ USD
Reversal Day and Bollinger Band Strategy Conditions for SELL: Close(-2) >= BB (Upper)(-2) See attached document for more Conditions for BUY Close(-2) < = BB (lower)(-2) Open(-1)<= BB(lower)(-1) Please see attached for full details Indicators setting Bollinger Band setting(please make the settings open so I can set what I want)
1 Application
(17) MQL4 Experts
Modify existing EA (personal job)
30 - 100 USD
Hi Trih Dat, I would like to modify the ea you just did for me a couple of month ago. Manual_Trader_v1.5. I would like add two items: 1. add 'step' for position size. eg, initial lot is 0.1, if step is set up 0.01, my next position will be 0.11, 0.12, 0.13 etc, in that way, It will solve FIFO issue with my broker. 2. add 'highest price' not allow for longs and ' lowest price' not allow for shorts. eg, 1.13 is the
1 Application
(4) MQL4 Experts
30 - 50 USD
So I want it to check when the price of a crash indices drops and opens a trade that would last exactly one minute. Then it should wait , till it drops again and do exactly the same thing. it should buy with a lot size( 0.5 lot for every $50 in balance)
7 Applications
(6) MQL5 Experts Text writing
EA V2 (personal job)
50+ USD
First I’ll need the Ea to check for a buy or sell signal from “777 notifier” then to enter the trade from “ 777” depending on if I have it set for a buy or sell “777 notifier” gives a “H1 sell signal” then “777” gives an “ ema cross trend going down H1” then I’ll need the EA to enter a sell position And the same for buys, so basically I want a trade to be entered if two statements are true I still wanna keep all of
1 Application
(4) MQL4 Experts
FxPro Builder EA (personal job)
45+ USD
Default Bollinger Band Period-.....................20 Deviation-..................2 Default Moving Average EMA..................... 5 Shift ..................... -ve 4 Buy Set-Up EMA Line with shift -4 has just crossed middle BB. Candle stick has closed and is below the upper band, meaning it has not crossed or touched upper band. This is the signal bar. It should be bullish Buy and set SL to three previous
1 Application
(16) MQL4 Experts
To modify my TDI Dash (personal job)
55+ USD
To modify the TDI Dash, similar to its previous designs and functionality, based on three standard MT5 indicators plus the iWPR indicator: The original job was posted here >> https://www.mql5.com/en/job/114549
1 Application
(3) MQL5 Indicators Experts