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