All orders - C# - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30+ USD
I have calculation of highest high and lowest low of 20 candle data and line chart of it. What i need; custom indicator. Indicator data must be seen at "Data Window" A- There must be 4 buffer so i can add it to my Expert Advisor. These SetIndexBuffer's must looks like: SetIndexBuffer(0,Highest,INDICATOR_DATA); etc 0 - Highest, 1 - Lowest, 2 - Middle (High / Low) 3- Percent of highest candle - lowest candle which
9 Applications
AN EXPERT ADVISOR BASED ON PRICE ACTION (personal job)
70+ USD
EA BASED ON BASIC INDICATORS; MOVING AVERAGE, VOLUMES AND PRICE ACTION INDICATORS: EXPONENTIAL MOVING AVERAGE (PERIOD: 50, SHIFT:0, MA METHOD: EXPONENTIAL, APPLY TO: CLOSE).(INTERNAL IMPUT) VOLUMES: FIXED MINIMUM :0, FIXED MAXIMUM: 100 (INTERNAL IMPUT) TRADING STRATEGY 1. BUY ORDER; EXECUTE BUY ORDER: IF PRICE GOES ABOVE THE 50 EXPONENTIAL MA AND VOLUME OF ONLY A BUY CANDDLE IS EQUAL TO (INPUT PARAMETER) IN THE
1 Application
400+ USD
Hi I am looking for a professional programmer to convert mt5 indicators to ninja trader 8. My system has 5 indicators that need to be converted to Ninja Trader 8. The system will need to replicate such that if functions and performance as the MT5
3 Applications
30 - 200 USD
Looking for an Expert Advisor that initiates a trade when two LWMA cross one another, and have the trade close when price crosses over a third LWMA, and to work on all pairs. Would also like to add a trailing stop loss once up a certain amount of pips. Thanks. -Anthony
30+ USD
This is how classic ADR works: The Average Daily Range shows the average pip range of a Forex pair measured over a certain number of periods. The calculation of the daily range of a currency pair is a relatively easy process. You simply take the distance between the daily highs and daily lows of a currency pair. You can configure it to take into consideration as many periods as you want. Let’s see an example of how
4 Applications
30+ USD
Mainly, I want to adjust the time of my indicator to the time of different broker. Here are the four changes: 1. Add an input to determine at what time pivot start to be drawn/calculated. input int Pivot_Start=07; 2. Add the London Balance area + text. input int London_balance_Start= 09; input int London_balance_End= 10; +chose color 3. Add the New York Balance area + text. input int London_balance_Start= 16; input
2 Applications
Buy Grid EA with Sell Support and Vice Versa (personal job)
140+ USD
MARKET GOING DOWN (BUY EA WITH SELL SUPPORT) – EA1 • In the current version of iterative grid (EA) with buy only orders, we want to add another strategy of sell orders that will run parallel to the current one with the following requirements: a) Scenario 1: Suppose we place first buy order at 1.40000 then in EA the next buy order is placed when the market falls by the grid step point (Da points) specified for the
1 Application
MODIFICATION OF EXPERT ADVISOR (personal job)
34+ USD
RECOVERY FACTOR: EXIT CONDITION THE RECOVERY FACTOR SHOULD USE THE CONDITION BELOW TO EXIT TRADES AND NOT TAKE PROFIT. IF THE FIRST MULTIPLIER TRADE IS 1.5 (INPUT PARAMETER) TIMES GREATER IN PROFIT THAN THE INITIAL TRADE, EXIT THE TWO TRADES. IF THE SECOND MULTIPLIER TRADE IS 1.5 (INPUT PARAMETER) TIME GREATER IN PROFIT THAN THE SUM OF INITIAL TRADE AND FIRST MULTIPLIER TRADE, EXIT THE THREE TRADES. IF THE THIRD
1 Application
30+ USD
Dear Sir In Market order i need following option : Now EA is placing direct market order , now it has to be. 1. OPTION A) Market Order B) Pending Order 2. If Selected Pending Order than A) pip distance The EA will place the 2 pending orders as per pip distance given , it will work on indicator. This EA works on target of equity above / or profit percentage reached , it will re start all . Now I need First when
30 - 70 USD
Looking for someone who could create a piece of code that will alert me (push notification) when open orders in my EAX panel reach a certain pip target. Only input would be pip target. MT4
3 Applications
30+ USD
need 3 bar pattern with 4th candle breach for daily bias. with 3 bar pattern as peak formation. 3x ADR or greater. trend following for swing high and swing low. H1 match for head and shoulders - pattern. and 13 Ema cross of 50 Ema. with option of Support and resistance and addition conformation. with trigger either when the 3rd candle high/low is breached or when the forth candle breaches the 3rd candle high/low and
7 Applications
30+ USD
Hi, I have an indicator written in old MT4 language i.e. having OnInit(), deinit() etc. I would like the indicator to be recoded into the latest MT4 accepted language. Thanks
10 Applications
30+ USD
I am looking for metatrader interation with cloud based software platform (something easy to use & easy access like Google SpreadSheet). Preferebly using DLL so that we dont have to key in the url. The end goal is to use it and save it on live. If required some integration tools such as zapier or integromate . The libraries should include Sending data (customiseable) from MT4 to google sheet, by default the data will
1 Application
35+ USD
Preciso de um Robo, configuravel .. Entradas / Input: Qtd de Lote = 1 StopLoss = 100 Proft = 100 Periodo = 1 // como padrão ------------------------------- Quero trabalher em cima desse indicardo da mesma forma, sendo o perído padrão 1. https://www.mql5.com/en/code/20445 Sendo que quando ele estiver no Maxima, abrir uma VENDA imadiatamente no Proximo Candle. Quando tiver na Minima, abra uma COMRPA imedia no proximo
30 - 40 USD
This money management system is designed to protect capital when market conditions are not favorable to the strategy and to increase risk when they are. You will have to add your lines of codes to my template: Dummy. And make sure the code works for all brokers. There are four parameters to this system: 1. input double Starting_risk=1.00;//% 2. input int Max_win_steps=5; 3. input int Max_loss_steps=3; 4. input double
3 Applications
30 - 60 USD
This involves 2 MACDs values, two SMAs, the Envelopes working together. A timer. Tp, SL in pips, number of bars and minutes. If you have traded Crash and Boom before, this will be a plus to me selecting you so you can mention that if that’s the case with you
30 - 100 USD
Hello, I need a developer who understands how to code or program a strategy that requires re-scaling of the main chart and indicator windows into an EA. If you can't do this don't bother applying. If you're Stero_devops on Skype, don't apply. If you have not trades Crash and Boom before and or doesn't know what they are don't apply also. Now, this requires having indicators which ordinarily would be on the main chart
30 - 150 USD
Hello i would like someone to convert the following risk reward ninjatrader 8 indicator to mt5. Risk is defined as 2 times atr 14 at current bar. targets are 1, 2 and 4 atr(14) at current bar) Ty and best regards
2 Applications
30+ USD
//Market cycles management sinput string Trading months; input bool Trade_January = true; input bool Trade_February = true; input bool Trade_March= true; input bool Trade_April= true; input bool Trade_May = true; input bool Trade_June=true; input bool Trade_July=true; input bool Trade_August = true; input bool Trade_September= true; input bool Trade_October= true; input bool Trade_November = true; input bool
6 Applications
30+ USD
//@version=4 study(title="Stochastic", shorttitle="Stoch", format=format.price, precision=2, resolution="") periodK = input(14, title="K", minval=1) periodD = input(3, title="D", minval=1) smoothK = input(3, title="Smooth", minval=1) k = sma(stoch(close, high, low, periodK), smoothK) d = sma(k, periodD) plot(k, title="%K", color=#0094FF) plot(d, color=change(d) >= 0 ? color.lime : color.red, linewidth=2) h0 =
5 Applications