All orders - C++ - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2092 completed jobs in all languages
Sort by:
Updating an existing trend following EA with two extra indicators (personal job)
50+ USD
Two extra indicators adding to an existing previously made EA..The conditions are already mentioned and discussed. Color stochastic has two colors, at level 20 red which once turned gray shall be a buy and level 80 which once turned green shall mean a sell
30 - 50 USD
§ Order must be placed as the alert message pop-up for an arrow § The placement of orders must be based on available balance and/ equity- negative free margin must be avoided § On Autolot, the lot must be calculated (risked) based on available balance and/ equity- negative free margin must be avoided § When the arrow is pointing upward- only grid buy orders must be placed and must be closed at the opposite
3 Applications
50+ USD
I want a simple ea based on trendline breakout with certain candlestick open and close requirements, the inputs must not be fixed. I will provide trendline requirements it's only based on one thing
30 - 45 USD
I WANT TO FILTER SOME ENTRIES FROM A WORKING EA, TO MINIMIZE DRAWDOWNS AND STOPLOSS. COULD BE ONE INDICATOR SUCH AS MOVING AVERAGES, CCI, RSI OR A COMBINATION. SUGGESTIONS ARE WELCOME. CHECKING THE BREAKEVEN FUNCTION THAT SEEMS NOT WORKING PROPERLY TOO
8 Applications
50+ USD
Hi Dev, I would like to open small pay job for provide me an existing EA based on SHVED SUPPLY AND DEMAND INDICATOR. The EA need to open order based on following situation. The ea must able to execute order on pair which in MARKET WATCH. Following is EA setting for user. Timeframe = M15, M30, H1, H4, D1 (user can choose which time frame ea will execute) Zone = Verified, Proven, Verified and Proven. (user can choose
30 - 100 USD
EA loaded ea waited for X_pip_distance before it enters a trade upside or downside Trade entered for example buy After every pip_distance X up a new position will open See attached image how the trades will look like Settings initial x_pip _distance gap between each new position =X SL tp close all position if hit this total profit close all position if X price reached
Percentage calculation addition to MT4 EA (personal job)
70+ USD
Hello! I'm looking to modify MT4 EA to add capability for an existing automatic trailing stop value to apply to some existing orders. I will provide the source code with the job specification requirement/information aswell as any necessary illustrated screenshots to assist in successful job completion. Thank you and I look forward to hearing from you
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 - 100 USD
I would like to create an EA based on the attached working indicator which places orders based on the Bollinger Bands and RSI. 1. The idea of the trading system is as follows : market entries are performed when it crosses inside RSI overbought and BB upper line for short trades and the opposite for long trades. 2. Trading Signals : Buy signal: close price crosses inside BB lower line and RSI crosses oversold level
30 - 100 USD
Hi, I want to integrate for sell and buy signals, 2 indicators EMA. 1. EMA8 (period=8, shift=0, applied=price close) 2. EMA20 (period=20, shift=0, applied=price close) Logical functions: if EMA8 > EMA20 signal to buy and open order to buy; if EMA8 < EMA20 signal to sell and open order to sell; if EMA8 = EMA20 close order. Please, integrate also: Trailing Stop based on MA, Trading with optimized trade volume Thank you
30+ USD
I’d like a new indicator producing that uses three instances of the same momentum indicator, to produce a valid buy or sell signal. The indicator has five customisable settings and uses a histogram to display up or down momentum. The basic signal is when three bars in the histogram line up the same colour. There’s also a candle lookback rule which can be set. Within this lookback there are additional settings that
5 Applications
(9) MQL4 Indicators C++ C# Forex Stocks Options
Modification to EA_Trade Panel v1 (personal job)
30+ USD
The panel should be in the lower right corner and should not change position when the window is resized. Also modify the manual change of stop loss and take profit. When the stop loss is changed, the take profit is automatically changed. Example by link - https://www.mql5.com/ru/market/product/47938 Thanks)
MT4 EA Stoploss Close Order (personal job)
50+ USD
Hello, I'm looking to modify MT4 EA to add capability specifically for closing an existing order group with the existing stop loss. I will provide the source code with the job specification requirement/information aswell as any necessary illustrated screenshots to assist in successful job completion. Thank you and I look forward to hearing from you
Modify Correlation Indicator (personal job)
30+ USD
Hi Please modify my correlation indicator as we talked in PM. The indicator must show in dashboard the correlation value of 15 Groups of pairs in multiple TF. The indicator must also work with Prefix and Suffix pairs
1 Application
(15) MQL4 Indicators C++
40+ USD
I have an expert advisor on MT4 that I would like to convert to MT5. It should act on metatrader 5 the exact same way as it acts on metatrader 4. Meaning that the deliverable for this project must be the same as what is in the code attached. The worker will take the requirements and translate them into the language of the MT5 and test it. Experience with coding for MT5 expert advisor is required. Skills: C
11 Applications
100+ USD
SCOPE OF WORK Create an EA designed to execute trades on a single currency (EURUSD) or Index (US30) rather than a basket of instruments. It should be designed to execute trades on a single chart at a time or on multiple charts by changing the Magic Number. The EA should be designed to run 24-hours/day, 5-days/week, unattended. The EA will run on my dedicated VPS at BestFXVps in New York City. My ECN Broker is
9 Applications
Joe Ross advanced (personal job)
60 - 80 USD
Hi you great coder! I would like to use Joe Ross' 123 formation for automated trading as an intermediate step. And I guess you can do it just as well as the macd. It is an intermediate step because my final expansion stage provides for machine learning or neural networks from various indicators. That could be the next project, if you can implement it well. But for now to the 123: a) I found an indicator for Joe
1 Application
Modification of existing EA to add Take-Profit & Stop-Loss Orders (personal job)
30 - 40 USD
This is a straightforward job where I require limit orders functionality to existing EA. EA will place take-profit and stop-loss orders based on distance (%) from position average cost price immediately after a new position is opened. Example If trade.Buy executed, place pending orders: take-profit 1.5 (position cost price x 1.015) and stop-loss 0.7 ( position cost price x 0.993) If trade.Sell executed, place pending
1 Application
(4) MQL5 Indicators Experts C++
30 - 100 USD
The idea for this trading system is as follows: This is and " always in the market " type of system. Meaning that there is always an opened trade. Hence, market entries are performed whenever a new bar is created and there are no current opened trades. The direction of the trade will depend on the previous bar direction and trades are closed whenever a bar closes in the opposite direction. Trends , therefore, are
12 Applications
MQL5 Experts C++ Forex Stocks
Use WinAPI to create a dialog box with input box. (personal job)
50+ USD
I need some code that create a win dialog that has : -1 edit box for input string -OK and Cancel button. The function should be: string DisplayAndGet() when I click OK, I'll get the string that I entered in the edit box
1 Application
(10) MQL4 Integration C++