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
2936 completed jobs in all languages
Sort by:
Razor scalper + Trend Laser EA (personal job)
50 - 200 USD
Hello, I would like to make an EA using both indicators from pipfinite: Razor Scalper + Trend Laser here a video how to combine: https://www.youtube.com/watch?v=EZmnZC_Kl5Y&feature=youtu.be The EA should have these inputs: - list of tradable assets - TP & SL for each asset -numbers of lots for each asset. - TimeFrame ( but my preferable is m1) - minimum success rate ( if below , there will not be a trade) -number of
1 Application
MQL4 Experts Scripts
Drawdown Control (personal job)
30 USD
Okay, here's the new project: I need a simple EA/Script labeled "Drawdown Control". When the current "Equity" falls below a user set level in relation to "Balance" said EA/script will take action according to the user set parameters: -> Enable Drawdown Control: true/false -> Limit Equity / Balance in percent: 50.00 [etc.] -> Close all charts: true/false -> Close all open positions: true/false -> Close terminal
1 Application
(92) MQL4 Experts Scripts
ID2918 20160623 MT4 Script (personal job)
45 USD
Hi, I am looking into a new tool which allow me to export data from MT4 to Excel for analysis. As you may away, in MT4, from Menu - History center, i realize that can only export data for Date|Time|Open|High|Low|Close|Volume. I want it include data from custom indicators as well when exporting data for analysis in Excel. Let me know if you can make it, and provide a quote accordingly. Thanks. Best Regards
1 Application
(6) MQL4 Scripts
20 USD
Adding an Equity from each broker as shown in the attachment. The data from MT4 terminals must be in real (live) mode. There must be a capability of adding and removing brokers in Excel spreadsheet automatically - corresponding with number of opened (logged-on) brokers at any moment
3 Applications
(10) MQL4 Scripts Integration
10 - 15 USD
Hi, I wrote this simple code where the alert will appear after 10 seconds after the opening of the bar. I would like to know if you can have 10 real seconds after the end of the bar and not wait for the start of the new bar. (Time [0]). //+------------------------------------------------------------------+ //| Delay_Alert.mq4 | //| Copyright
10 Applications
(7) MQL4 Scripts
50 USD
Given the TestHSTHeader.mq4 script, the init code should validate whether HST file format for the current symbol and period is valid. This should include: - counting number of the bars and check if the real number match the reported header number - check whether each bar low is lower than high - the current time is valid (>1970) and not in the future
4 Applications
(14) MQL4 Scripts
15 - 25 USD
Daytrading DAX Rob This EA must after that a buy order 0.01 (variable) is done, automaticly place 10 specific buy limit orders. Each limit order get the same size as the origineel buy order. Limitorder 1 5 pips (variable) under the buy order Limitorder 2 10 pips (variable) under the buy order Limitorder 3 35 pips (variable) under the buy order Limitorder 4 75 pips (variable) under the buy order Limitorder 5
9 Applications
(4) MQL4 Experts Scripts
50 - 60 USD
Given the following script: TestFXTHeader.mq4 , the goal is to finish the script which opens the FXT file and check its header. The validation function is in place, there is only issue with CreateFileW and FileSeek which doesn't work properly. As result, I'm expecting that FXT file would be open and ReadAndCheckHeader function will pass all the tests which are already there. This should work in the recent MetaTrader
2 Applications
(14) MQL4 Scripts
10 - 20 USD
Hello I need help to change this code . I wrote the code so as to delay the reading of the conditions after 3 seconds. I wish that the reading time was between 3 seconds and 25 seconds. If for example the condition occurs after 25 seconds should not appear the arrow of Alert . It's possible? Greetings Massimo . #property indicator_chart_window //--- indicator settings #property indicator_chart_window #property
4 Applications
(7) MQL4 Scripts
10 - 30 USD
Hi, I have EA's making potentially 100-200 trades/day on one MT4 account. I would like to have the ability to be (push-) notified only in the case that the Used Margin amount goes above a certain percentage of Margin. (And perhaps also, likewise, when Equity falls below a certain amount). I would really prefer not to have to receive (push) notifications when trades open and close. For this reason, the product I am
3 Applications
(3) MQL4 Experts Scripts
25 USD
EA By limit and Buy stop Discription: When a buy order is placed, Ordersize 0.2 ( variable ) the EA must place 5 ( variable ) buy limet orders under de Buy the EA must place 5 ( variable ) buy stop orders above de buy Opion : each order get a take/profit off …. pips ( variable )( zero is also possible ) the distance between de limit orders and also the stop orders = 5 pips ( variable ) martingale multiplier
8 Applications
(4) MQL4 Experts Scripts
10 - 30 USD
Hello programmer I would like trading robot, whereby I myself place a buy order and then the robot automatically places 30 buy limit orders from 0.01 up to 0.30 ( make variable ) with 5 points (variable) per step and take profit at up 5 points (variabel) . When a buy limit is bought and sold it must be repositioned again. (Max 500 cycle time) place an asterisk at the repeated buy per cycle. parameters : Start
5 Applications
(4) MQL4 Experts Scripts
180 USD
I would like to have a script, EA or app which would: 1. go to directory (Eg: C:\MT\ ) (Or other - that is a choice ) 2. Look for file like “FX.csv" (Examples below ) Inside the file will be rows ( .csv - like excel ): Date , Currency , DisableShort, Range From , Range To, DisableLong, Range From , Range To 2015.12.31,EURUSD,DisableShort,1.12865 , 1.12978 , DisableLong , 1.12855 , 1.12970 3.For all EA auto tradings
12 Applications
MQL4 Scripts Integration
50 USD
There is one excel file. Within this file there are sheets where data from one broker are shown in one sheet, another broker in another sheet. The goal is to get the totals of “Buy Lots”, “Sell Lots”, and “Profits” of all open pairs, from all sheets into one main "TOTALS" sheet. This "TOTALS" sheet is within the same Excel file. “Buy Lots”, “Sell Lots”, and "Profits" columns in "TOTALS" sheet sum all respective pairs
6 Applications
(10) MQL4 Scripts Integration
70 - 100 USD
Hello, I would like to create a csv file with following values and need a skilled programmer: pair number of orders lots per order distance current price takeprofit stoploss ordertype ordercomment EURUSD 2 10 100 0 0 SELL STOP example EURUSD 5 5 50 0 0 BUY STOP example2 USDJPY 4 3 20 30 30 SELL STOP example3 What I expect: I will create this CSV-file and put this into a folder in MT4. As soon as I want to execute
13 Applications
MQL4 Experts Scripts
10 - 30 USD
Hi guys , I need your help . I wrote this code , which calculates the distance between points of a given number of candles . On the chart you will see a label that can be moved and gives the number of points away. I do not quite do update this value . Can you help me? I need mq4. Thanks for everything , Massimo . //--- indicator settings #property indicator_chart_window #property indicator_buffers 2 #property
1 Application
(7) MQL4 Scripts
10 - 25 USD
Hi, I have some signals which works good and generates an Buy/Sell arrow. I want a robot which can automatically place order based on this arrow. I will provide signals to wining bidder. Thanks
16 Applications
MQL4 Experts Scripts
25 USD
I need to export data from iExposure indicator to Excel spreadsheet. The data must be exported in real time. I need to duplicate iExposure in Excel for further analysis. Intended use: Say, I have 5 accounts with 5 different brokers. On each broker's MT4 platform will reside one iExposure indicator. The goal is to export data - in real time - from every broker's iExpusure into separate Excel sheet
6 Applications
(10) MQL4 Scripts Integration
10 - 20 USD
The script must perform the following tasks for the current symbols At every new 1 hour candle: 1. get the open candle price and set 1 BUY STOP order at X pips of distance (number to set) from the open price with (number to set) pips Take Profit and (number to set) pips Stop Loss. 2. get the open candle price and set 1 SELL STOP order at X pips of distance (number to set) from the open price with (number to set) pips
11 Applications
MQL5 Experts Scripts
10 - 15 USD
Hi, When I open a trade, I want to have a script that help me to put in SL and TP. SL will either : 1- A level I manually enter 2- An ATR level from the entry (say 1.5 ATR). I will enter this ATR multiple For ATR, there is also a slot for me to enter a pip to make SL a bit wider. (say 3 pip below 2*ATR for buy) 3-An High/Low level of previous "N" bar. I will enter N. there is also a slot for me to enter a pip to
6 Applications
(5) MQL4 Scripts