All orders - C++ - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2144 completed jobs in all languages
Sort by:
Modify my strategys 2 (personal job)
75+ USD
it is necessary to modify my strategies, everything will be explained in detail to the chat and in private, some of the characteristics (code1)-fix error Failed to get MODE_MARGINREQUIRED (code1)-add gui and upload (code1)-add news (code2) -add gui and upload
50 - 75 USD
I need one parameter in this expert advisor changed. Currently this EA will place a buy order at 6:00PM EST I want to change it to play a sell order at 6:00PM EST. All other parameters will stay the same. see attachment for expert advisor
17 Applications
(3) MQL4 Indicators Experts C++ Forex
Modify the stop loss criteria (personal job)
30+ USD
I need to modify the criteria of the previous EA you have done to me A B C D so i will require to close the position only if the candle closes above/under the s/l criteria we defined before OR if the conditions on the opposite direction are met on a closed candle
1 Application
(2) MQL4 Indicators Experts C++
Modify winsock2 (personal job)
30+ USD
Modify winsock2.mqh that can be used in SOCKET communication between MT4 and MT5 , MT5 and MT5 The old mqh file work perfectly with MT4s. Need some modifications only. The new mqh file should be used in socket communication between MT4s, MT5s and MT4-MT5
1 Application
(10) MQL5 Integration C++
Modify your existing tradingview pinescript indicator (personal job)
30+ USD
Hello based on our discussion I would like you to modify my existing tradingview pinescript indicator based on the new condition I sent to you . Kindly bid for the job and let proceed thanks
Modify your existing tradingview pinescript indicator (personal job)
80+ USD
Hello based on our discussion I would like you to modify my existing tradingview pinescript indicator based on the new condition I sent to you . Kindly bid for the job and let proceed thanks
30+ USD
Before we begin, please have a close look at the original consecutive bars indicator in the attachment for reference. This is a simple project if you are have experience building MT4 indicators in the past. Basically, I’m looking to keep the existing alert functionality on the indicator while adding/changing the conditions by which the alerts appear on the chart. I need you to make the following changes to the
9 Applications
(2) MQL4 Indicators C++ Java JavaScript
30+ USD
1. • Slide 2 is the old system. It is based on the 144 weighted MA. This was made by the last developer but not all the trades are being taken – please make sure all of them are taken 2. After the above is corrected, • System: Open a BUY and SELL order at the same time and have TP and SL parameter for them • Do not close trades on MA cross, only on TP and SL parameters PLEASE FAST EXECUTION NEEDED
6 Applications
30+ USD
My indicator requirements are very simple, as the title says I need to " Modifying An Existing indicator that show higher Time Frame signals on the lower time frame " M15 Signals on the M5 H1 signal on the M15 H4 Signals on the H1 Daily Signals on the H4 The signal is shown at the close of the higher time frame candle that will generate a signals
30 - 50 USD
I have four similar MT5 EA which now can not complied because of 2 errors each. EA calculate all given pairs and all time frames, the gap between MACD cross and previous MACD cross. Now EA make open/close execution at MACD cross. 1. Check the logic & fix it You'll check these EA source and fix errors, and report me the difference of four EA. 2. Let these EA shows this gap value in 'comment' of toolbox
Modifying previouslly ordered trading robot (Secret Santa) (personal job)
30+ USD
Hi, Jamil we have ordered to you this robot several weeks ago. Now it needs to be modified. Please check this file again and add our new options. 1. This robot will decide to open position depending on previous candle's price. For example if the close price of current candle is more than the close price of the previous candle it opens buy. And if the close price of the current candle is lower than the open price of
Money Management #2 with pending orders (personal job)
100+ USD
Hi, *** I will add my EA as a reference. Feel free to modify it. Note that I am primarily a trader and not a programmer! First, I would like the EA to manage several positions at the same time ( up to 8) . Therefore, different targets (TP), but the same stoploss (SL) based on the ATR. Parameters must be variable. When position #1 and position #2 are trigger, the two targets,the StopsLoss as well as the pendings
1 Application
(18) MQL5 Experts Integration C++ C# Forex
30 - 40 USD
This money management system is designed to protect capital when market conditions are not favorable to the strategy and to increase risk when they are. You will have to add your lines of codes to my template: Dummy. And make sure the code works for all brokers. There are four parameters to this system: 1. input double Starting_risk=1.00;//% 2. input int Max_win_steps=5; 3. input int Max_loss_steps=3; 4. input double
3 Applications
140 - 180 USD
I need an experienced and serious developer (and who masters very good English) to write the code for a Money Management system which opens and closes trades based on the strength of the signal. The strength of the signal is calculated by a code I already have and these values will be retrieved and used by the Money Management system, so you will have to integrate the code. There are also several other rules that
10 Applications
30+ USD
Details Requirements Type Expert Advisor Name Moving Average Cross Over Sell Entry Bar0 bearish High > MA && Bar0 bearish Low < MA Sell Filter Bar1 bullish High > MA && Bar1 bullish Low < MA Buy Entry Bar0 bullish High > MA && Bar0 bulllish low < MA Buy Filter Bar1 bearish High > MA && Bar1 bearish low < MA Others . Open sell trade if sell conditions agree*** . Open buy trade if buy conditions agree***
16 Applications
30 - 100 USD
Hi, I am looking for someone who can develop a simple Moving Average crossover strategy for M1 timeframe and tradable for different currencies. The check list of what is required for the EA is as follows: 1. "Period, Shift, Method and Apply to" properties of the two moving average should be easily and freely changed. 2. The EA must successfully execute the trades on every crossover as coded and specified. Unless a
30 - 100 USD
I am seeking a programmer to develop a Moving Average Crossover EA trading robot that takes trades, at lot size 0.02. it must use a 2:1 trading strategy, 50 pips Take profit to 25 pips Stop Loss. Using the 5 minute and 15 minute Crossover lines
22 Applications
30+ USD
Moving average crossover ea required, be able to trade from one to four symbols. Stops on weekends, alerts on opening an closing of positions, changeable moving average periods, trailing stop... Price negotiable
22 Applications
(1) MQL5 Experts Futures C++ Forex Stocks
60+ USD
Need 3 EAs. It is one strategy but with small variations that is why it is 3, nothing complicated. 5 MA is simple moving average, 144 MA is weighted moving average. I need the EAs to have two options. EA should work on all currency, indices i.e SPX500 etc and commodities i.e. XAUSD etc. I have attached pngs, please take a look. EA (A): First option: BUY when 5 MA crosses above 144 MA, SELL when 5 MA crosses below 144
100+ USD
Requirements Specification: The EA will have the following settings: MovingAverageOne MovingAverageTwo The following settings must be available for the MovingAverage: Period = manuel (no equal period allowed => One == Two) only allowed values => One < Two Method = Simple; Exponential; Linear Weighted Apply to = Close; Open; High; Low Style = Color; Dotted or solid; normal or bold Trigger a Buy Position when
9 Applications