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
6837 completed jobs in all languages
Sort by:
DREAM CATCHER 5 (personal job)
30+ USD
Hello Genesis, May we add an ADX filter. # 2018.10.09 20:08 EN reply 2018.10.10 So I should be able to turn this ADX indicator filter on and off. Also, I should be able to set the ADX period I want to use . This filter should filter trades in Two ways First way(without using the ADX line): If (the +Di is greater than the -Di) {the only trades that should be executed are buy market orders} else if (the -Di is greater
30 - 200 USD
The general idea is an EA based on the SuperTrend indicator. System operation the goal is to open a position with take profit and stop protection at each reversal of the indicator : Case N°1 In the event that prices reach take profit, 75% of the profits are taken and a trailing stop is created at Breakeven. Case N°2 The prices do not reach the take profit, the SuperTrend reverse itself. We close the current order and
28 Applications
MQL4 Expert Advisor Update - Adding or replacing an indicator in an Expert Advisor (personal job)
50+ USD
I’ve put more thought into things and would like add some filters to the EA I would like to add the following to filter entry of positions 1. ADX 2. Another slower moving EA Before I explain each, the primary rule to enter is when the fast and medium Moving Average’s cross (as it is set up now). The following filters must be added to open a trade ADX This is only a filter to enter a trade. I will place a level
1 Application
Multiple trades for HMA_EA(5) (personal job)
40+ USD
The HMA_EA(5) should work on its current functionalities Added option/functionality Multiple trade: True / False If true The EA should be able to trade every time the HMA changes color without exiting a trade when doing so. It should have multiple long and short trades open at the same time until each of the open trades reaches it respective TP or SL. It should not open more than 1 trade per HMA color line, Thus
1 Application
40+ USD
I'm in need of a new EA. This one is a trade manager. I would like for it manage trades only. I would like for it to have a TAKE PROFIT, STOP LOSS, and TRAILING STOP (with TRAILING STOP AND STEP option. For example, if my trade goes 40 pips in profit, I would want my Stop Loss to lock in 15 pips). I would like all to have an on/off switch. Also, 5 CLOSE PARTIAL PROFITS OPTIONS. LOT SIZE option, a BREAK EVEN option
15 Applications
30 - 50 USD
I have some parsing error with this EA, so i need to someone to solve them. this EA is based on the indicator SuperTrend, everything look all set but when i run the EA nothing happen
9 Applications
30+ USD
I HAVE MY EA READY BUT IT DIDN'T PASSED TEST BY CHEKS A TRADING ROBOT TEST BEFORE PUBLISHING IN MARKET. SO I WANT A PROGRAMER TO HELP ME STEP BY STEP TO CLEAR AT ALL STAGE. I ALSO WANT TO ACC MONEY MANAGEMENT, RISK MANAGEMENT, LOTSIZE MANAGEMENT CONTROLER WITH ONE STOP AUTO STOP AND AUTO START BUTTON ON SCREEN CHART. I HAVE ALREADY DEVELOPE EA AND EA'S SCRIPT IS ALL WELL AND IT WORKS ALSO. BUT I WANT TO CHECK THEM BY
30+ USD
Hi I need money management module for MQL5 wizard. the module determines the lots size based on account balance, risk and SL. SL -set by user (eg. 300) balance - from system (eg. 2000) risk -set by user(eg. 2%) max_lot - set by user (eg.50) amount_risk = balance * risk point = 0,00001 lotsSize = (point*amount_risk)/((SL*point)*10) // I hope my thinking is good if lotSize > max_lot then lotSize = max_lot Thank you, I
A special upgrade for TradingRobot (personal job)
30+ USD
Under Bullish point Setting - ((ADX1<ADX2)+(-Di1)<(-Di2)+(Di1)>(+Di2)+(-Di1)>(+Di2)) or ((ADX1>ADX2)+(+Di1)>(+Di2)+(-Di1)<(-Di2)+(+Di1)>(-Di1)) or ((+Di1)>(+Di2)+(-Di1)<(-Di2)+(+Di2)<(-Di2)) - (ADX1>ADX2)+(+Di1)>(+Di2)+(-Di1)<(-Di2)+(+Di1)>(-Di1) - ((+Di1)>(+Di2)+(-Di1)<(-Di2)+(+Di2)<(-Di2)) - (CofBAR1>AM1+OofBAR1<AM1)+(AM1>KijunS1) - (CofBAR1>KijunS1+OofBAR1<KijunS1)+(KijunS1>AM1) -
1 Application
Make an EA based on attached indicator (personal job)
30+ USD
create EA based on the TSO Top Bottom Divergence MACD https://www.mql5.com/en/market/product/25891# (indicator link) The BUY and SELL signal is based on the indicator signal. Take Profit method as below. 1. If TP1 hit move SL to BE 2. If TP2 hit move SL to TP1 area 3.IF TP 3 hit closed all position. All TP and SL must set to be hidden. All setting must same as below. Closed current position when opposite signal is
1 Application
35+ USD
The task is simple: I don't have the source file for a indicator that only gives sound and pop up alerts. I want another indicator created that can capture its signals and give a push notification and email alerts
8 Applications
30+ USD
i would like to create an EA based on the below indicator https://www.mql5.com/en/market/product/25891 buy when the Green Arrow appear. Sell when the RED arrow appear. open immediate position once arrow prompt SL and TP variable can be set able needed hidden TP and SL
5 Applications
Create Expert Advisor using 2 MAs & Custom Oscillator (personal job)
30 - 40 USD
Create Expert Advisor using 2 MAs crossover and oscillators. Position is open when all Entry Rules in the Direction Timeframe and Trade Timeframes are valid. Each trade is made of 2 units with the same Stop Loss but different Lots size and Take Profits; and no other trade is open for that symbol until both units are closed. The full details of EA specifications will be provided during negotiations process
1 Application
30+ USD
Hi have an EA *attached} and need it to convert to mql5. Furthermore I need stong assistance in backtesting and optimization that EA. Especiallz under MQL cloud, file/saving during backtest optimization
Update EA (personal job)
50+ USD
. I think it's going to be too complicated. If possible, i'd prefer to go the route of turning off symbols on and off. The problem I've had trying to do that in the past is that i have close all open order to remove one symbol. It's as if when the EA is attached to the chart and activated it locks in all those symbols. It's not possible to hide any of them individually until the EA is removed and ALL open orders are
1 Application
50+ USD
To develop an EA for MT5 to open and close trades based on the Bollinger Band indicator. Trades are opened and closed whenever a candle crosses the bands or when a certain price target is reached. Flexibility of defining trade size based on fixed lot size or lot size calculated based on the account balance
18 Applications
50+ USD
The orginal EA opens 3 positions. Only PT 1 and PT2 are defined. PT 3 is in this version a open lot. (https://www.mql5.com/en/job/84293) In the new version 3 PT need to be defined. PT1 = SL PT2 = 2X SL PT = 3 xSL Also the stoploss need to move when it hits a profit target PT 1 is achieved = orginal SL + SL PT 2 is achieved = orginal SL + SL +SL Starting Situation not different from orginal EA PT 1 is achieved PT 2 is
8 Applications
50 - 100 USD
I have a straightforward indicator that I want to convert to an EA. I also have tutorial videos on how the indicator works, and where I want the order to be placed, when to close the order, etc. The indicator finds specific support and resistance levels and marks them on the chart. Once the price breaks one of these levels, at next bar open the indicator should place an order with the TP at the broken point
MOVING AVERAGES SLOPE AND CROSSOVER BASED EA (personal job)
50+ USD
Hi Genesis, now that we know how to make a moving average filter, we need to add more of them, so I am able to choose how many I want to use and what the parameters should be for each. Imagine that I choose to use 3 moving average filters. So that the following logic is used to filter trades. If ((filter1 is true) or (filter2 is true) or (filter3 is true)) {ignore trades} # 2018.09.30 14:58 EN reply
30+ USD
Create a robot based on Bollinger band only when 2 conditions are met:. 1. Selling when candles move up 2 pips outside of Bollinger band outline with 10 pips TP setting - condition 1. 2. Selling when 5 candles consecutively climb up along Bollinger band outline with 10 pips TP setting - condition 2. 3. The robot is applied multiple selected currency only. Only one trade is opened for each currency at condition 1 and
24 Applications