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:
Add Design Change to a NinjaTrader Indicator and convert to MT4 (personal job)
120+ USD
Add a design change to the Fibonacci Indicator to draw boxes at Fibonacci levels from two different Fibonacci numbers and convert to MT4. The indicator should have two Fibonacci Levels and Two buy zone colors and buy zone opacity
1 Application
A resource to simplify the change from one chart to another one (personal job)
85+ USD
The idea is to have an indicator that makes easier to find and change from one chart to another, I should have to install it in every chart I have active, ¿there are another solution to keep it visible all the time?. Design a interface display with 42 buttons, in a 7x6 format. which all the possible pairs to change for. The idea is that I will be able to locate this interface at any of the four corners of the chart
1 Application
TREND MATRIX (personal job)
200+ USD
Same features of MA MATRIX instead of Macd Histogram we use Diretional Movment Index at standard period 14. Dashboard with 3 colors(RED GREEN WHITE) instead of 2 colors(GREEN RED) at MA MATRIX
1 Application
(12) MQL4 Experts C++
The project aims at developing an Automated trading application for IQ Option (personal job)
675+ USD
The project aims at developing an Automated trading application for IQOption. A completely stand-alone desktop application needs to be developed. It will work on windows OS. The signal will be generated form MT4 (3-4)indicators. Activation Key: Activation key will be IQ Option Account email. News Filter, Martingale, Trading amount, Trading time Practice account , Real Account & Tournament account. Desktop application
30+ USD
Open sell1 with 12 Pips sl and tp and (v) lot size,- if sell1 hit tp then open sell2 again with same sell1 lot size(v) sl and tp , - or sell1 hit stop loss then open buy3 with 12 Pips sl and tp with double(2v) lot size, - if buy3 hit tp open other buy4 with 12pips sl and tp and (v) lot size, - if buy3 hit sl then open sell5 with (4v) lot size and same 12pips sl and tp Notes *This cycle should be always repeated *Stop
12 Applications
Need a Developer to Fix my EA quick (personal job)
30+ USD
Hey developers, so I have an EA here that needs to be fixed. I have included the slope and EMA singal file that i use in the program. These are the guidelines for entering a trade: On H1 chart if there was a green arrow produced, slope is positive, and on M30 if slope is positive and STOCH is above 50. If all these conditions are met then a buy trade is initiated. The trade is closed out when STOCH on M30 crosses
11 Applications
Engulfing Candle Alerts. (personal job)
35+ USD
The Strategy is very simple... Use the MQL4 source file to create alerts within the indicator. Alerts required: Pop-up, Push and Email. The pop-up display must show the currency pair, The signal type for example (Bullish Signal or Bearish Signal) And the time frame: M1 - H4
1 Application
(14) MQL4 Indicators OpenCL C++ C#
30 - 50 USD
Hello Developers! I would like an EA that opens Buy and Sell orders. I have attached the indicators that are going to be used for the guidelines already. You can just use the codes from there and implement them into the EA program. Guidelines: 1) An EMA cross over. The signal is generated at the crossing of two exponential moving averages. Fast EMA is 4, slow EMA is 8. 2) Slope 3) MACD (5,35,5) Histogram. 4) CCI-
30 - 50 USD
Simple EA for London Breakout Strategy: I have tested this strategy and it has proven to be pretty successful. For a certain pair compare the highs and lows of the 7, 8, and 9 Candles when they close. Then based on some simple guidelines, when the 10 candle closes we will put in buy and sell stops. For instance: When comparing the 7, 8, and 9 candle close, the 8 candle had the highest out of the three (1.30905) and 9
30+ USD
indicator based on ichimoku The idea: Create an indicator able to make alerts, send mails based on the indicator ichimoku. the indicator must run on MT4 it should not work at night. There should be two parameters: StartHour - the hour to start operation; EndHour - the hour to end operation. Add parameters for Enabling notifications: SendPush - allow sending push notifications SendEmail - allow sending emails The
10 Applications
(1) MQL4 Indicators C++ C# Java JavaScript Python
32+ USD
Hello there. I have an EA that a previous developer could not complete as he did not have time to do much. I have attached the mq4 so you can see the source code. It is a very simple EA that trades in two modes: Standard mode (mode 1) and Random mode (mode 2). Standard mode will place trades based on parameters every certain number of hours or minutes between the start and the end time, while Random mode would be
5 Applications
(12) MQL5 Experts C++ Forex
30 - 60 USD
SCRIPT NAME: Active Trader Bot. PROJECT GOAL: Create a script or EA that will scan a directory for new text files. Once a text file is created in the directory, the script will immediately read the file information and open an order in MetaTrader 5. The script will screen and regulate how many orders are opened at any given time. The script will not open too many orders at one time. All files created in the
3 Applications
(1) MQL5 Experts Scripts C++ C# Forex
Want to make ea with indicator use (personal job)
40+ USD
=================================== SYSTEM NAME: Rashi SCALPER ====================================== INDICATOR Indicator name: RSI (3) Use Chart H4 buy Order = RSI (3) line cross lower 10 level line and in upper side cross open buy order ( normal mode trade select If buy come and 1 st order not hit in tp and market come down and next buy signal come so ea open again one order in mulipriler lot size and
Converte mq4l functions from an EA into C++ (Dev-C++ 5.11), to build a Dll (personal job)
80 - 130 USD
I wrote an EA I need some functions, like CalculateProfit(), CheckTrend(), CalcPL(), CheckTendance(string symbol2) to be converted into C++ and build a DLL ( with Dev-C++ 5.11 ) and may be the ShiftArray function(if possible), bcoz I need to hide strategies and the CalculateProfit functions Regards
1 Application
(18) MQL4 Experts Integration C++
30+ USD
Hello, i need a MQL5 developer to make an Expert Advisor MT5 Version only based on RSI indicator. The EA should have add some following parameters Parameters : 1. RSI level default value 2. Default Lot size value 3. Martiangle Lot Exponent default value 1.0 4. First Take Profit value 5. Average Take Profit value 6. Order distance(pip step) 7. Slippage value 8. Maximum Trades value 9. MagicNumber 10. Trading time
Muthu's Watch and Catch EA (personal job)
30 - 50 USD
As discussed, Specification for the EA will be provided over chat, as like earlier the trades should get placed in fast execution mode, coding should effectively work during slippage, should avoid delay placing orders during News time
1 Application
30+ USD
I need to export/write the information in the "Trade" tab of MT5 to TXT files. The TXT files will be read by another program as the TXT files are updated live. The TXT files will only show current data; it will not collect historical data. The text in the files will match what the data shows in the "Trade" tab. OpenOrders.txt: [TYPE] [SYMBOL] [TIME] [PRICE] [T/P] [S/L] [PRICE] [PROFIT] PendingOrders.txt [TYPE]
4 Applications
(1) MQL5 Experts C++ C# Forex Text writing
New EA Mod. (personal job)
35+ USD
As per our PM. Specifications to be attaches later. gu u gg [ijtgotj5itmkmfg rhtr hhrtyh thmth rthy rtyhhr ghertjg ug uht ruthg hrtrjhrhg thghg tght uhg tg euthg eohtg ehtrguehtr getghtghtg hereotjgwog ht ghg etgh tgh etgh etigjh j
1 Application
(68) MQL4 Indicators Experts C++ C# Forex
30+ USD
I want an EA based on SAR indicator tradable on 30M timeframe, ( analyse for entry shall be period 30M on chart). Furthermore, the EA trade entry shall be not only when value of SAR is favorable but also to check condition if the current bar is low then SAR for buy. Only buy positions wanted
18 Applications
50 - 80 USD
Hi everyone, I am looking for an ea which will create pending orders(with stop and limit) on a spesific day time. One order will placed above the price, and other order will be below the price (Orders will be SELL STOP-BUY STOP or SELL LİMİT-BUY LİMİT). And if one of the orders start to trade other orther will be removed. According to the result of the first trade, this time EA will create market orders on the