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
36138 completed jobs in all languages
Sort by:
30 - 70 USD
Hi, I was wondering if somebody can code the below for me. This will also lead to future work. Please see below and attachment for picture examples. CRITERIA (Sell example) When a candle closes opposite to the one before (as per example) it will draw fib level from the highest point (which could be the high of the first OR second candle) to the low of the second candle. It will also draw the 61.8 and 38.2 levels
8 Applications
(8) MQL4 Indicators Experts C++ Forex
30 - 130 USD
I need to have a simple modification to an existing EA. It should less than an hour or two for someone that knows what they are doing. The code is a spread trading code, so it trades two different symbols (second symbol set in the input). The code will be sent to you. Its a modification of an existing trading logic. The following functions should be added: 1. Stoploss. Set in dollars for the total position (ie both
Convert my indicator to mql5 (personal job)
30+ USD
Hello Malden, I want to convert my indicator from mql4 to mql5. Its working on my mt4 platform,I want the same replica on mt5 platform. I hope I can use it on mt5 volatility. Thanks
1 Application
(2) MQL5 Indicators
TRS MTF (personal job)
30+ USD
Please can you make this indicator multi time-frame It should only update after the close of the bar it has been set too If set too H1 it will only update after the close of the H1 bar Is set too D1 it will only update after the close of the D1 bar If set too current it would only update after the close of the current bar
1 Application
(9) MQL4 Indicators
Modification in Range V15 to me add more time frames (personal job)
50+ USD
Modification in Range V15 to add more time frames. you can start work and i will create the job. By default time frames will be M15, H1, H4, D, M. Total time frames will be M1, M5, M15, M30, H1, H4, D, W, M, Y
1 Application
(5) MQL4 Indicators Experts
MacD indicator for MT5 (personal job)
30 - 50 USD
To build a multi time frame dash showing market conditions based on the MacD. It will generate a Buy/Sell signal using the MacD fast line turning. Includes an optional RSI filter [True/False]. Job description to be attached
1 Application
(3) MQL5 Indicators
Update of my work.done (personal job)
30+ USD
need a coder to do the following for me: i have got two indicator i want to create another from 1. make one of the indicator MTF 2. Create a special indicator from the two indicator when a conditions is met 3. Locking to account and expiry Source files will made available to chosen coder
1 Application
(28) MQL4 Indicators
30+ USD
Trade counter box will display how many trades taken per day. Counter should reset to zero the following day (see image example attached). Default colour - Dark Grey Counter will turn Orange at "X" trades (default 10) Counter will turn Red at "X" number of trades (default 20). Option to Display Symbol Only or All Symbols. Input options to display sub window, corner, font, font size, horizontal / vertical position
3 Applications
(13) MQL5 Indicators
Custom chart for mt5 (personal job)
150+ USD
Project Description - Transfer The PoinAndFigureliveChartV.16 to Metatrader 5 non-trading EA using custom symbols features (reference: https://www.mql5.com/en/code/20254 - The EA can generate multiple symbols at the same time. - The Ea use OnTimer instead of onTick to avoid delay for other symbols - The EA use data source from TF that it's running on to generate the custom symbols with the same TF (ex. if the EA is
1 Application
MQL5 Indicators
Create Forex Index Indicator for MT4 (personal job)
50+ USD
Need to create the Forex strength Index indicator for Major currencies (8 currencies). It checks the strength based on the price movement & plots the graph on the chart with the score "strength & Weakness". More details are sent separately
1 Application
(16) MQL4 Indicators
30+ USD
Hello, amazingly this alert doesn't appear to exist already - its about as basic as it gets I would like to create an alert for when a candle CLOSES above or below a set price. Variables: Timeframe = 60, 240, 1440 etc Number of closes before alert = 1 close, 2 closes or 3 closes Price Above or Below Can somebody pls create this for me ?>
4 Applications
(1) MQL5 Indicators Experts
30 - 50 USD
Hi, i would like to create Trade Interceptor's Trendrisk indicator onto MT4 platform. Please let me know if anyone is familiar with the indicator and able to create this. thanks
1 Application
(1) MQL4 Indicators Experts Forex
30+ USD
Hello, I'd like to request an EA (and the source code obviously) in MQL5 with the development of 2 simple indicators which will be used in this strategy. Details of the requirements are in the attached zip file which contains a pdf. There is a total of 4 indicators in this strategy, only 2 of them hav to be developed (for the 2 other indicators, one is provided in MT5 (heikin ashi), for the second one I provide the
1 Application
(2) MQL5 Indicators Experts Custom graphics
30+ USD
Hi, I need a simple indicator that plots on the price charts the following lines: price of the market open hour (08h00), the time could be changed in the settings price of the market close hour (17h30), the time could be changed in the settings price of the open + 0.4% price of the open + 0.6% price of the open - 0.4% price of the open - 0.6% a vertical line plotted at market open hour For MT4, open source format
11 Applications
(30) MQL4 Indicators
Modification on the dashboard , personal job (personal job)
30 - 40 USD
Hi Lazar, As we discussed I need to add these 2 features to the last dashboard we developed 1- adding candle monitor multiplier = true/false. This will show in the cell as 3 , if valid 2- customization for Market Thanks
1 Application
(94) MQL4 Indicators
Modification of an existing EA (personal job)
30 - 50 USD
I'd like to have a trailling stop version of the V-shape master. the base of the EA is the same as v2.3 but with a trailling stop instead of a fixed TP. Short explanation in the doc attached. Thanks
1 Application
(42) MQL4 Indicators Experts
Sending a screenshot to email and telegram (personal job)
130+ USD
Hi..I need an indicator where the indicator will take a screenshot when the order was active. The order either BUY or SELL and as well when the order was closed. The indicator will not active and send a screenshot for placing a pendig order. Please add the fucntion as well to enable and disable for use email or telegram. If enable, it will active and if disable, it will not active
1 Application
(43) MQL4 Indicators
One click trading 3 Tps (personal job)
50+ USD
hi Georgi just wondering if we can can get that update going. , one click trading , 3 positions open , 3 different TPS with TSL , one click button to close all trades , could you please save it under "one click trading 3TPs ......... thank you very much , happy trading
EA and Indicator (personal job)
100+ USD
The EA already waits for a new bar for the signal, so if I am in BAR X the crossover happened and completed in the previous bar, adding the condition of open above/below both EMA can be implemented with something like double MASlowCurr=iMA(Symbol(),0,MASlowPeriod,0,MODE_EMA,PRICE_CLOSE,0); double MAFastCurr=iMA(Symbol(),0,MAFastPeriod,0,MODE_EMA,PRICE_CLOSE,0); Open[0]>MAFastCurr && MAFastCurr>MASlowCurr (this for a
1 Application
(105) MQL4 Indicators Experts
Multicurrency indicator (personal job)
70+ USD
i require a multi currency indicator that alerts me when all these requirements line up in the 4h and 1h charts, 4H non lag histogram and MA colour indicator must be red (or green for buys) 15 min non lag turned red and MA colour and Dtrend painted red arrow (green for buys) and finally 15 min EMA price closed below (or above for buys) in 15 min id like there to be a candle change zone function in which all 4
1 Application
(30) MQL4 Indicators