Orders for scripts development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3148 completed jobs in all languages
Sort by:
20 - 30 USD
Easy robot , i will send you a file with especifications moving avarage break out sell or buy , VERY IMPORT I PAID AFTER TEST IT IN REAL AND INSTALL IN MY META4 I WILL NEED HELP NO EXPERT
14 Applications
(1) MQL4 Experts Scripts
just signed to receive signals by email, but this is coming all day and night. would like to have a EA to open pending orders as soon as emails received (outlook), message always with same format, buy/sell, price, sl and tp
5 Applications
(1) MQL4 Experts Scripts
Tool for backtester (personal job)
200+ USD
This job is a private job for the developer - job details were discussed on skype. This will be a tool that helps you backtest your strategies in the mt4 strategy tester. The way this ea operates has already been discussed between me and the developer
1 Application
(4) MQL4 Experts Scripts
10 - 25 USD
Hallo, I want to select the last 30 orders form my EA with the magicnumber 999999 in MQL4. Currently my code is like this which doesnt account for the MagicNumber: OrderSelect (OrdersHistoryTotal()- 30 ,SELECT_BY_POS,MODE_HISTORY); double G30 = OrderProfit(); if (G30 > 0 ) W ++; if (G30 == 0 ) G30 = 0.0001 ; if (G30 > 0 ) Wins = Wins + G30; if (G30 < 0 ) Loss = Loss +
16 Applications
MQL4 Experts Scripts
Update Hyper Trend Alert Indicator (personal job)
10- USD
Hello, please implement a new filter in the Hyper Trend Alert Indicator. The current filters check backwards for conditions to trigger the hyper alert. For the new filter the script has to wait until an additional condition has been met. If you accept, I will sent the detailed description. Regards
1 Application
(9) MQL4 Indicators Scripts
10 - 30 USD
My purpose is to export the following data Balance Equity Margin Free margin Margin level Profit from MT4 Terminal/Trade window to a hystory file where all data are saved in function of time (if possible excel file). I need to set: - exporting data frequency in seconds (for example every 60 sec) - destination folder of files I also need that the system automatically create a new file every 24 hours (or custom period
7 Applications
MQL4 Experts Scripts
30 USD
I wish to commission the following (probably a script): 1. It will parse data from a .txt file saved in a user-defined location (initial version will be ok to read from MT4's 'File' folder). 2. The text file is in the following comma-separated format: symbol,price,type,linestyle For example: EURUSD,1.234,1,1 EURUSD,1.254,1,2 EURUSD,1.323,2,2 EURUSD,1.123,2,3 EURUSD,1.243,2,1 GBPJPY,123.234,1,2 GBPJPY,122.244,2,2
6 Applications
(5) MQL4 Indicators Scripts
Script (personal job)
10 USD
as we already talked, here is the job for the script. // this part of the text will be just to complete the 30 words required to open the freelance job. // thanks again
1 Application
(3) MQL5 Scripts
10 - 30 USD
Hello everybody i need to fix some php code, pls help. <?php class UploadException extends Exception { public function __construct($code) { $message = $this->codeToMessage($code); parent::__construct($message, $code); } private function codeToMessage($code) { switch ($code) { case UPLOAD_ERR_INI_SIZE: $message = "The uploaded file exceeds the upload_max_filesize directive in
1 Application
MQL5 Scripts
25 - 50 USD
Hi have an FX dashboard I used on an older version of Mt4. It doesn't work now. The numerical values are basically not displaying, although I think the values are there in the background. I need this fixing quickly if possible. I've attached the files and screenshot. Hopefully should be a simple job Dave
7 Applications
(1) MQL4 Indicators Scripts
10 - 50 USD
Hello, I would like a freelancer correct a bug for VM and Joomla in the 2_String (field VM personalized field picture) And translate 3 tabs and title in VM from englisht to french thanks for offers
2 Applications
MQL5 Scripts
10 - 40 USD
i need a plugin that uploads and feeds entire amazon categories with products on a wordpress theme. need 5 different themes installed the themes should look like the following examples
1 Application
MQL5 Indicators Scripts
10 - 30 USD
I have a working trend alert system based on 4 indicators. Since I get too many unnecessary alerts, I want to refine the system by adding several filters at the customer settings. If one filter alert is set TRUE no other alerts should be triggered. However, filters should be possible to work combined. The job should not be that difficult and consists mainly in: 1. Revising the current alert pattern and creating a new
13 Applications
(9) MQL4 Indicators Scripts
SCRIPT ENHANCEMENT (personal job)
10 - 60 USD
I wish to enhance the MT4 script you made earlier. I need more input points expecialy the dynamic settings type. This is in no way a need to remove anything from the current script. I like it but I want additions to increase my scope for experimenting Details will be provided as usual. Another top of the range work expected. Cheers
1 Application
MQL4 Scripts
10 - 30 USD
Hi, there's a script that is written in RoR and I need it in Laravel PHP The script is part of this website https://www.kissr.com The entire script is 150kb and I know is not that big so should take a few days only. Thanks
1 Application
MQL5 Scripts
10 - 30 USD
1) As you know, MT5 does not allow us to import historical data; whereas, MT4 allows us to import historical data from another source. 2) Is it possible to have a work around solution? For example at 22:01 the EURUSD is at 1.23080 (MT5 data) and the extern data is for another commodity is at (1550.50). Can we be innovative and divide the external data (csv file) by 1000? This will give us a price of 1.55050 and we
1 Application
MQL5 Experts Scripts
30 - 50 USD
1) I have 70 csv files that need to be combined into one csv file 2) the csv file must be process i.e. alter so that it can be properly import into MT4 history from 1999 to 2015 Below is a screen capture Attached is 1999 to 2000 data in 4 CSV files for you to review. Once selected, I will send you all the 70 CSV files
2 Applications
(19) MQL4 Scripts
25 - 150 USD
I need an MQL4 script that will on a recurring basis (every 10 seconds) in perpetuity take a snapshot of the bid and ask on any number of currency pairs and send this data to an SQL server. I am planning on leaving this script running for months at a time to collect enough data. The data sent to the SQL server will need to be: Pair: (examples include: USDEUR, USDJPY... ect) Date/time: MM-DD-YYYY:HH-MM-SS Bid
13 Applications
(1) MQL4 Scripts
Hi everybody, I'd like to have whether: 1) An app that allows me to export at a regular time (let's say every hours) the open positions, value of balance and equity into a csv file (would work even if I'm suscribing to a trading signal for example). 2) Or establish a DDE/DDL connection to an excel workbook and refresh the open positions, value of balance and equity in real time. Please let me know if anybody is
12 Applications
MQL4 Scripts Integration
20 - 30 USD
I need mq4 code to verify the MD5 checksum of another file, which will be in the libraries folder. It must not use any dll apart from the Windows DLLs. This can be done by importing Windows API functions such as OpenFile(), and then the MD5 checksum can be programmed in the ex4. This is about it, you just need me to send me the code in a script, I'll test it, and job done. Thank you
4 Applications
(1) MQL4 Scripts Integration