Orders for indicators development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
39950 completed jobs in all languages
Sort by:
Update Junibifon_EA_Pending_Opposite (personal job)
60+ USD
Feature 1: Please add 2 EMA as filter. Fast EMA default is 10. Slow EMA default is 20. Rule 1 : Buy limit if Fast EMA above Slow EMA. And vice versa Rule 2 : The pending order will be canceled if the the EMA position has been changed. For example pending buy order (not triggered ) will be canceled if the Fast EMA has move to below the slow EMA Add MACD as a filter. Rule : Buy Limit if bullish. And vice versa. Rule 3
1 Application
Modification of EA (personal job)
60+ USD
As per your request, modification of EA about s4 and S5, the code was not acting correctly , bug fix from previous code. The ea is the old one you already made for me some time ago and i don't know why it was not acting correctly
1 Application
Quasar Misfire EA (personal job)
30 - 200 USD
Per our discussion I would like to start off with a simple EA that will be able to take trades during the most active hours looking at a specific list of currencies which I outlined in the document. I have done my best to explain the basic EA and we can discuss more in depth for any questions or concerns that you might have. Thank you for your help. Will attach the spec document once the job is accepted
1 Application
80 - 90 USD
This indicator idea will not be like anything you have worked on previously so it will be interesting and challenging in a good way. Firstly: imagine a matrix of numbers with columns approximately numbered or lettered 1 to 14 and a row for every date (daily) from 2003 to the end of 2020. In each element of the matrix (or cell) there is a number. Going down each column the numbers are in a sort of sequence, and there
4 Applications
40+ USD
Hi there, I'm using two indicators: 1. Hull 2. ATR2 Hull: //------------------------------------------------------------------ #property copyright "© mladen, 2019" #property link "mladenfx@gmail.com" //------------------------------------------------------------------ #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 1 #property indicator_label1 "Hull" #property
3 Applications
Average Volume Indicator (personal job)
30+ USD
I would like you to create a Average Volume Indicator using the Volume indicator that come with metatrader I would like to be able to input the date and time on any time frame and get the average volume displayed in the top right corner. For Example: Input 4/15/2020 Beginning Time 01:00:00 Ending Tine 4:45:00 If you have any additional questions let me know Thanks
1 Application
30 - 70 USD
Hi, I need two dashboard: (a) bb squeeze MTF dashboard + (b) cross-50 period moving average MTF dashboard. They are cross all different instruments & their time frames( from 5 min- Weekly) The squeeze is based on attached indicator & its code. The specific requirements are: 1) For dashboard (a), EA Indicator to monitor all instruments for BB squeeze of all time frame and show it like a dashboard in one chart only;
5 Applications
Need to modify an existing script (personal job)
30+ USD
sir need to modify an existing script as per out chat need to make singals when price crosses below and above the existing trend line i am attaching some pics for the refrence. i will also post the study script here , //@version=4 study("mtf indicator",overlay=true) pine_rma(x, y) => alpha = y sum = 0.0 sum := (x + (alpha - 1) * nz(sum[1])) / alpha //ATR[i] = ATR[i-1] + ( TR[i] - TR[i-n] ) /
1 Application
30+ USD
I would like to create an indicator that takes a snapshot/screenshot of the MT4 chart. When this indicator is loaded on the chart, it will take a snapshot. I have to be able to set the time when the first snapshot is taken. I also have to be able to set how frequently it takes a snapshot after that (every 5mins, every 4 hours). It keeps doing this until I take the indicator off the chart. All other details in the
12 Applications
STOMA V2 (personal job)
30+ USD
This job is for upgrade of the current system. New mods are added and some mods are deleted. The original system uses 3 MA’s and a Stochastic to find direction of opening a trade. Timing for opening is based on opening of a candle on a specific time frame. A variety of tools to closed trade
1 Application
New Update 2 (personal job)
40+ USD
New inputs: 1. Closing of trades (enable/disable) - default enable 2 Target2 in pips (enable/disable) Target2 (default : 300) 3. Sudden price fall or rise per candle (same time frame as indicator) (enable/disable) - default enable 4. Number of pips to rise/fall (default 250) 5. Inside bar candle condition (true/false) Time Frame
1 Application
Building of 2 new systems (personal job)
450+ USD
I hope new system by below contents to work fast likely as “OIH_USRS_v1.0_nolag” if possible. New 2 systems will be like above 2 systems. I mean new 1 system will use same colored arrows for Buy / Sell Entry and Buy / Sell StopLoss and Buy / Sell TakeProfit. Now, “OIH_USRS_v1.0” has buffers as followings below. v1 Buy Entry v2 Sell Entry v3 Buy StopLoss v4 Sell StopLoss v5 Buy TakeProfit v6 Sell TakeProfit Arrows and
1 Application
Metatrader 5 | Refactor inside bar highlighter indicator (personal job)
30 - 60 USD
Customer to supply source code. 1 Remove Glow related code/settings 2 Remove Y-motion related code 3 Keep auto-colour related code 4 Keep Shade and related settings 5 Only the last few inside bar matters so default setting of limit bars to 3 6 Ensure best possible that we are only processing whatever limits bars is set to 7 Scan for code logic errors - Some known inside bar identification issues have been seen but
1 Application
Implementations to TMA EA (personal job)
30+ USD
1) Auto lot (based on equity) 2) Change bands with TMA version i send to you / or find a non repaint version 3) Add an optional moving average (enter only at market after candle close above or under this moving average) 4) don't close partial close on opposite band 5) test some modification about the multiplicator, because the idea is good but not always... we have to study it (z q ecc..) 6) test the spear indicator
1 Application
30 - 45 USD
Easy, quick change the calculation of in-built ATR so that it calculates atrmodified as: (1) input int period =14; double sum = 0 ; for n = 1 to period { double add = MathMax( ((High[n]-Open[n]),Open[n]-Low[n] ) ; sum=sum+add } double atrmodified = sum / period (2) Plot in window (1) with on/off option (3) Draws line above and below the current open +/- the calculated number. (4) Draws fib lines above and below
4 Applications
30 - 50 USD
I would like to add TWO MA to a Tube Indicator. Every time the MA cross the tube, I would like to receive a email alert. I need the MA to able to change from HMA, Exponential and LWMA
10 Applications
Update from v8 to v9 (by adding indicator) (personal job)
63+ USD
Dear Shuku, little update by adding these options to the last EA. Thx! 1. Market Insider as Entry option arrows: green buy / red sell suboption: only trade signal if bar is closed 2. Market Insider as Filter option (only line) line green: only long signals line red: only short signals 3. Market Insider as Exit option (only arrows) close long if red arrow appears close short if green arrow appears suboption: only take
1 Application
85+ USD
I need a developer with Skill to hide the pending orders sends by the robot. My robot open a Buy order and opens immediatly an Sell Stop Limit order, with diference of pips of the buy order. What i really want is when the buy order is executed by the robot the sell stop limt order is hided and not showing in the mt4, but if the reach the price of the Sell stop limit order to execute that order
9 Applications
70+ USD
Paints an horizontal line when: -> The price makes X amount of candles: Line at the beginning of the body. The candle previous to the first needs to be of different color : In this example, the parameter was set to 7, so after 7 green or red candles, and the previous candle of the first is of different color, will place a line at the origin of the first candle. ->When 3 (or more) candles are bigger than X amount
4 Applications
Modify existing MT4 and MT5 EAs (personal job)
40 - 60 USD
Hi Hasanboy Hope you are well. For each of the attached MT4 and MT5 EAs i have a change request. Everything remains the same but before the trade is booked the EA should check that H4, D1 or both have the same MACD direction as the selected time frames. The EA should also check that H4, D1 or both have a rising ADX above 25 . Please give me the ability (in the input sheet) to select this requirement for H4, D1 or
1 Application