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#
1051 completed jobs in all languages
Sort by:
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
30 - 200 USD
I want to use the Donchian channels indicator with the "optimized trend tracker" indicator published on tradingview websites according to the volatility information given by the ATR indicator. first, we need to convert the "optimized trend tracker" (OTT) indicator to the mql5 environment, which shows us whether the market is in a downtrend or an uptrend. ıt will order "buy" as soon as the price level is above the
11 Applications
Create Smart Entry Based off Indicator (personal job)
100 - 120 USD
Rules Buy Signal: MAIN CHART: blue arrow blue moving average blue candle 30_PD_TRIG: blue over purple a clear uptrend in both averages blue breaking away from the purple average (shows a little space between the 2 averages) RSI & MOM: Red over 50 Yellow over 100 Sell Signal: MAIN CHART: pink arrow pink moving average red candle 30_PD_TRIG: blue under purple a clear downtrend in both averages blue breaking away from
1 Application
(3) MQL4 Experts C#
30+ USD
I have QuickFib indicator,and I need buffers to use it in EA . I need buffers for 0,100,50,61.8 .Only 4 . I don`t need 38.2 and 23.6 . I don`t think is something very hard to do,but I have no idea how to add buffers . And I must write at least 30 words to be accepted the job on this website,so,I write over 30 words :)
30+ USD
Hello, Due to the fact that I am getting so sick to the back teeth of MetaEdior not being able to read MQL4 code properly - despite me coding for years now - for some reason, these errors just won't go away and I'm getting extremely pissed off now. This is more of a placement of the brackets more than anything else, rather than the code itself but basically the rule is: If Statement A is true, assess if Statement B
3 Applications
(3) MQL5 Indicators Experts C# Forex
30+ USD
Hi, I looking for make EA load signal from telegram channel and Trade on MT4 video : https://www.youtube.com/watch?v=wBKSiPdsGAk I have mq4 EA file . Output all source code : ex4 file, mq4 file, connector Telegram To EA file Regards
5 Applications
(1) MQL4 Experts Other C++ C# JavaScript SQL Forex