Orders for integration - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2262 jobs in the archive in all languages
Sort by:
90 USD
Need to look at the EA code available so to speak errors see if everything is logical and it works without jambs, if you get something to fix and finish the defense on him. I hope that everything will work Thanks for the help
2 Applications
MQL5 Integration
10 - 100 USD
Dear All I have an indicator need to encrypt it and allow subscription for the buyers for one MT4 each license with defined period And, to make it easy to apply on MT4. I would like to develop a software interface and automatic insert the indicate to the relevant MT4 after run the install file can anyone help
3 Applications
(5) MQL4 Indicators Integration
Modify (personal job)
60+ USD
modify ea we have to make many modifications set time 00:00 and cancell % percentage put start trailing stop change mt4gui also true false put indide 2 pending each change in the value channel if the channel 'more large big xx we put in front at price candle 2 orders pending if within the time x the price touches the pending do order if x is not touched by the time we delete pending if the channel RS change
1 Application
(12) MQL4 Experts Integration
10 - 15 USD
on tick data, only when touchx change is value the previoustouchx should change into the previous touchx example: 1st tick touchx =3; previoustouchx=-1 2nd tick touchx =5; previoustouchx=3 3rd tick touchx =5; previoustouchx=3 etc. I need to use and store both touchx and previoustouchx
6 Applications
(3) MQL5 Experts Integration
10- USD
Hi everyone, I need to store 2 data from a cross of 2 ema, each signal is generated by this and similar(there are 11 emas): TouchTime=TimeCurrent(); if(ema1[1] > ema2[1] && ema1[0]< ema2[0]) { if(TouchTime != emacross1_TouchTime) { emacross1_TouchTime= TouchTime; } } if(ema2[1] > ema3[1] && ema2[0]< ema3[0]) {... and I would like to store the current and previous signal of this array: int touchedline[ 10 ]; int temp
5 Applications
(3) MQL5 Experts Integration
Extracting live data from MT4 (E/P, TP. price. P/L, Item) From there I have developed an excel sheet to calculate max. exposure, correlated exposure. etc. Anyone interested, mail me: info@itagora-trading.com
7 Applications
MQL4 Scripts Integration
20 USD
The task is to install my MT4 in my RACKspace VPS server and run the program. Task will complete once i am able to run it. Pls let me know how much time you require to set this in my VPS. Pls provide your skype id so that we can discuss abt the project and i will hire you in here
9 Applications
MQL4 Integration Other
10 - 150 USD
Description: I have already a c# application that manages my actual trading positions in my metatrader account and the lotsize of the positions which should be oppend. I am using max. 5 charts with different or all with the same underlying an they should communicate with the c# application. The communication should work with named pipes The communication between each metatrader 5 ea and my c# manager works always in
3 Applications
MQL4 Integration
10 - 50 USD
I have a template titled: ha_bb_w_arrows.tpl. There is 5 parts to this job. 1) Add all current indicators to current template. 2) I need a Supply and Demand Zone indicator created that plots all time frames. Ex: m1, m5, m15m m30, h1, h4, etc... I will attach an example S/D Zone so you can get an idea of what I need. I want the Supply zone rectangle to be RED and the demand zone rectangle to be GREEN . I will need the
6 Applications
MQL4 Indicators Integration
I am looking for a developer with experience working with MQL4 Server API. The project is to call the server API functions from a web interface. Please contact me and I will provide more project specific details
6 Applications
MQL4 Integration
10 - 140 USD
Good day I bought a indicator which I would like to automate to copy the alert directly to the Binary Options broker x2. I first would like to ask the developer if it is possible since I did not write it myself and it might be protected. So basically on the alert a trigger for a Call or put will come through which I would like to connect with my broker to place the trade. There should be the option of 2 brokers if
3 Applications
MQL4 Indicators Integration
10 - 300 USD
The job will be based to modify my current EA: MubasherCafe_EA_2013 which is using fractals and trend lines. This expert advisor already copy righted since 2010. 1- The new job is to add 2 indicators: 1 CCI and 2 Bollinger bands to the current expert functions. Also use the BUY and SELL conditions in this expert and modifying them with the new indicators and set up certain rules in buying and selling. The new
10 Applications
MQL4 Experts Integration
We would like to take our Live Trading News RSS feed and make it available inside MT4. The news is live and hosted in NY4. We are also looking to develop some indicators around the news as phase 2 of the project
4 Applications
MQL4 Integration
15 - 25 USD
Hi, I'm using iexpertadvisor.com to program my EA's. I want to create a strategy with Renko Bars but that fonction isn't available yet in that software package. I need a specialist like you to program me the MQL4 code for renko bars because it's possible in iExpertAdvisor to include MQL elements in the development of an EA. One specification : The MQL function cannot rely on any global variable. The MQL function
3 Applications
MQL4 Integration Other
Want And Indicator That Can Meet My Spec. (personal job)
199 - 200 USD
Easy to understand with pictures. This project is centered around an indicator that will meet my spec. I look forward to getting a good job from you. Would be glad if this job will be delivered on time
1 Application
MQL4 Indicators Integration
50 - 200 USD
I have MT4 and I would like you to build an expert adviser for it. It works using two moving averages. It also has a one period median price line. The problem is that, between crossovers, there are clusters with very little trend in consolidation interspersed by breakouts. The object is to filter out the consolidation and keep the breakouts. My idea is to not trade until we have accumulated approximately 3 pips in
16 Applications
MQL4 Experts Integration
I am looking for the possibility that I receive an alert from MetaTrader when RSI indicator reaches a certain level. Metatrader has already the possibility to set an alarm when the price is higher or lower then the price you choose. For alarm/alert you can choose for sound or mail. So I would like to receive an alert when the build in RSI indicator reaches a certain level. When sending a mail would be possible, it
15 Applications
(4) MQL4 Integration
200 - 500 USD
I need a bridge in order to receive quotes from MT4 and to send orders from Neuroshell to MT4. Neuroshell provides API code for Data Pump and Trade Pump. There used to be a soltion called MTfeed Pro which used an EA in Mt4 in order to receive orders and a dll in Neuroshell. I have a copy of MTfeed Pro and the APi code for reference
6 Applications
MQL4 Experts Integration
Hi. I'm looking for a programmer who can make me this price ladder tool. https://www.youtube.com/watch?v=t805EwD-IiQ The main part is the price column. The bid and ask move up and down. Should be able to make trades from the tool
4 Applications
MQL4 Integration
15 - 30 USD
Project Description: I have a EA with about 100 lines of "simple" code (excluding variable declarations, parenthesis etc). Lets call it "EA1". I will provide another set of code (lets call it EA2) for hedging, that you need to merge with this EA1. EA2 is medium complexity. Deliverables: 1) Merge the code and test it out thoroughly 2) Document the code with comments/flows 3) There may be minor tweaks to EA1 during
13 Applications
MQL4 Experts Integration