Orders for integration - C++ - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
Consecutive positions opened error Contrarian 2.0 (personal job)
30+ USD
I want that if the EA opens a position before a date in which it must not open it, then the EA must to open a position also during the date. For example if I set in the date Wednesday 2015/1/7 and BarBeforeDate = 1 and BarAfterDate = 1 (so I forbid to open a position from 2015/1/6 to 2015/1/8) and the EA opens a position on Monday 2015/1/5 then the EA must continue to open the positions during 2015/1/6, 2015/1/7 and
1 Application
30 - 150 USD
The attached DLL cannot be loaded under MT4, i got error 126. The source code should be fixed, the DLL has to run under MT4 and MT5. The C++ part works well, that doesn't need to be modified
3 Applications
30 - 200 USD
I have multiple expert advisors which all have the same format in build layout. I need a tool/program which can combine those ea's in 1 expert advisor. Requirements - Up to 20 experts have to be combined - Program for combining must be a windows based program - All experts advisors are in the same format. Please see attached zip file for example - 2 required inputs. Lot size and amount of allowed open trades - Rest
7 Applications
30+ USD
Hi, My MT4 doesn't save profiles automatically and I always loose my analysis when start up MT4. I need somebody that can use Win DLL messages to simulate the mouse process to click and save MT4 profiles. The code should NOT to grab my mouse and keyboard. It should do the job behind in silence
4 Applications
30 - 50 USD
I need a DLL written in C++, with Dev-C++ 5.11 for 2 things - to set up a time limit (for example end of the current year ) for running up - ask a password to start the EA means, at the starting of the expert, the EA will make an access (during the OnInit(à phase) to a specific function inside the DLL, which will asks on the screen a password, to continue to run up Those functions wil absolutly written in C++ on
3 Applications
Transfer functions from MannKendall_v2.mq4 (previous job) inside a DLL build from your previous jobs (personal job)
30 - 40 USD
Transfer functions from MannKendall_v2.mq4 (previous job): MKT(int &x[]) ppf(double p, double mu=0, double sigma=1) to GuardDLL which was created in the earlier job Change the password in the DLL from "1234" to " see email" and fetching the historic of trades opened per day for sending them by mail, (those jobs were made previously by you) this job : Function password and timelife in DLL (Dev-C++ 5.11) at
1 Application
30+ USD
Howdy! I hope all is well! :) i'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on tradingview, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs: 1. A parallel version in MQL4 so i can use it on MT4 or on MT5 2. An EA which opens and closes positions (buy and sell) based on the indications given by
30 - 150 USD
Hello I hope all is well, I am a full time trader and i'd like to take it to the next step by having someone develop me an expert advisor based of a code script that i currently have. I'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on trading view, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs
8 Applications
MQL4
Experts
Integration
Statistics and mathematics
Panels and dialog boxes
OpenCL
ALGLIB
C++
C#
Java
JavaScript
MySQL
PostgreSQL
Python
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
30 - 50 USD
- I would like a program that can be initialized from the OnInit() event of any expert adviser that will store all trade activity to a Sqlite database. - The program should have sufficient parameters to specify DB location and other compiler specifics ( x86 , x64 ) for Sqlite interop - The applied version of this would include the program via an #include directive and then possibly pass information via the
2 Applications
30 - 100 USD
I need a news feed source code. Basically requests will be done from C# app via visual studio. I want best latest calendars like dailyfx or forexfactory. Output should looks something like this: note: no design or implementation is needed , just fully working code with example how to get the requests using web services, json or whatever is needed to get live feed from any good news provider
2 Applications
30+ USD
The DLL will have a set of arrays which can be loaded into the EA. The EA will then use the array data in processing. Attached is a copy of the array specifications as they currently appear in the EA. I want to be able to update the array data and re-compile the DLL without having to recompile the EA. Preferably coded in C or C++ as I can read (but can't program). I need the array DLL coded and the MQL4 code required
3 Applications
30 - 50 USD
Okay, I bought a HFT arbitrage ea with one leg. The challenge I have is, it only takes sell positions on 1 pair even if its setup on many pairs. I am not sure if its the reader and I need someone to reverse eng it to see if its the reader/ connector
2 Applications
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
30+ USD
Hi, I need to get symbol contract size and margin percentage throuh symbol description dialog I need you to make a function using only Window native API like this: GetSymbolInfo(string sym,int& contract_size,double& margin_percentage)
2 Applications
Modifications to existing MT5 EA (personal job)
30 - 50 USD
Take 3 trades per day instead of 1. time_of_trade_1= 08:00; time_of_trade_2= 12:00; time_of_trade_3= 16:00; I also want a version with my ohter money management. I will need the source code at the end. EA must work on all brokers. Thanks
1 Application
30 - 80 USD
Hello all, I am a forex trader, and a coder too. I am having a hard time to try to have a way to do the following but too busy with many other tasks... I need a way to upload a file from MQL4\Files (or sub folder of this) at certain time interval to a web space but not to use DLL or SendFTP. There are 2 parts of the coding: Client side, and Server side. (1) Client side: an Expert Adviser running in MT4 or MT5
2 Applications
30 - 32 USD
Hi, I need an MQL4 scripts which read: 1. Network Device Name, Local IPs, It's gateway and NetMask, and 2. Mac address of the Machine or Computer where the MT4 and EA runs. The output result must be at least 4 datas, Network Name/Network Device name, Local IP(s), gateways, netmask, and mac address. I think it need to use windows API (dll). You can't use your own dll. it must be windows dll/API if it should use a dll
2 Applications
30+ USD
//Market cycles management sinput string Trading months; input bool Trade_January = true; input bool Trade_February = true; input bool Trade_March= true; input bool Trade_April= true; input bool Trade_May = true; input bool Trade_June=true; input bool Trade_July=true; input bool Trade_August = true; input bool Trade_September= true; input bool Trade_October= true; input bool Trade_November = true; input bool
6 Applications
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
30+ USD
I need a developer to code a DLL that will communicate with a WordPress license manager Plugin using the API of the Plugin to Authenticate the Licence Key of an EA. The 3 Api functions are: Activate Check License status Deactivate License. The DLL will Stop the EA from functioning and display a message box describing the error with an Option to Click "OK" which will automatically remove the EA from the Chart if the
4 Applications