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
8906 completed jobs in all languages
Sort by:
30+ USD
Please convert the TradingView strategy Pine Script into an MT5 Expert Advisor (EA) auto trader. (Ill provide the pine script) The EA should be based on identifying order blocks and imbalances. Trades should trigger whenever there's a wick candle break in an imbalance area or within an order block area
30+ USD
Dear colleagues, I have a small request for development. It is required to develop an indicator to display the 1-2-3 pattern. Standard strategy format for the indicator. Line display, separate line buffers for long and short signals. Arrow entry point. Separate input buffers for long and short signals, that is, separate arrows. Marks of TP and SL levels at entry point. The indicator should analyze the selected
Improving on already developed EA (personal job)
100+ USD
You will be helping to improve already developed EA by removing the hedging function. Instead EA will look to create opposing trades as SHA color change. This means we would be having buy and sell trades . As before when hedging equals the losing trade it closes. Same thing will imply . And then trades continues again after they close themselves out. also you are to help include daily target and equity protector
1 Application
Update of an existing EA (personal job)
30+ USD
The updates primarily focus on refining order parameters and introducing a Take Profit (TP) parameter for each executed order, enhancing the functionality and performance of the trading robot. The modifications to be done include the following: Refrain from taking any actions if candles close as a doji candle or if the candle body is smaller than the wicks. Introduce a Take Profit (TP) parameter, denoted in dollars
200+ USD
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
20 Applications
Create an EA based on indicator on MQL5 (personal job)
75+ USD
Here are the requirements for the New EA: Here we will be using 2 Indicators: • Market Structure Zig Zag (Free indicator in MQL5) • GoldBusterArrow (Attached) EA has to place Buy Orders when LL or HL is formed in “Market Structure Zig Zag” indicator and a Buy signal is given by GoldBusterArrow after that. EA has to place Sell Order when HH or LH is formed in “Market Structure Zig Zag” indicator and a Sell signal is
1 Application
FTM 2.E (personal job)
50 - 200 USD
FTM bot is a trading EA that analyses the market from the daily timeframe Then proceeds to the hourly timeframe to determine its entry using the Heikin Ashi candle sticks And it calculates the lot size for every trade with respect to the account size and the formular The bot Uses several exit strategies to close trades in profit And aswell has stop loss parameters to close out loosing trades The bot also has
90+ USD
Create Order Block Indictor same as the indicator i attached. 1. Buy and Sell order block with arrow 2. indicator must not repaint 3. indicator must have setting to manage order block. Order must appear in the same places as our order block indicator.... if you have workable send to me let test it
30+ USD
Hi All, I am in the process of uploading an expert advisor to the MQL5 Market place. However, it comes up with this error code below during the Test Report: ERROR CODE FROM TEST REPORT: test on EURUSD,H1 (netting strategy tester report 104 total trades test on XAUUSD,D1 (netting) 2021.02.17 01:05:00 failed instant sell 1 XAUUSD at 1792.65 sl: 1792.95 tp: 1792.15 [Invalid stops] 2021.03.30 01:05:00 failed instant sell
30+ USD
I have a mql4 code where in I need Start Time and End Time features in the program with true false Start time : Time entered in HH:MM End time : Time entered in HH:MM EA will place new orders between this timeframe only; no affect on running orders or trailing SL features Will send the code on chat
14 Applications
Tradingview indicator into an EA (personal job)
60+ USD
Tradingview indicator to be converted on EA 1. The EA will adopt indicators stop loss and target 2. The EA will have its martingale system to recover the losses 4. The EA will will have an option to only trade during london and us sessions. 5. Please provide source code after the work for future updates. 6. EA name is Smart Money Futuristic EA 7. MT5 version // This source code is subject to the terms of the Mozilla
3 Applications
30+ USD
Hello, I am kindly looking for a developer to help with the migration of an existing Expert Advisor from MQL4 to MQL5. The primary tasks required are: Code Migration: The current EA is based on MQL4 and needs to be rewritten for compatibility with MQL5. It is a straightforward mechanical limit order inventory management strategy (Grid), but it requires precise handling to ensure that its functionality remains
16 Applications
Modify EA (personal job)
30+ USD
Modfify ea as we discussed modify hegde function take profit and stoploss and time for trading monday and friday Start trading Monday: time End trading Friday: time Hedge takeprofit and stoploss more informastion in req sepec
1 Application
Hybrid hedging (personal job)
45+ USD
adjust the gap of our previous EA. indicated in the video. and make the ea available to sell in mql markets, the previous ea is not working when they verifying the bot. specifications: Valid entry gap per entry is different from the other, can be modify. Ex. 1st entry to 2nd entry Gap it triggers at 100 pips (adjustable separately) 2nd entry to 3rd entry gap is 100 pips(adjustable separately) 3rd entry to 4th entry
1 Application
Modify EA with Auto TP alteration (personal job)
30+ USD
Hi, Need to modify an EA that can alter the TP after the order is triggered. For example: In a situation when there are 2 or more buy orders triggered, the EA shall alter the TP value of these 2 to 3 orders to the highest TP price value among them. The same for sell orders, to the lowest TP price value among them. More details will be shared if keen
1 Application
30+ USD
Placing orders must be automated and must be able to place multiple orders example (1-1000) if possible.Trigger when every morning average crosses up or down a nother moving average it will take profit and then place order
13 Applications
30+ USD
I need this task done before 18:00 GMT 17/04/24 The EA is already written, however trades are opened at the incorrect level as instructed in the inputs and code which would need debugging, trailing stop loss functionality isn't working and my request mentioned below needs implementing . Assuming the upper RSI level is 70 and the lower RSI level is 30, the logic I am after is simple. When the price is in a decline
13 Applications
50+ USD
I need someone to convert this indicator into an ea. //@version=4 study(title="UT Bot Alerts", overlay = true) // Inputs a = input(1, title = "Key Vaule. 'This changes the sensitivity'") c = input(10, title = "ATR Period") h = input(false, title = "Signals from Heikin Ashi Candles") xATR = atr(c) nLoss = a * xATR src = h ? security(heikinashi(syminfo.tickerid), timeframe.period, close, lookahead = false)
10 Applications
50 - 120 USD
Need a personal EA/indicator that controls trades that I open manually for hedging it is very basic but need to be fully optimized because it will need to be fast. 2 basic functions 1- have 2 buttons "sell on open" and "Buy on open" upon the first tick of negotiation it will execute the buy/sell order at market price 2- add TP/SL and a martingale system as a "stop loss" to ALL trades I open manually(including the