Orders for indicators development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
40169 completed jobs in all languages
Sort by:
50+ USD
Hello there . As Discussed, I have an indicator on tradingview which I will like to be convert to mt5 .kindly bid for it based on our discussion . Just want to make sure that this indicator is perfectly convert into MQL5
3 Applications
RSI with Augmented Bollinger Bands (personal job)
45+ USD
MT5 Use the following code to add upper and lower bands (augmented bollinger) to a normal RSI. Code from tradingview is: lookback = 40 std = 2 ma_high = ta.wma(high, lookback) ma_low = ta.wma(low, lookback) standard_deviation_h = ta.stdev(high, lookback) standard_deviation_l = ta.stdev(low, lookback) upper_augmented_boll = ma_high + (std * standard_deviation_h) lower_augmented_boll = ma_low - (std *
1 Application
A few things added to current EA (personal job)
100+ USD
In dire need of a few things added inside current Expert Advisor. Will need the 13 sma added to the EA. Need the EA to open a trade to go Long when price crosses above the 13 sma, and take profit when price crosses back below it but immediately opens a separate trade to go Short as soon as price crosses back below the sma. Need the EA to do same exact thing with a 2nd indicator provided and open separate trades for
1 Application
30 - 50 USD
i need somone to edit the manual opening order ea ! new function was added but it has issue ! here are the details ! it'll only close the pair who has reached our target ! 1: Pir Equity % or Equity Amount ! 2: if pair has this number of orders ( does not matters buy or sell , maxPairEquityorders ) then it'll use the below equity percentage/equity amount to close trades ) Pair Equity %2 or Equity Amount 2 new inputs
5 Applications
50+ USD
Hi I need my (supertrend) indicator default settings modified for my EA Robot I have. I trade off the 5min time frame I have a custom indicator for entries. The Super trend indicator is for the trend I set it on the 1hr time frame The problem is when I plug in the indicators into my EA Robot I cannot change the settings so whatever the default settings is for the indicator it would trade it in that settings so I need
7 Applications
120+ USD
Create MT5 HH LL Indicator + Auto Trading EA - Breakout Strategy Hello There, This is a 3 Part Job. Build HH LL Indicator for MT5 - *exactly like this one here ( link) https://www.mql5.com/en/market/product/80764?source=Site +Profile+Seller Build MT5 Auto Trading EA that trades London & New York Open Breakouts using the HH LL Indicator. EA Sets Buy and Sell Stops on 1 Min chart based on untested 10 Min. HH/HL/LL/LH
6 Applications
Divergencesignal based on MACD (personal job)
88+ USD
Divergenceindicator and signal based on MACD. This should be used later as a part of an EA as described ealier. It should be possible to change the values of the MACD and the divergence etc
1 Application
Trade Manager part (personal job)
250+ USD
hello we need to do the trade manager part 1- csv file with all entry and exit from the alarm list - now insert all known column but know we will add column with calculation after 2- Trade manager look in the excel the design and how to use it inn the word document explanation about the list in the window graph... and after we can add more indicator after we will eat and drink a lot but only to joke
1 Application
Modifications as discussed (personal job)
167+ USD
The take profit price of the selected (most recent, middle or first ) position is considered to be the global TP price, so if that is hit then all positions of the set are closed. Every set will be traded ( every new session levels will be saved after the first session trading has begun ) until trades are closed by SL, TP or any other factor used in the inputs. Every set will be managed individually. Total positions
1 Application
30 - 50 USD
The indicator needs to plot 2 Fibonacci retracements by detecting the highest and lowest points of the given period (Start time and end Time). The inputs by the user will only be Start time and End time of the Fibo, the indicator should detect the highest and lowest points of data in the specified timeframe (D1, H4, H1, etc) When plotting the Fibonacci, detection of the first extreme point will determine level 1.0
4 Applications
Upgrade of existing EA (personal job)
75+ USD
i require the addition of a feature to the last EA you built for me (macd atr hedging ea v6). i would like a option that i can turn on and off where the take profits can be automatically stepped to take profit at 4 stages. i would like 25% increments of the total take profit that is calculated from the ATR. example: if the atr is at 8 and the take profit for the ea is set at 2 x then (with the trailing stop setting
1 Application
30+ USD
I am seeking the services of a professional to help me enhance my existing EA code. The EA is already operational, but it lacks a little feature that I need to be implemented. Specifically, I need the EA to automatically disable and close all open trades in profit once the set expiration time has elapsed. Although the EA has a licensing feature, it continues to open trades even after the license has expired based on
12 Applications
200 - 600 USD
Dear Developpers, I have 2 custom indicators on MT4 with the source code. The indicators work fine. I use those 2 indicators to manually provide a BuyStop or SellStop price to CAP ZONE RECOVERY EA. I use CAP ZONE RECOVERY EA to manage the position. My problems : 1) I need to automatise the process, 2) I need to provide 2 different prices: one for BuyStop and another for Buysell with a "One Cancel the Other (OCO)"
8 Applications
Modify an existing dashbaord (personal job)
58+ USD
Hello, I want to modify an existing dashboard and add: Prev week High low with alerts prev day high low with alerts prev month high low with alerts pairs that fails to make new high or low from Previous day during the london and asian session. so by the 1400 candle close broker time if any currency fails to make new high or low , i need a alert of those pairs alerts on those 00s, 25, 50 and 75 alerts lines
1 Application
Strike2 (personal job)
40+ USD
1. If the 5 MINUTE (130 Exponential High and Low ) are ABOVE the 5 MINUTE (182 Exponential Open).......AND 2. Price is below the 4 hour (3 Exponential high)......... Then I want to set an automatic BUY LIMIT when Price is equal to the 1 minute 1100 exponential OPEN. (or just enter into a buy) 3. If the Exponential 1 Close is ABOVE the 1 Hour Exponential 3 Open Vise versa 1. If the 5 MINUTE (130 Exponential High
1 Application
30 - 40 USD
Hi, the ea has function and it'll close all trades once our target equity has reached ! new function was added but it has issue ! here are the details ! it'll only close the pair who has reached our target ! Pair Equity % or Equity Amount ! Two new inputs : PairEquityClosePercentage PairEquityCloseAmount The equity will count once the first order was opened on the Pair ! and it'll close individually orders on pair
10 Applications
50+ USD
Je possède un code MQL5 de ma stratégie mais je ne sais pas pourquoi je n'ai pas de signal d'achat ou de vente, donc il ne prends pas de positions.. Quelqu'un de compétent pour moi svp ? Je me suis inspiré du Pinescript pour faire le code MQL5 mais je ne comprends pas pourquoi, merci de bien vérifier que toutes les fonctions dans le PineScript sont retranscrite dans le MQL5, avec en plus l'entrée et la sortie des
3 Applications
40+ USD
I need an indicator modified so it includes two additional lines of information. Specifically, I need the amount of open buy positions and the amount of open sell positions on the indicator
9 Applications
30+ USD
Hello, I am looking for talented coder. I will explain the exit strategy. EA Settings parameters ---------------------------------- Starting lotsize: 0.01 Lot Multiplier: 2.0 Manual Lot Sequence, Separator(;) (manual input of Lotsize) —---------------------------- Position Closing Percentage: 50.0 —----------------------------- Types of Trading Order: (Buy Only, Sell Only, Buy&Sell) —-------------------------------
2 Applications
45+ USD
We need an indicator which combines two indicators into one. One of the indicators works in MT4, which will need to be converted though it was programmed with classes for MT5 , and the conversion should be simple. The indicator for MT5 would be used to combined the two indicators and provide the MT4 indicator it's price feed. The merge should be simple but I'd like some points cleared on order of buffers. I expect a
7 Applications