Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
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
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 =
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
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
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
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
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
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
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
BreakEven Price Calculation (personal job)
30+ USD
“BreakEven Price Calculation” Job description: 1) Visualize the average price per pair for BUY and SELL in the terminal chart. 2) Visualize the average price per pair for BUY and SELL in the terminal chart included SWAPS+Commision. 3) Visualize the average price per pair for BUY and SELL in the terminal chart included SWAPS+Commision. + Total Profit price. For example if I want profit over 3 BUY
1 Application
Updates & Modifications Existing Indicator (personal job)
30+ USD
Hi, I will give you a csv file, that each row contains EA name, Chart Symbol, Chart Timeframe, Set file name. Then I want a scrip to automatically open the specific chart and load EA with set. EAs are stored under Expert/ dir, Set file is stored under preset/ dir
2 Applications
200+ USD
The model is based on the Stoch RSI. Stoch RSI month Stoch RSI week Stoch RSI day I want the following situations to be represented. GREEN ZONE If Stoch RSI month> Stoch RSI month-1 (the month before) And at the same time) If Stoch RSI week> Stoch RSI week-1 (the week before) And at the same time) If Stoch RSI day> Stoch RSI day-1 (the day before) Then The area appears in green RED ZONE If Stoch RSI month <Stoch
3 Applications
TradingView PineScript Coder Needed! (personal job)
40 - 100 USD
Hello, I have a strategy(indicator) I want to build for tradingview platform. I need a pinescript developer who understand pinescript and can deliver fast. If you are willing to work, please send me a message, I will share the details. thanks in advance
1 Application
30+ USD
I need help with a small piece of code that calculates the moving average of the Williams Percent Range indicator. Here is the code: ArrayResize(WPRArray, WPR_MAPeriod); for (int j = 0; j < WPR_MAPeriod; j++) { WPRArray[j] = iWPR(symbol, WPR_Timeframe, WPR_Period, j); } double WPR_Average = iMAOnArray(WPRArray, 0, WPR_MAPeriod, 0, WPR_MAMethod, 0); WPR =
13 Applications
30+ USD
Hi all, I need somebody to help me with writing a function for MT4 which will calculate static TakeProfit price for all opened orders by entering money in account currency. I need this function for my grid system EA For example: My EA opened 3 market orders in same direction (EURUSD symbol) 1. order - buy with 0,02 lots, opened at 1.17196 2. order - buy with 0,04 lots, opened at 1.16946 3. order - buy with 0,08 lots
10 Applications
30+ USD
I have attached a MQL5 script that opens orders. I am looking at the same structure script, but not to open orders, rather to create object. Details: 1. At x pips above candle x i.e. entry point a single x colour dot 2. At x pips above candle x i.e. TP a single x colour dot Same to sl and the opposite for sell
3 Applications