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
262 completed jobs in all languages
Sort by:
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