Orders for indicators development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
50 - 125 USD
User draws a trendline on any chart, Ray, or not a ray, horizontal or sloping. When the candle opens crossing the trendline, notification is sent. When the candle closes across the trendline, notification is sent. notifications options for text, email, sound, are other notifications available? Notifications frequencies are variable for text, for example text once a minute for x minutes. Sound notification can be
27 Applications
Code EA base on define Point of Interest using MTF (personal job)
50+ USD
To code EA using HTF bias Point of Interest and LTF for confirmation and entry. To draw Point of Interest of higher timeframe in lower timeframe chart. Stoploss, Take profit and trailing define in Specs
1 Application
30 - 200 USD
Van egy alapvető EMA és Multi-timeframe logika, és van egy kódom, amelyet javítani kell, mert nem igazán észleli a trendváltozásokat az időben. Az EA kereskedik, de a logikát javítani kell. Ha valaki esetleg tapasztalt ebben és tud segíteni, kérem, vegye fel velem a kapcsolatot
21 Applications
Update dashboard v 2.0 (personal job)
50+ USD
Actually dashboard looks in this way, we need to add same new features to it. Here mockup of new layout What we need to add? Basically i need to add pending order in 3 zone. Example Z1 4080 4081.99 n.pos 10 size 0.01 and push buy You need to add 10 pending order by , with size 0.01 and divide zone to put each pending order in the same distance between us. So 4081.99 – 4080 in 1.99 you need to put 10 pending order
1 Application
40 - 100 USD
Beschreibung des Indikators: Der Indikator soll im Chart Nicht-Trading-Zeiten farblich (rot) hinterlegen und dabei mehrere Timeframes (TF) gleichzeitig anzeigen können. Ziel ist eine visuelle Markierung von Phasen , in denen kein Handel stattfinden darf. Technische Anforderungen: Der Indikator muss so aufgebaut sein, dass später daraus ein Expert Advisor (EA) entwickelt werden kann. Er soll die relevanten Zeitpunkte
13 Applications
50+ USD
Hello, I have an indicator to install on the C Trader platform, but it doesn't work when I install it. I have no programming knowledge. I've sent several emails to C Trader support, but an AI responds with incoherent things. The indicator is supposed to work, but the display doesn't show up. Could you help me
2 Applications
80+ USD
Require the development of a MACD based EA. EA Consist of 3 indicators of which one is the MACD, indicators embedded in EA. No links to indicators. EA to have time filter, EMA filter and ATR filter 3 profit taking options 1 stop loss trail option based around 2 set conditions End of day exit around a specific time Reverse entry based on stopout and recovery trade Allow in the coding to option to trade the daily
38 Applications
30+ USD
Conditions Simple Moving Averages: SMA 8, SMA 13, SMA 20 On M1 and M5 timeframe (main chart): All three SMAs crosses SAME Candle body → For bullish: Open < SMA && Close > SMA → For bearish: Open > SMA && Close < SMA Candle body > 1.5 × average body size of last 5 candle Alerts: Pop-up alert ✅ Push notification on mobile phone ✅ Email alert ✅ Final Developed Signal: Green arrow below the candle crossed by the 3SMAs
33 Applications
Pre-requisite Indicator for NRBO Strategy - ATR Bands (personal job)
30 - 45 USD
Hi John, Subsequent probably easy-ish job - create ATR bands indicator based on below TV pinescript ... I have seen these on the Metatrader site and they seem a really odd or take a zig zag shape. I wonder if we can do better ... (you might not be able to due to MT5 quirk but lets see). //@version=5 indicator( 'ATR Bands' , overlay= true ) // These had to be taken out as they're not compatible with plotting a
1 Application
EA and Indicator modification (personal job)
250+ USD
EA/Indicator Modification Proposal Project Title: Multi-Session SMT & CISD Smart Model Integration Client: Andrew Gonzalez Developer: Andrii Hurin Platform: MetaTrader 5 (MQL5) Date: November 4, 2025 1. Objective Enhance the existing EA by integrating automated session range detection, SMT-based sweep alerts, and CISD confirmation logic — creating a cohesive high-probability model that combines liquidity events
1 Application
89+ USD
Project Specification: Multi-Pair Market Scanner Development We want to develop a comprehensive market scanner capable of scanning all currency pairs based on three custom indicators: MACD Indicator – The scanner should measure momentum and divergence between MACD and price. It should detect whether MACD momentum is increasing or weakening in relation to price movement at key areas. CCF (Currency Strength Factor)
Update the High/Low Breakout Expert Advisor so that it can Autotrade (personal job)
30+ USD
Update the High/Low Breakout Expert Advisor so that it can Autotrade =================== I need a small change in the way the Short Keys operate Currently Shift b places a buy stop at the high of the previous candle. Shift s places a sell stop at the low of the previous candle. Shift e places a buy stop and a sell stop. Sometimes the price has already moved above the high very quickly and so it cannot be placed. I
1 Application
Convert an indicator from MQL5 to cAlgo (personal job)
30+ USD
I need an indicator to be converted from MQL5 to cAlgo. The indicator is Klinger Oscillator. I've attached the MT5 source code. The indicator is Klinger Oscillator. I've attached the MT5 source code
1 Application
Order Entry Panel Updates (personal job)
50+ USD
Below three changes are required in “Order Entry Panel” EA 1. Time Filter can be moved to EA Settings section ( should have same Time Filter setting as other EAs) 2. Need to add Supporting pair setting on the panel S. Pair = AUDJPY S. Buy Price = 100.50 S. Sell Price = 100.99 3. Below Settings need to be added in setting section Bull/Bear Bar check : T / F OsMA check : T/F Following are the steps on
1 Application
Vwap and fibonacci Indicator (personal job)
50+ USD
Using fibonacci retracement on a Volume Weighted Average Price (VWAP) chart, to identify key VWAP levels and use them in conjunction with the Fibonacci tool to find potential support and resistance zones
1 Application
Need DASHBOARD FOR iv (personal job)
50+ USD
There shall be a dshboard for the IV levale with alert etc An IV level monitoring dashboard would serve as a comprehensive real-time visualization platform for healthcare professionals to track and manage intravenous therapy across multiple patients simultaneously. This centralized interface would display critical metrics including infusion rates, remaining fluid volumes, medication concentrations, and estimated
1 Application
EA next stage (personal job)
30+ USD
Hi there, When opening a position, I want to watch RSI(14) We divide the RSI by 10 (0, 10, 20, 30 .... 80, 90, etc.) When the code is started, it will fall into one of the tunnels (i.e. if the RSI is 45 when the code is run, it will be between RSI 40 and RSI 50). Opening the pending orders should be done after it leaves this tunnel, i.e. when the RSI becomes 39 or 51. Only then open the first 2 pending orders. Then
1 Application
Pre-requisite Indicator for NRBO Strategy - Bollinger Band Width (personal job)
30 - 45 USD
Hey John ... So I have the below pinescript which needs turning into an indicator on MT5 so we can assess bollinger band tightness. //@version=6 indicator(title= "Bollinger BandWidth" , shorttitle= "DK-BBW" , format=format.price, precision= 2 , timeframe= "" , timeframe_gaps= true ) bbw_thresh = input . float ( 1.5 , minval = 0.001 , maxval = 50 , title = "BBW Theshold" ) length = input . int ( 20 , minval = 1 )
1 Application
30 - 40 USD
I will give you the Pine Script of an indicator. You just need to create an EA for MT5 based on a simple requirement — it’s a simple strategy. Knock me if you’re interested in doing the work
9 Applications
Modification of an existing indicator and ea (personal job)
35+ USD
I would like a proffessional coder to modify a custome indicator and expert advisor with a guppy ma. I want the guppy ma to be added as an additional trend option and function just like the other trend options in the indicator and EA
1 Application