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
9004 completed jobs in all languages
Sort by:
150 - 200 USD
I am looking for a Trading Robot creation using the Asia session high and low. A buy trade is to be placed if the high of the Asia session is broken first or a sell trade is to be placed if the low of the Asia session is broken first. This is to automatically execute. A risk of 1% of the balance needs to be used when the trades are executed. The risk to reward is aiming for a 1:1. The stop loss needs to either be
Creating an EA with an existing Indicator (personal job)
99+ USD
Hello :-) I added the specs in the annex. As discussed you can use the previous Concretum Bands indicator with a slight improvement. I need to adjust the start and end timing of the indicator. Default is 16:30 until 23:30. The EA needs to be written in MQL5 and the source code provided at the end of the order. Thank you in advance
30+ USD
I am looking for a developer who can develop a zone to zone indicator that works as follows: 1. it should draw zones that had the most touches from the price. 2. you can use fractals to determine the price touches and yet fractals should not be shown in the chart. 3. zones must not repaint, and also they must be able to be used on different timeframes whereas they only stick to one timeframe, like this.......if i
Simpile robot (personal job)
70+ USD
sir it is very simple robot i want to make a robot without any indicator or anything just i want to open both buy and sell at he same time every time robot starteted with step and multiple and magic number and ea coment and max profit per day and max loss per day and one option with true or false for example open trade at the opening of time frame candle and also step and take profit simple just without any indicator
1 Application
40+ USD
I have an indicator that gives signal for buy and sell. It gives Take profit and stop loss levels automatically . I need an expert advisor that will pick those trades and place them according to the sl and tp level given by the indicator
21 Applications
I need a trading view strategy converted into EA for MT4 (personal job)
30+ USD
Covert a Trading view strategy into Mt4 Indicator , It will be based on bollinger band, Should be same to same buy and sell same as in trading view with alerts , option of alert should be based on open and closed candle. There should be option to change value in input of indicator as same in trading view setting
Development of an Advanced Trading Robot for Breakout Strategies (personal job)
150+ USD
This trading robot will have as objective to execute a breakout strategy centered around the Asian session range, identifying high-probability opportunities during the European and American sessions. It enters trades when price breaks and closes beyond the Asian range and breakout above or below the PDH or PDL with momentum, manages positions dynamically, and adapts to market conditions using advanced risk management
JOUD Wave Martingale EA (personal job)
60+ USD
Wave martingale Mt4 I want to create an expert that works with the wave and martingale function together The idea is known, of course, and we have implemented it previously But here, no more positions will be opened when reaching He will close previous one and open new one evry X point Whether with a loss or profit And a new position will be opened in the same direction If the price is rising upwards, open buy
1 Application
100 - 150 USD
Custom Trade Manager (Risk-Reward Visual Tool) for Manual Trading in MT4 I added a screenshot of the RR-Boxes (LIVE and PERMANENT BOXES) and how I want it to appear (see RR-Boxes.zip) PLEASE READ THE UPDATED ZIP FILES. Previous zip files are removed and replaced with more clarifications. Clarification: Risk % and Reward % are based on Account Balance. Budget : $100–$150 Tool : Indicator or Expert Advisor (whichever
30 - 70 USD
Good morning! I would like to convert the concretum bands indicator into a mql5 indicator. The indicator is attached and free available in tradingview. The indicator needs to have buffers and handles that I can build an EA later on. Cheers
FMC Alert Scanner EA (personal job)
40+ USD
The EA is to work exactly like the indicator. The Ea will have numerous sequences, and show directional arrows for whenever the market conditions match any of the sequences. The Ea will have a few inputs that are to be kept available for changing, ie. trading time, pivot levels, lot size, tp/sl
1 Application
Need to add moving average to standard indicator (personal job)
30+ USD
Hello, I'd like to add a moving average to an existing indicator. This should be straight forward I am attaching the output needed to this message. Please review and provide best price and how long it will take to complete. thank you and hope to hear from you - BT
1 Application
30 - 50 USD
Project Description: We are seeking an experienced MQL5 developer to create a basic framework for a trade copying system, designed to operate locally on a VPS. The system should consist of two Expert Advisors (EAs): a Transmitter EA and a Receiver EA. Both EAs should feature a simple dashboard with connection status indicators and the ability to copy trades from one account to another. The primary requirements are as
40+ USD
hi! I need an EA with following logic - it calculates 200 SMA and lower/upper ATR bands 1) makes a #1 long trade if price crosses-up lower band. 2) makes a #2 long trade if price crosses-up upper band exit = if price drops 3% from entry stop on the Cross-down of 200 sma
30 Applications
30 - 250 USD
I am looking for a professional developer to create a highly efficient **Expert Advisor (EA)** for **Meta Trader 4** and **Meta Trader 5**. The EA should aim to generate a consistent profit of **$20 USD per day** with minimal drawdown, using any strategy or approach the developer finds suitable. #### **Key Requirements:** 1. **Trading Strategy**: - The strategy is flexible; the developer can propose the best approach
30 - 100 USD
I would like to add custom Alerts and additional functions to the existing MA indicator. Also I would like to clean up the code a little. Let me explain in specific detail what I would like to have done. First I would like to remove the existing Alert based on MA trend change. Then I would like to remove some MAs from the drop down menu of the indicator. Please refer to the attached image named AllAverages. I would
9 Applications
30 - 50 USD
Hi there, Please convert this EX4 indicator to MQ5 Deeply sorry I don't have the MQ4 source file But if you experience developer you know how to convert this indicator Thank you
8 Applications
40+ USD
Hello i need help for making an ea that uses hedge and martingale in the same time. RULE 1. ONLY OPEN 1 POSITION AND THEN SELL STOP OR BUY STOP IN DESIRED PIPS WITH STOP LOSS AND TAKE PROFIT RULE 2. NEED TRAILING STOP AFTER SECURING 10 PIPS RULE 3. WORKS ON CENTS ACCOUNT AND USD ACCOUNTS. RULE 4. THE NEXT ORDER SHOULD GO IN THE TREND I HAVE A PICTURE HERE PLEASE NEED ASAP
18 Applications
30+ USD
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
10 Applications
Convert tradingview strategy to mql5 (personal job)
50+ USD
Hello, I coded my strategy on tradingview I would like to convert it to mql5 because with pine connect I can't do it Basically, I started with an indicator called mtf crytpo sea. look in tradingview a little how it works my problem is that I have no parameter for the batch according to my risk maybe add a parameter in mql5 where I can put the risk and which will then calculate the lot when I open a position? I put it