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
3144 completed jobs in all languages
Sort by:
30+ USD
Hello, I would need a very basic script able to extract floating equity at the end of each day (end of day 23:59 based on server time) and arranged it by used Magic Numbers into a .csv template with mutiple rows and columns, as in the template attached. Equities should be all converted in the deposit currency. Script must work on both MT5 tester and live accounts, 4 digits and 5 digits borkers and ECN brokers also
2 Applications
(3) MQL5 Scripts
30+ USD
I need a script that can automatic calculate the volume needed for a trade to my desire take profit amount Example: I want to open pending order of buying EURUSD with the following prices. Take profit amount: $100. To input: Type of order to choose : ( Buy Stop or Buy Limit or Sell Stop or Sell limit ) - to choose from drop-down menu Profit target: ($100 ) - to key in manually Entry price: ( 1.10000 ) - to key in
6 Applications
(16) MQL4 Scripts
Ea support area (personal job)
30+ USD
Ea that's works in support and resistance Rule 1: if the ea reaches the support area let it wait for a candle close below the support candle if it close below let it wait for the recent open position to retrace back up with 30 pip before it will open a sell position with tp of 20 pips if the trend still move up 10 pips let it open another sell position with 20 pips tp if it move up again 10 pips let it open another
30+ USD
The following show the number of open trades in losses and in profits. I am looking for the SCRIPT (MT5) that can sum profit of the each symbol, and close ONLY when the sum of the pair reaches “x” amount of profit. L eav ing the others pairs running till target profit achieve . Profitability of the position should be calculated as the sum of profits for active position , plus commission and accrued swap . Script
15 Applications
40+ USD
Ea that mainly work only on support area mostly support area Rule 1: if the ea reaches the support area let it wait for a candle close below the support candle if it close below let it wait for the recent open position to retrace back up with 30 pip before it will open a sell position with tp of 20 pips if the
30 - 50 USD
Dear Coders, I would like to have a way to communicate between two MT4 terminals installed in the same VPS. The main purpose is to compare balance and equity of two MT4 accounts, to close all trades in both terminals at the same time when a certain combined equity is reached. Ex. 8% - 3% = 5% (close all trades of both accounts in different terminals) Communication would be in both directions. If other basic data can
8 Applications
(1) MQL4 Experts Scripts
50 - 75 USD
Not using a EA attached to a chart but just reading in real time every 0.5 seconds or every second the bid-ask prices of around 4 0r 5 major currencies pairs on one specific broker from MT5 Market watch or from elsewhere in the MT5 platform and recording that data in an excel sheet (or in csv format) with time pair bid ask. this for a period of 2 hours during the market are open. That represent around 7200 lines of
8 Applications
MQL5 Scripts Consultation
Function for MT4 which will calculate TakeProfit market price for all open orders by distance in points (personal job)
30+ USD
Khuman, I need a function for MT4 which will calculate TakeProfit market price for all open orders by distance in points, when profit of all winning orders exceeds loss of all losing orders by X distance in points, but calculation must work also if there is only one open order, it doesn’t matter if it's in profit, loss or zero profit. I need this function for my grid system EA Example: My EA open 1 market order (BUY
1 Application
30+ USD
Hi all, I need somebody to help me with writing a function for MT4 which will calculate TakeProfit market price for all open orders entering profit percentage, when profit of winning orders exceeds loss of losing orders . F or example, if I set 10% as input value, profit of open winning orders have to be 10% more than loss of open losing orders. I need this function for my grid system EA For example: My EA opened 3
5 Applications
Bug fixes on previous EAs and a new EA (personal job)
130+ USD
TASK 1: GRID EA GLITCHS 1) For some reason the grid EA you did for me sometimes opens same lot size instead of incremental. It only does it when multiple charts/currencies have been used. Can you look into that to see what the problem could be? 2) Also, the panel looks squeezed on some screens. I checked to see whether it is a screen resolution issue but it is not: https://prnt.sc/1svgvy4 . I have got
1 Application
(15) MQL4 Experts Scripts
30 - 50 USD
Please i need someone to convert the below indicator script to an EA for MT4 and Pinescript Strategy with backtest. //@version=4 study("Heikin Ashi Smoothed Buy Sell v4 ", overlay=true) EMAlength=input(55,"EMA LENGTH?") src = ohlc4 haOpen = 0.0 haOpen := (src + nz(haOpen[1])) / 2 haC = (ohlc4 + nz(haOpen) + max(high, nz(haOpen)) + min(low, nz(haOpen))) / 4 EMA1 = ema(haC, EMAlength) EMA2 = ema(EMA1, EMAlength) EMA3 =
4 Applications
Other Experts Scripts
EA/Script in mql5 to download-translate-convert and fix yahoo/investing stocks data, to put into MT5 (personal job)
150+ USD
I need a EA/script in mql5, which must take data from Yahoo/investing.com website, download, then convert to MT5 format, fix errors, convert in euros, and import in a custom symbol. the source code mq5 must be included in the work The work can be done also using dll or other imports in order to get the history data in the better way find all details in attachment thanks
1 Application
(29) MQL5 Experts Scripts
MT4 Script To Modify or Close All Trades Using Some Conditions (personal job)
30+ USD
MT4 Script To Modify or Close All Trades Using Some Conditions Maximum budget $30 (Please don’t apply if you want to bid higher) I need a script that does the following: 1) Modify the take profit levels of all open trades 2) Close all trades that are in a profit *Note - All this will work only on the Symbol / Chart that the script has been applied to* The Settings Section: Modify Profits = True/False (By
1 Application
(35) MQL5 Indicators Scripts
Create a script that gives 3 options that can be applied to a single chart (personal job)
50+ USD
Script for metatrader 4, when placed on a chart should offer three options: a. Close all Buys and Buy Stops b. Close all Sells and Sell Stops c. Close all open trades on that chart, and all pending orders on that chart, including Buy and Sell Limits, and all Buy and Sell Stops This will be used to close profitable positions in one or two directions from the previous script you created for me. Scenario one: I take a
1 Application
(12) MQL4 Scripts Other Forex
32 - 189 USD
To develop a scanner that would scan the market and give signal to either BUY or SELL when the acceptable conditions are met from the indicators to be used. the trades would be made when all these signals are met and managed by it
10 Applications
(36) MQL5 Experts Scripts
Create 2nd version of previous order for a script to build a grid of trades, adding in an additional feature. That way I'll have two script options for my trade setups (personal job)
50+ USD
Add feature to script from last job. On buy, when Buy limits are added, also add the following: Sell stop in the middle between the original order and the 1st Buy limit Sell stops between each remaining grid of Buy limits but not beyond them On Sell, when Sell limits are added, also add the following Buy stops in the middle between the original order and the 1st Sell limit Sell stop between each remaining grid of
1 Application
(12) MQL4 Scripts Other Forex
35+ USD
Preciso de um Robo, configuravel .. Entradas / Input: Qtd de Lote = 1 StopLoss = 100 Proft = 100 Periodo = 1 // como padrão ------------------------------- Quero trabalher em cima desse indicardo da mesma forma, sendo o perído padrão 1. https://www.mql5.com/en/code/20445 Sendo que quando ele estiver no Maxima, abrir uma VENDA imadiatamente no Proximo Candle. Quando tiver na Minima, abra uma COMRPA imedia no proximo
100+ USD
1. I want a script, that will first determine if I have a trade on the chart, is it a buy or sell, and the size of the trade in lots to be used in the calculations of the grid of limit orders being created: a. If no trade is on chart, tell me "You need to first place a trade" then the script takes no further action b. If multiple trades are already on chart, tell me "Can can have only one trade on chart to run this
8 Applications
(12) MQL5 Scripts Other
30+ USD
Description: The purpose of this MQL5 script is to export all the economic calendar data from MQL5 into a SQLite database, using MQL5 Economic Calendar API: https://www.mql5.com/en/docs/calendar Requirements: Launching the script will ask for 3 parameters: database name , default to "economic.db", initial date , default to "Jan 1st 2010", and final date , default to 0. Create a sqlite database with the name specified
1 Application
(2) MQL5 Scripts SQL
30+ USD
Hi, Anyone can help to provide me with this "Close ONLY All Profit Position" for MT5 without care on buy or sell position as long as it running in Profit. I need to closed all profit position in a single clicks. Because sometime I open layering position and required a fast time to closed all profit rather than one by one. Please let me know if anyone can help me on this script
4 Applications
(2) MQL5 Scripts Consultation