All orders - C# - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules C#
1215 completed jobs in all languages
Sort by:
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
8 Applications
(5) MQL4 Experts C++ C#
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
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
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
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
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
(1) MQL5 Indicators Converting C#
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
(18) MQL5 Experts Integration C++ C# Forex
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
MODIFICATION OF AN EXPERT ADVISOR BASED ON CHANNEL AND MA (personal job)
40+ USD
1. PERCENTAGE LOSS: THIS SHOULD BE THE TOTAL AMOUNT WON + TOTAL AMOUNT OF OPEN POSITIONS IN LOSS. THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE LOSS IS REACHED AND SHOULD NOT EXECUTE MORE TRADES FOR THAT DAY . THIS SHOULD BE TRUE/FALSE AND IMPUTED BY THE USER. 2. PERCENTAGE PROFIT: THIS SHOULD BE TOTAL AMOUNT WON + OPEN TRADES IN PROFIT OR LOSS THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE PROFIT IS REACHED
Cross bolinger and rsi (personal job)
40+ USD
Hi VWAP crossing bolinger and rsi at 75 and 25 tp is 32 pips. Cross up enter buy cross down is enter sell. Strategy and study required.... kindly inbox if you know you're perfect at this
1 Application
(1) MQL5 Indicators Experts C++ C#
60+ USD
I need a trading robot based on a moving average and CCI indicator plus Bollinger bands levels,you should be able to set break even levels,maximum number of trades to be taken.This is a long term project i hope to work with one developer till the success of the project
30+ USD
i am in need of a coder that has knowledge of mt4 and how strategy's work. I have lost a lot of money on people who can't code very good and don't understand the workings of a strategy's. so if you can understand simple concepts and are very good and coding and communicator. i am looking for you. Side note if you can't do the job no matter how long you spend on the project i will not finalize it if it's not done
30 - 100 USD
Hello I am looking for a coder who has experience in developing an Expert Advisor which takes trades based on averaging with lot sizes increasing according to Lot multiplication factor specified by me in settings All positions will be closed when price retraces and hits predifined price above or below average price of all positions combined (In case of basket of buy orders take profit is above average price of all
40 - 60 USD
Looking for an EA to trade the major currency pairs. Logic is IAW the book "FOREX Trading Robot & AI development for beginners." Logic is attached in screenshots and is from the book
9 Applications
30+ USD
Hello,i have three indicators with a template,i need a simple ea to execute the signal provided by this indicators. i need these settings; Takeprofit Stoploss, lotsize Magic number, Trailing stop. Breakeven in pips. add 3 ma with settings in EA menu. It is very important for the ea to analyze all indicators and open trades at the exact acceptable signal points. NOTE; ea will only response to signal only once and wait
15 Applications
(37) MQL4 Indicators Experts C++ C# Forex
30+ USD
Pivot formula = HLC/3 based on yesterday (daily) price Resis 4 OR Supp 4 = Pivot -+ Yesterday (daily) range * 1.618 Resis 5 OR Supp 5 = Pivot -+ Yesterday (daily) range * 2.618 ( Note: the lines above needed to plot out using horizontal line ) If there is no trade opening = reset and re-calculate for new day (in MT5) If there is trade on going, do not reset until the last closed trade is a winning trade. Add a button