Orders for integration - C++ - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
89 completed jobs in all languages
Sort by:
50+ USD
I have a simple indicator which function is to draw lines on chart , which change every 4 hours, daily, weekly, monthly according to the input I choose i want to convert it to mql5 and pine script
Create IPC between many MetaTraders (4 and 5) to broadcast string message. (personal job)
50+ USD
I want a fastest way to transfer a string msg from MetaTraders (sender) to many MetaTraders (receivers). The senders send new msg by overwriting old msg. So when the receivers get msg, it's always the latest msg from sender. The receivers don't need to get successfully all msg from sender but they must get the latest msg from senders
1 Application
(10) MQL5 Integration C++
I need a function use in MQL5 that use WinAPI to run a script from its name (personal job)
50+ USD
The function shoud be void RunScript(string script_name) The function must use only Win native APIs I already have the same function that only run on MT4. If you need some reference, I can give it to you
2 Applications
(10) MQL5 Libraries Integration C++
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
//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
(18) MQL5 Experts Integration C++ C# Forex
50 - 200 USD
Hello, I want to create a separated plugin where i can see all live transactions that are happening on my MT5 system for example open position, close position, deposit, withdrawal, credit in, credit out, adjustment , delete position, update position …etc
3 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
Use API to toggle ON/OFF AutoTrading button on MT4 and Algo Trading button on MT5 (personal job)
40+ USD
I need some code that use native API (Win API) to toggle those 2 buttons on MT4 and MT5. The code should be in mqh file. Their demo usage can be done in a script
1 Application
(10) MQL4 Libraries Integration C++
50 - 150 USD
Hi coders. I have a problem with my Tradingview back tester automation tool. the interface works all fine. Just when I press the start button it’s not linking to Tradingview to start the back test process. It works with chromedriver selenium but not sure what the software was coded with. We have 2 scripts so would like 2 versions I will send the source code and the software files to the right candidate. Key skills
150 - 200 USD
Hello Valeri, Please modify my already existing BO EA that trades on MT4 as specified in the technical specification document. I will attach the files required for the job. Study the tech spec and feel free to get to me with any questions and/or confirmations. Best Regards, Jackson
9 Applications
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++
Enhacement-2nd Phrase (personal job)
150+ USD
Hello Raymond, As discussed, on 2 phrase of enhancement we will add another trading terminal to bridge application, so user either can select to any of the broker for trading. ..................................................................................................................................................................... Thank you! Regards. Mahesh K
1 Application
(4) MQL5 Experts Integration C++ C#
Enhacement-1st Phrase (personal job)
150+ USD
Hello Raymond, As discussed, on 1 phrase of enhancement, we will focus minor changes on exiting built feature's in Bridge application and details are already shared to you. Thank you! Regards. Mahesh K
1 Application
(4) MQL5 Experts Integration C++ C#
250+ USD
I would like to deploy new features into exiting MT4 bridge application. t he applied version of this would include the program via an C# program not in indicator. Please apply for this job if are well experienced in C#,C++ programmer and goo hands on Mt4 bridge/BOT applications
10 Applications
(4) MQL4 Integration C++ C#
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
(1) MQL5 Integration C++ JavaScript PHP HTML
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
(18) MQL5 Experts Integration C++ C# Forex
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
100 - 300 USD
*** 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 position at the same time (3 per trade & up to 6) . Therefore, different targets (TP), but the same stoploss (SL) based on the ATR. Parameters must be variable. Example: //Inputs //Money Management sinput string MoneyManagement; input bool
5 Applications
50 - 100 USD
Hi, I have a API Plugin which gives Tick by Tick Market Data.I want this API Tick by Tick data to use in MT5 terminal. For eg- If i get GOLD data in my API means then this DATA has to pass in MT5 terminal, where i can watch GOLD chart in MT5 terminal
4 Applications
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
(10) MQL5 Integration C++