Orders for indicators development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
Creation of a CRT indicator (personal job)
30+ USD
im looking for a skilled coder who can create an indicator for me from my custome indicators. When my custome indicators align, i want the indicator to draw an arrow on the entry candle. i also want the indicator to produce an alert when the signal is created. Il provide a document with more detailed information
1 Application
Modifications to my custom 2MA_Ribbon-EA TIME & DAY FILTERS (personal job)
70 - 100 USD
Hi, I want to make modifications to my custom 2MA_Ribbon-EA : https://www.mql5.com/en/job/231440 1. Delete :- * ADR: SL /TP /BE. * Partial Closing * 2MA Ribbon ADR (Filter) 2. Add Built in MT4 Ichimoku - cloud exit :- If a complete candle open & close Below cloud = close Buy If a complete candle open & close Above cloud = close Sell * Ichimoku cloud exit (true/False) * Note: keep ExitOpposite as it is 3. Add TIME &
1 Application
Integrate mq4 Indicator into mq4 EA and prepare for MQL5 upload (personal job)
40+ USD
Hello and Good Morning, I need to Integrate an mq4 Indicator into an mq4 EA and to prepare for MQL5 upload like you have done with the MT5 version Greetings from Betty
1 Application
MACD Zero-Cross + Stochastic 50-Cross (personal job)
40+ USD
i want you to put this 2 indicator to give signal differently and let there be options to use each separately MACD MTF (Multi-Timeframe) Stochastic MTF (Multi-Timeframe) MACD MTF Generate a notification only when the MACD crosses the zero (0) level. Notifications must trigger on any timeframe where the zero-level cross occurs. Stochastic MTF Generate a notification only when the Stochastic crosses the 50 level
1 Application
30+ USD
so i have an indicator created but needs to be fix up a little, it is created with other mt4 indicators attach to give arrow signals. the issue is when i set up the indicator on the market i still get signals from the attach indicators. all i need is for someone to remove the alert signal i'm getting from the attached indicators so i only get alert for the indicator created
7 Applications
50 - 150 USD
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
Modification in MT4 & MT5 codes (personal job)
80+ USD
Additional features to be added for MT5 and MT4 1) Adding three Stochastic Oscillators Timeframe First Timeframe = True / False = D1 / H4 / H1 / M30 / M15 / M5 / M1 Stoch Up to open trades = 70 Stoch Down to open trades
1 Application
Modify existing (personal job)
86+ USD
To modify an existing indicator.To add the the required tool to make it alert when the conditions are met. This is original, now the modification make it vary.. You have the full details, do let me know if you require any more information regarding the setting
1 Application
30 - 50 USD
REQUIREMENTS SPECIFICATION Budget: 30 USD – 50 USD (Maximum) I’m looking for an experienced MQL5 developer to upgrade and enhance my existing Expert Advisor (EA). My budget is limited because I have already spent a lots building EA strategy before and experienced trading losses. At the moment, this is the best EA I have, but it still needs some improvements to make it more stable and efficient. My current developer
Adding an optional module to exitsing EA (personal job)
35+ USD
change the way orders are closed Closing option 1 : TEMA , MACD and SAR (currently when all 3 align ) Closing option 2 : SAR only (changing direction / second dot )
1 Application
Specification: Modification to Expert Advisor 236350_-_232989_-_EA_Communicate_Excel.mq5 (personal job)
30+ USD
Specification: Modification to Expert Advisor 236350_-_232989_-_EA_Communicate_Excel.mq5 Please add modifications to Expert Advisor. Please add data to DDE window: 1) MA6 Values, Candles 3, 5, 7 2) MA24 Values, Candles 3, 5, 7
1 Application
Price Swing in trading sessions. (personal job)
50+ USD
Price Swing in trading sessions. There are five trading sessions that I track. These are Sydney, Tokyo, London and New York. I use the time chart published by a broker called FXCM. url: https://www.fxcm.com/uk/platforms/trading-station/ The GUI is shown in Marketscope GUI.png. You will notice that I used the "Lines" instead of candlestic or bars. Also,you will see an indicator called "Trading Sessions Hours"
1 Application
Add Monthly target in USD and Pips and Percentage per currency pair (personal job)
30+ USD
Hello Dear, I would like to add the monthly target per each currency pairs ( Not the whole account ) so that when we reach the target it can close everything until next month, Unless if I reactivate it. And that should be done per each pairs
1 Application
Development of an indicator (personal job)
35+ USD
Hello, im looking for an experienced coder who can make an indicator by merging my custome indicators. What i want is when my custome indicators align, i want the new indicator to draw an arrow and produce an alert. i will provide a more detailed explanation in the description document. Thank you
1 Application
30+ USD
I need a MetaTrader 5 solution (preferably an **Indicator**, single `.mq5` file) that enables **crosshair synchronization + chart scrolling synchronization** across multiple open chart windows. The indicator should be attached to each chart that needs to participate. --- ## 1) Goal / What it should do ### A. Multi-chart crosshair (cross lines) sync * I will open multiple MT5 chart windows (e.g., 4 charts). * When I
10 Applications
50+ USD
I am looking for an experienced developer that can design an EA that detects impulse in the market and trade in the direction. The EA will have good risk management with trailing drawdown. The developer should have an idea of what instrument the EA will use to detect the impulse and trade in that direction
16 Applications
Kaminskis11 (personal job)
55+ USD
Hello. I would like to modify the existing trading expert you created according to the parameters as we discussed earlier, when the expert opens a buy order, let's say with 0.3 lots, then the hedging order will also be 0.3 lots plus another position opens with 0.3 lots. Previously, the expert opened positions, let's say 0.3 0.6 0.9 0.12, etc. This increases the margin every time a position is opened. I want the
1 Application
SSDind (personal job)
85+ USD
Bottom of signal candle (with allowable buffer) 3. TP: Size in 'R' where 1R = Size of SL ---SL buffer (Two options): 1. Points input 2. As a % of the signal candle size (e.g if this is 10% and signal candle size is 100 points, the buffer is 10 points) ---Breakeven option ON/OFF: By ratio of size of SL ---Trailing stop option ON/OFF by ratio of size of SL: Trailing step input: 'x' Trailing stop input: 'x' e.g. if
1 Application
30+ USD
// @version= 4 study ( title = "Average True Range Stop Loss Finder" , shorttitle = "ATR" , overlay =true ) length = input ( title = "Length" , defval = 14 , minval = 1 ) smoothing = input ( title = "Smoothing" , defval = "RMA" , options = [ "RMA" , "SMA" , "EMA" , "WMA" ]) m = input ( 1.5 , "Multiplier" ) src1 = input ( high ) src2 = input ( low ) pline = input ( true, "Show Price Lines" ) col1 = input ( color.blue
10 Applications
Modification of pipe copier system trailing profit system mechanism. (personal job)
30 - 40 USD
hi, as you know how the pipe copier work. i nee ammendment in the receiver side. instead of the profit option i want you to add 1 break even lock option. for example the receiver side copied 5 positions and i kept its profit as 1000 points, but i am afraid of price going against me, so i want to lock in min points, so i wish to have break even + XXX points for example by break even is 200 points, so i will keep
1 Application