Orders for scripts development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
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
50 - 100 USD
Need help with scripts or library that can parse investing com economic calendar. It can be built from scratch or good open source scripts or you can modify yours. It returns JSON that has HTML inside it. You don't need to build EA or you won't do the integration. Just the parsing functions. Thank you
30 - 40 USD
Im using EA advisor the will give buy and sell signal to trade. I would like to add filter to execute the order but I don't have EA source code. I request external script to filter trade order of EA. Buy Filter: It will execute Buy order only if: TMA middle line greater than or equal to SMA21 Sell Filter: It will execute Sell order only if: SMA21 greater than or equal to TMA middle line. SL and TP not required, it
50+ USD
I require a script or partial EA that copies MQL rates to two arrays buy array and sell array. Buy Array must be ranked Lowest to highest. Buy Array Index/Rank PRICE ORIGIONAL INDEX 0 1.18000 2 1 1.18200 3 2 1.18300 1 3 1.18400 0 Sell Array must be ranked Highest to lowest Sell Array Index/Rank PRICE ORIGIONAL INDEX 0 1.18500 2 1 1.18400 3 2 1.18300 1 3 1.18200 0 I must also be provided with a method or a way of
40+ USD
I would like to create a news filter so that my ea do not trade in the two previous hours at the exit of an important news and also in the next two hours. I want a function to stop trading before high impact news using struct MqlCalendarEvent or you can use forex factory calender I need a function to add to mt5 EA it will not use indicator everything will be under my EA --- News Filters --- Pause before
30+ USD
If I double-click the script, I should be able to set: the order size the price the orders begin at the amount of orders the distance between orders the amount of points (not pips) to take as profit, which would be the same amount for each order This is mostly to be used alongside a grid EA as a failsafe for when I'm sleeping. EDIT: This is for MQL5
6 Applications
30+ USD
So what I need is probably very simple to make, but I'm no coder. I need a script that can place limit orders, like a grid, where I can decide on: The spacing between orders The amount of limit orders (and obviously the lot size) How distant the limit grid is from the current price (basically where the first limit order starts) The amount of points to take as profit, which will be uniform across all limit orders on
The adjustment of my existing robot + script creation (personal job)
70+ USD
1) Adjust the stop loss 2) One operation at a time (just a single order) 3) Entry point (if can be done) to avoid arrows disappearing 4) Key generator to protect the EA (it will be a separate script or to create a crypted keys) =========================================================================================================
1000 - 1500 USD
Hello I would like to have similar (design, code and scripts) widgets to be added into my website so you develop it as following: Advanced Real-Time Chart Widget " Free Financial Chart Widget for Technical Analysis — TradingView " Technical Analysis Widget ( Summary-Moving Averages - Oscillators ) " Technical Analysis of Apple Inc (NASDAQ:AAPL) — TradingView " Market Data Widget " Market Data Widget — Free and
30+ USD
Hello. I'm using an EA that sometimes opens positions without SL and TP. I don't have the mq4 version of that EA. Now I need another EA or Script that must close positions without SL or TP. So when my current EA opens positions or limit orders without SL or TP, the new EA or Script must close them immediately
30+ USD
I want to create an automatic algo that opens and close positions based on the ( 5 linear weighted moving average - applied to the close ) and FLOOR pivot points. * The algo needs to BUY when the candle closes ABOVE 5 moving avaerage // with the target being resistance 1 on the floor pivots // and the stop loss being support 1 * The algo needs to SELL when the candle closes BELOW 5 moving avaerage // with the target
7 Applications