Orders for indicators development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
36392 completed jobs in all languages
Sort by:
150+ USD
HI I am trading with multiple indicators in MT4,but with data only to autu trade Iam attaching bridge to trade ,here it picks up buffers 0 for buy and buffer 1 for sell,I am trading with 4 indicators which produces buy and sell arrows ,I want combine with 4 indicators and make single indicator which produces buffer0 for buy,buffer1 for sell so that it is to trade buy and sell signals NEW INDICATOR NAME: BB Extreme
7 Applications
(79) MQL4 Indicators
Add Fibo levels and alerts to Indi (personal job)
30+ USD
I wanted you to add couple Fibonacci levels and alerts to the indicator as the instruction. If any questions or unclear instruction you can PM me and I will explains more details
1 Application
(7) MQL4 Indicators
CLOCK COUNTDOWN TIMER WITH SPREAD MT4 INDICATOR (personal job)
30+ USD
hi sir. I would like to make a draggable clock timer with spread indicator anywhere in my chart mt4. The Clock is just a plain TIME. If i selected Daily it should display a daily hour time. If 1 hour it should display 1h and so on in a current TF. And also if i wanted to view a 15m chart i can also select to view a 1hour chart candle timer or others or display ALL candle time closing depending in my preferences. The
1 Application
50+ USD
Greetings, I would like to convert the indicator called the CCFp 5.1 from MetaTrader 4 to MetaTrader 5. Once the conversion is done, then I would like to create an expert advisor for MT5. 5 star ratings will be awarded upon completion. DEMO MUST BE PROVIDED
8 Applications
(5) MQL5 Indicators Converting
Fractal EA modifications (personal job)
60+ USD
1) Change the flexible TP/SL to using an ATR (still with multiplier) 2) For extra entry confirmation: Use Bollinger Bands and with price being above/below the bollinger bands to confirm entry with either of these options: a) When price is about to enter after a signal has been made, at the time of entry, price must be outside the BB. I think this should be possible since we're using hidden entries instead of stops
1 Application
(8) MQL4 Indicators Experts
DailyBias (personal job)
30+ USD
Hi Shi Looking at the indi that you just created I ve seen that I need an implementation: The text of the notification ought to have the name of the cross inside for example: "you have an up signal on EURUSD" instead of "you have an up signal" and conversely for sell side In fact the purpose of that indi is to have a screening of the market, but if I have the message without the name of the cross I have to look at
1 Application
(8) MQL4 Indicators
30 - 55 USD
Build Currency Trend Indicator based on Open / Current Price difference If the candle current price is greater than the open price the trend = bullish and should display green If the candle current price is less than the open price the trend = bearish and should display red Should show every time frame M1 M5 M15 M30 H1 H4 Daily Weekly Monthly
11 Applications
(10) MQL4 Indicators
30+ USD
indicator("Average Daily Range/Supply & Demand Zones/MarketMakerEMA's",overlay=true) //@version=5 //plot(close) // Inputs: // // Number of ADR Back - Set the number of calendar days back to plot historical ADR. The default value is 7. // Non-trading days are not taken into account. // A value of 7, for example, would display only 5 ADR for a 24x5 market. // ADR Length parameter - Set the length
4 Applications
(55) MQL4 Indicators Converting
30 - 40 USD
For this job I am trying to fix some minor bugs in an already working and profitable code. This expert advisor is set up to be able to trade in trending and consolidation markets by having an independent entry system. Meaning that when the market is trending it will trade moving average crossovers in the direction of the trend and when the market is ranging it will identify that range and cancel all trending trades
30+ USD
Hello I need a simple tool that draws a buy arrow or sell arrow following these rules: we have a pattern formed with 4 bars swing low and buy arrow bar 1 having a low higher than low of bar 2 bar 2 is the lowest bar bar 3 has a low higher than low of bar 2 bar 4 high is higher than bar 3 high instead of bar 4 the condition can be meet at bar 5 or bar 6 but bar 3 has to be the lowest bar of the pattern same but
5 Applications
(8) MQL5 Indicators
Modification of the last job (personal job)
35+ USD
I would like the last job to be modified so it can be applied to another currency pair. The only changing components are - the minimum SL distance is 0.00045 instead of 0.0006 - the conditions for the entry signals Buy01, Buy02, Sell01, and Sell02 are different Some of the variables are very similar to before or just the same with different indicator inputs. The full requirements file is attached. I would be grateful
1 Application
(6) MQL4 Indicators Experts
30+ USD
//@version=4 study("Wave Rider 3.0 ", overlay = true) //ema ma_length = input(100, title = "EMA Length 1 ") ma_length2 = input(200, title = "EMA Length 2 ") pips = input(10.0, title = "Pips of wick apart from EMA1") * 10 * syminfo.mintick ema1 = ema(close, ma_length) ema2 = ema(close, ma_length2) plot(ema1, title="EMA1", color = color.orange, linewidth = 2) plot(ema2, title="EMA2", color = color.green, linewidth = 2)
4 Applications
(55) MQL4 Indicators Converting
New buffers for custom job #152063 (personal job)
60+ USD
Please add some Market Profile statistics as buffers to the custom job you did for me (#152063). I use it for different sessions such as 09:00-17:30 or 15:30-22:15. I would like the Point of Control TPO count for today and yesterday - the number of 30 minute bars that touched the current POC level. The second thing I would like is the rotation factor (30 minute bars) for today and yesterday. I found a definition here
1 Application
(4) MQL5 Indicators
30+ USD
Hello, I am looking for a programmer who can reprogram MT4 indicator for Mt5. The indicator shows a change in trend direction with a alert. Would it be possible even if I only have the .ex4 file of the indicator and not .mq4 file
3 Applications
(1) MQL5 Indicators
30+ USD
Hi, I have an indicator that draws the open line MTF, so if Im on the 1 min chart and on the indicator settings I place 15 it will draw the open line of the 15 min candle. I need the indicator to draw another line that I will explain if the job is accepted and arrows. The addition is very simple and straight nothing complicated
7 Applications
(5) MQL4 Indicators Forex
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, "ATR Text Color") col2 = input(color.teal, "Low Text
6 Applications
(55) MQL5 Indicators Converting
Archived orders support (personal job)
50+ USD
Live data EA update - Archived orders support as discussed as discussed before in the chat. Maintain the track of order profit as soon as the trade closes and then show it accordingly for today's profit/loss and last week's profit loss
1 Application
(28) MQL4 Indicators Experts
30+ USD
my indicator has a panel, I need this panel to always be on top of any existing object in the chart I also need to put the remaining time for the candle to close (timeframe of m1, m5 and m15) more informations with the programmer
8 Applications
(20) MQL4 Indicators
30+ USD
Hodrick-Prescott Channel https://www.mql5.com/en/code/191 Need the following modifications on the above indicator in MT4. 1) Need Input parameters based grid lines to be added inside/outside the boundaries. 2) HPC to be plotted back in time using end datetime function. 3) Text Display Adjusted anywhere in the screen. 4) icustom() code for EA
2 Applications
(28) MQL4 Indicators
30+ USD
Mejorando el EA Terabye ( soy propietario de este EA) Mantener intacto todo lo que hace el EA Terabye para abrir y cerrar sus operaciones, solo agregaremos un filtro para mejorar su rendimiento, el cual se podra poner en funcionamiento o dejar de usarlo a travez de una option que se habilitara en el imput del EA ( se pondra verdadero si usamos el filtro EMA de 20 y EMA de 50, si no se usa pondremos falso). Forma en