Orders for integration - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
1772 completed jobs in all languages
Sort by:
Pivot point calculation: Classic, Camarilla, TomDemark & Fibonacci (personal job)
20 - 30 USD
I need functions calculating Pivot point in the following methods: Classic, Camarilla, TomDemark. Also Fibonacci levels. The code can be compatible with MT4. You can provide code in form of functions
1 Application
(14) MQL4 Integration
Objects to csv (personal job)
20 USD
Hi, i‌ need an indicator that writes on a csv file (like objectsEURUSD.csv or objectsCHFJPY.csv) all trendlines, harizontal lines and rectangles present on a chart with their characteristics. The name of the file is given from the symbol where the indicator is attached. E‌very 60 seconds it update all the content of the csv file. T‌hen the same or a different indicator, like the last one you build, have to read the
1 Application
(3) MQL4 Indicators Integration
Sea Stoch (personal job)
50 - 60 USD
I gave all details in private chat. As discussed in private I need an (MQL4) EA expert advisor you made for me. Details have already been sent to developer. Let me know if you have any questions. I tried to make it make as much sense as possible. Thank you very much
1 Application
(11) MQL4 Experts Integration
20 USD
Hello, ‌I am looking for someone to answer some questions I have about compiling an EA from multiple files. I'm trying to put functions in individual files and then include them in the main EA. The EA is not working correctly, so I would like to ask someone questions about including and importing files into the main EA. ‌All I need is for someone to answer a few questions to help me get my program running. I will
8 Applications
MQL4 Integration Other
Execute trades from email signals (personal job)
50 - 125 USD
Hi, I saw that you already developed a few programs like what I need. I need an EA to execute trades from Email Signals. The EA should serve the main purpose and should have the following features : (1) The EA will copy the signals (Email Notification) from my email and execute on my MT4 Account. (2) Most email signals are pending orders but some signals are Market Orders, so the EA should have both options
1 Application
MQL4 Experts Integration
Complete job discussed (personal job)
60 - 70 USD
In regards to this job, please use the information and items previously developed as discussed. The job will have inputs for private and public use. it should preferable done in 3 days of order
1 Application
(2) MQL4 Experts Integration
20 - 30 USD
Hi , i need to correct a very little bug in a EA that opens trade from csv: i don't figure out why it calculate wrongly the lot size.. given the SL every trade must risk 100€.. i will attach the EA and csv file later. Also i need the necessary modifications or explanation on how to use this csvEA inside a mine EA that will manage trades.. In other words i would like to run my "Management" EA in the backtester while
6 Applications
(3) MQL4 Experts Integration
20 USD
hi coders, i have a expert advisor fpr metatrader 4 and need your help: can you draw my picture in the ea chart? ? upper left i have text...infos... beside i will have my picture thank you
9 Applications
(14) MQL4 Experts Integration
Requote Problem Change (personal job)
20 USD
The EA must not open an order if there is a requote. The requote are not the normal activity for a broker and if I miss one or two order in 3 month that's not a problem
1 Application
(19) MQL4 Experts Integration
20 - 30 USD
I got my hands on an old EA source code which works perfectly on back testing however does not seem to work well on FT such as demo or live account. It did however open on its own on a demo i've ran for almost a week but on back testing on same period it has opened more than 10. I've checked the expert and journal and it seems no errors detected. The initial setting does need to be changed to work based on broker
5 Applications
(2) MQL4 Experts Integration
20 USD
I have reverse Martingale EA and need to add the following. EA has the Martingle step limits, but continues. This job is only for the coders who has done my previous work. I don't entertain new coders! 1. Fixing number of steps in Martingale 2. Close All trades on Equity reach=0.00 3. Close all trades if Equity reach percentage =% 4. Disable or Remove EA from all charts if condition 2 or 3 is reached. EA must stop
5 Applications
(5) MQL4 Integration Other
20 - 30 USD
Hi I want a script that allows me to click on a market name (e.g. EURUSD) in the market watch window, and then the Symbol will be transferred to three charts with different settings. I DO NOT WANT new charts to open. When I click on another symbol, the three charts shall change
1 Application
(2) MQL4 Scripts Integration
Fix Date (personal job)
15 USD
Hi, --------------------------------------------------------------------------------------------------------- I have two new job for you ---------------------------------------------------------------------------------------------------------- The first is very simple, I try to make the change but I'm not be able to do it (I'm becoming crazy)
1 Application
(19) MQL4 Experts Integration
Integration Time (personal job)
25 - 30 USD
Hi, I have a new job for you. I want that if the position is closed with the condition in red the EA doesn't work until the next "starttime": if(!slTime && ( Close[0] >= HiOpen || (Close[0] >= HiOpen1 && BarClo > BarC ) ) && type==OP_BUY) CloseOrder(OrderTicket()); if(!slTime && ( Close[0] <= LoOpen || (Close[0] <= LoOpen1 && BarClo > BarC ) ) && type==OP_SELL) CloseOrder(OrderTicket()); if(slTime &&
1 Application
(19) MQL4 Experts Integration
EA William (personal job)
40 - 50 USD
I will give all details in private chat. As discussed in private I need an (MQL4) EA expert advisor you made for me. Details have already been sent to developer. Let me know if you have any questions. I tried to make it make as much sense as possible. Thank you very much
1 Application
(11) MQL4 Experts Integration
20 - 25 USD
Completion MQL4 code inserted news filter for high low and medium. completion for money management . I attach code to complete. Urgent Job ***************** ********** *********** ********** Thanks Mike ============ =========== ============= ============
2 Applications
(10) MQL4 Experts Integration
15 - 20 USD
PREVIOUS CODER HAS TAKEN ME FOR RIDE! Required security feature to an Indicator to work with custom settings: to check 1. Account number, Demo or Real, Validity Period. Indicator must check the Ac number, expire on the day/week/month/year. Only if you can demonstrate your work immediately i can accept and pay you
5 Applications
(5) MQL4 Indicators Integration
Oh My Gold24K! (personal job)
10 - 20 USD
Hi Programmers , please i want to realized added options for my last expert advisor for correlation trading with trade at the same time 2 pairs but only place the expert advisor on Pair1 chart and expert advisor open and close order for Pair1 and Pair2 at same time and ever at CLOSE CANDLE , for this EA i attached only 2 Indicator. Great Job
1 Application
(9) MQL4 Integration
20 - 40 USD
Hi, I've seen a script, named openpendingstop.ex4, that is probably made by you, in this page: https://www.mql5.com/en/forum/40543 I need something similar, that is to open a pending buy or sell order depending on state of new active orders, but with some different behavior: - the active orders are managed (opened, modified, closed) by another EA that I already have. this EA is attached to several charts - the new
4 Applications
(4) MQL4 Scripts Integration
Amend Dashboard (personal job)
80 USD
Adjustments and Amendments to Dashboard Change the Bid (column 3) from Ask price to closing price of the last tick and adjust math of Colum 4 (P.D) to reflect PIP difference accordingly Add a column of Profit after the Sell.CP//L column that displays how many trades are in profit and the amount of pips in profit that trade has Add a total at the bottom of profitable trades of total number of trades that are in profit
1 Application
MQL4 Experts Integration