All orders - C++ - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2092 completed jobs in all languages
Sort by:
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 - 200 USD
I'm looking for someone who can code an MT5 (or MT4) EA that will take entries and exits based on the crossing of 2 moving averages (after candle close). There are some additional settings needed for big baskets (close of larger baskets based on pips profit instead of crossing of moving averages). I have everything written out in detail with examples in a document I can send to the developer who can offer me a good
27 Applications
(7) MQL5 Experts C++
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
30+ USD
Please assist in modifying the attached indicator - Zerolag hull variation according to the following requirements; 1. Add ATR bands to the Zerolag Hull variation mt4 indicator. 2. The bands should have their own period setting 3. Both upper and lower band should be visible
30+ USD
Looking for developer to create advanced EA for based on indicators need to be coded. Requires a developer that have good support if there is any small modifications needed. Thanks
I need a function use in MQL5 that use WinAPI to run a script from its name (personal job)
50+ USD
The function shoud be void RunScript(string script_name) The function must use only Win native APIs I already have the same function that only run on MT4. If you need some reference, I can give it to you
2 Applications
(10) MQL5 Libraries Integration C++
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
74 - 125 USD
EA Modification of Exit Strategy Minimizing Slippage at Rollover Hour : Partial Close Volume with time range each closing I want to modified my EA Exit Strategy at Rollover Hour, Always at ECN Broker Its happened when at rollover hour when price Spiked everywhere, and i got much slippage The Exit strategy of my EA had 4 condition : 1 Curently the EA had Dynamic TP that Modified its TP every XX Minutes, I want to make
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 USD
Hi, I would like to publish a new EA for MT4 but I have a problem with the validation system of MQL5. (See below) So I would like a coder to correct these errors so that the code of my EA will be accepted by MQL5. I precise that my condition to proceed to the payment is NO ERROR in the validation system and the publication of my EA. I also want (of course...) to get the new code of my EA with the modifications that
10 Applications
A variation on the last job... (personal job)
100+ USD
Hi Raymond, Thanks for pulling through on that difficult assignment. Here is another Mt4 - Mt5 Conversion. This indicator employs the same kind of cross currency ATR slope comparison as the last one. I think it should be easier as no one has screwed up a partially completed conversion job before you solved some of the problems they created. Furthermore, the code is more clear in terms of how put together and does not
1 Application
Want to modify the existing EA to put maximum dailyloss and maximum loss limit. (personal job)
50+ USD
Hi, i want the EA to modify.. want to put a maximum dailyloss, maximumloss and stoptrading when position close in positive number profit. example: 1. maximum dailyloss= true/false maximum dailyloss= 10,000 when i set true if my dailyloss Reach 10,000 that i set EA will STOP Trading for this Day he will trade another Day again..everyday his dailyloss limit is 10,000. 2. maximum Loss= true/false maximum Loss= 20,000
1 Application
50 - 150 USD
I would like to develop an indicator that can display Bid Ratio, Buy/sell Ratio and Gap (3 stuff) in 1 indicator. The formula to calculate each value will be given in the specification later. However, here is the general description Bid Ratio (Blue line - customisable ) - Current Bid price % with respect to high and low over a day (Default) /week/month (broker TF - customisable) Buy/Sell Ratio (Red line -
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
30+ USD
Hello coders, I want someone to make an expert advisor using one indicator as per the instructions in the attachment Please read the file carefully and understand it, and then apply if you see yourself worthy of the work. If you don't understand something, ask me Note: indicator will be sent to the coder privately & my condition to have mq4 file not ex4
50+ USD
Improvements/Upgrade InsideOut Change code from MT4 Epert Advisor to MT5 Expert Advisor, This program is no longer called Forcestrike it is called InsideOut No restrictions on how many times I down load or use. I have bought the script in full from you. All time frames I want to be able to use this on: · (Gold Pairs) · All Crypto Currencies · All the major currencies
2 Applications
(6) MQL5 Experts Converting C++ Python