Orders for converting - 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
291 completed jobs in all languages
Sort by:
30 - 40 USD
I need to convert one working indicator and one working Expert Advisor from MQL4 to MQL5 with all the functionality retained. MQL4 source files will be provided. All additional information will be provided furing negotiations
8 Applications
50 - 100 USD
I am wanting to have a strategy I use on TradingView (Pine Editor) converted into an MT5 Expert Advisor. It has around 60 lines of code in Pine and opens a long position when several indicator conditions are met. It needs to be available for all timeframes/markets. This will be used on the Genesis Markets broker so base currency will be BTC (Bitcoin). I need all indicator parameters to be editable from defaults via
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
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
30+ USD
Debugging required on my NR indicator I have been working on with various freelancers., Needing to solve for what is reason it works differently in tester than on forward tests. in tester you can drag same indicator with different colored arrows and it doesn't match. The indicator also has label chart statistics that don't update in tester. I can say it has some code that counts up on and some code counts down
30 - 40 USD
Hi, I've done an indicator for mt4 and i need: check for repaint errors (i need to remove repaint if there are... i don't understand if this indicator do repaint) convert from mql4 to mql5 I will send the source code in private
Converting Ea To mt5 and creating better back tester. also create a new EA (personal job)
300+ USD
I want you to create a back tester like we talked about in the previous orders I would also like you to create a new EA that is based on a few indicators that will run on Mt5 aswell Also i would like you to add 1 additional indicator into the ea before you convert the ea to mt5 i will give more of the finer details in the word document like always . this is a big order , but i know from your previous work that you
100 - 200 USD
Convert Existing "Support and Resistance Breakout Arrows" Indicator become EA auto trading Feature to add on: (a) Open position (Buy or Sell) when Arrow appear. (When Blue arrow appear, it open buy position, when Magenta arrow appear it open sell position) (b) Must include Stop loss and Take profit for every position (c) 2 position will be placed once arrow appear , First Market Orde r and Second Pending order with
30 - 50 USD
I have an Indicator which shows Buy an Sell Signals and TP. I need this Indicator to do it´s job automatically. I need to set the Lotsize and the maximum open Trades Thanks
16 Applications
30 - 100 USD
Hi, I need an EA based on the PipFinite Trend Pro Indicator, with magic number and with Fixed lot. Step 1: Trade make an order when buy or sell signal appears Step 2: Set Stop Loss Exit buy signal on a new sell signal. Exit sell signal on a new buy signal. Step 3: Set Take Profit Take profit on TP1 of the Trend Pro Indicator Take profit on TP2 of the Trend Pro Indicator Step 4: Multiplier multiplier in case of losing
16 Applications
30 - 50 USD
Hi, I need to convert the Super Trend 2 Strategy from Tradingview Pine Script to Meta Trader5 EA, so that it can open and close orders on its own. Supertrend is a strategy by breizh29 using *rajandran.r* Supertrend Indicator, and here is the original code: strategy("Super Trend 2", overlay=true, default_qty_value=100) res = input(title="Main SuperTrend Time Frame", type=resolution, defval="120") Factor=input(1
5 Applications
30 - 50 USD
Hi, I have collected some indicators from the MQL5 Forum and I would like to convert it from MT5 to MT4. trading_sessions_open_close asctrend NRTR_color_line TrendStrength_v2 Because some brokers do not support MT5 so I want to use both platforms together. I will send MT5 source code of the above indicators after you accept the job. Thanks, Best Rgd. Tuan
50+ USD
I need an EA that uses's an external custom indicator for buy and sell signals, with these inputs: manual size for each trade auto calculate lot size for each trade Risk allocation for each trade (by balance) Take_Profit in pips Trailing_ Stop in pips Trailing_steps Break even in pips Stop_loss in pips With options, Hedging (True or False) TP1 Close (25%, 50%, 75%, 100%) TP2 Close (25%, 50%, 75%, 100%) Close trade on
30+ USD
A simple Expert adviser that I could input that if one candle goes a certain amount of pips (let's say 50 pips) give an alert notifying via popup and notification showing pips amount and will auto buy or sell base on the alert. The stop loss target price is also calculated upon the trade. please let me know if you have any doubts. regards Eng Keong
4 Applications
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