Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
SMARSI - 20:00 (personal job)
10- USD
Please add an option to set up Daily Trading Time Start from 20:00 or X time. After testing this EA I noticed: when I set up the EA to Daily Profit 15 pips, and the amount of pips was done from 00:05 up to 2:00 I start to trade at 20:00 and EA is not placing any orders because the limit was done by 2:00 Please add the extra option Daily Trading Time Start from 20:00:00 that can calculate the Daily Profit Pips or
7 Applications
10 - 30 USD
Create a simple script that will generate a fixed 8 ticks throughout the file based on the 1Mintute OHLC CSV file. The tick generator will be based on this article here: https://www.metatrader5.com/en/terminal/help/algotrading/testing Input: 1 CSV file with 1M OHLC 2014.10.08 23:15 1.27319 1.27322 1.27315 1.27322 8 2014.10.08 23:16 1.27316 1.27317 1.27315 1.27315 8 2014.10.08 23:17 1.27315 1.27325 1.27315 1.2732 8
10 USD
I have a large CSV file that I would like to filter and reduce the data in the file. I am looking for a script or EA that will import a large CSV file and export a smaller CSV file. The data format looks like this: 2015.01.05 11:18:56 1.52592 1.52599 2.51 4.12 2015.01.05 11:18:57 1.52592 1.52599 2.14 4.12 2015.01.05 11:18:57 1.52592 1.52599 2.14 4.12 2015.01.05 11:18:57 1.52592 1.52599 1.76 4.12 2015.01.05 11:19:09
10 - 20 USD
Variable A, B, C, X and Y are user inputs 1. On trade : currency pair (A) at lot 'x' if order type is BUY SELL currency pair (B) and (C) at 'x' lot else if order for currency pair (A) is SELL BUY currency pair (B) and (C) at 'x' lot 2. //first condition for closing While profit is 'y' pips close (A), (B), (C) //second condition for closing If (A) or (B) or (C) is
15- USD
Hi I have indicator which shows 1 open line, 2 lines above open, and 2 lines below (distance in pips can be modified in settings), for some period which I can set up (for example reset after hour, day, week)...... I need to create EA for MT4 to place orders automatically with predefined SL and TP.......... leave possibility to move SL by hands....easy mechanical system, indicator gives price levels of lines.......put
Breakout tester (personal job)
50 - 150 USD
Firstly I need to "Enter" Pair to Trade. Secondly "Enter" a Date & Time Next I need to find the (Starting point) Halfway point on Bar..eg: (H-L)/2+L Then I need to "Enter" a pip value which can be applied Up and/or Down to place a Long and/or Short Trade. Next I need to "Enter" a pip value for TP and another pip value for SL. Then when the first Trade is accepted.....cancel the opposite Trade. Check and record the
10 USD
I need a script for freeze the EA. Input parameters: Account Profit = 1% This will be calculated to AccountEquity. close all orders including pending orders after reach the above profit% from the time of enable of script to chart. Freeze the EA = True or False. If this will true freeze the EA and do not allow the EA to open orders else do not freeze the EA and allow the EA to open orders
4 Applications
SMARSI - Equity (personal job)
10- USD
Please add the Equity StopLoss as an option to use or not (TRUE FALSE) the code I already sent you. In this situation this EA could count the amount of profit or loss as equity not as pips. Please set up to the Take Profit 3% and have trailing 0.1 % after reaching 1.5%. Loss equity -20%
5 Applications
10 - 15 USD
This job is basically an MQL4 script described below. General Consideration Lot size: a variable to be entered for each trade Profit pip: 50 pips (spread inclusive) Trades are placed on H1 candle stick frequency ================================= Buying: Take Profit: 50 pips (spread inclusive) Stop Loss: The low of the previous week on Weekly(W1) candle stick frequency (amendments can be made subject to market
5 Applications
Profits based on where do I place my Stoploss Target (personal job)
10 - 20 USD
I hope I can explain it to you. At the moment I open a trade with One Click I am going to set my Stoploss at the last Swing High or Swing Low. Sometimes it is 20 pips, sometimes it is 32 and it can be more. You get the point. After that I need an EA or script or whatever, as long as it is working and not too complicated to set my Profit Target based on the distance from opening the Trade to the Stoploss. Suppose I
Tool for backtester (personal job)
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 +
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
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
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
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
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