Orders for Expert Advisors development - C++ - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
52+ USD
I need a simple robot to open trades when a indictor draws Arrows on a chart. Then close the trades when the indicator put lines on the chart THE NAME of INDICATOR will be given The robot must also have a TP and SL options in the settings panel
9 Applications
40 - 70 USD
This EA should be able to take: ......BUY,SELL trades as well as set all 4 pending orders(buy stop,sell stop,but limit and sell limit) ******************** INPUT AREA **************** ---Lot Size ---Number of orders(able to enter multiple orders at the same time) ---Hidden Stop loss IN pips (Broker should not see my STOP LOSS) ---Hidden Take profit IN pips (Broker should not see my TAKE PROFIT) ---Trailing stop with
100+ USD
In search of a programmer to program a trading bot to buy and sell the same contract at certain intervals with options for me to adjust dollar value of trades, take profit and stop loss levels. Needs to be able to read candle patterns and depth of the market more details to programmer
20 Applications
30+ USD
USD Hello. My name is Clem. I'm looking for expert to create a robot that works based on Ichimoku Kinko Hyo. I need a robot that can execute trades based on my strategy and works on all currencies and timeframes. Further information about the trading robot will be available when we chat
100 - 130 USD
All the defined things would be set from the properties Define 1st Moving Average Define 2nd Moving Average Define 3rd Moving Average Define 4th Moving Average Define 5th Moving Average Define CCI Define Current Price in relations to 1st Moving Average *If Moving Average 1 value is higher than Moving Average 2 value, look for buy. *If Moving Average 2 value is lower than Moving Average 1 value, look for sell. 1st and
50 - 150 USD
I need an EA for MT4 built of my strategy , I already have it written on pine script on trading view just need the EA built. I have attached the txt file below that has the strategy written in it with pinescript
9 Applications
I need an EA to open BUY or SELL at every close of candle stick on all time frame. (personal job)
30 - 35 USD
i need an EA to work on all time frame(candle stick based). The EA opens either a Buy or a Sell at every candle stick close. for example on a particular time frame. it takes for example a buy trade, when trade goes to our favor the trade will be trailed according to set. but when trade goes bad it should enter another oposite trade sell on a multiple lot base on set at the opening of the next candle. the next candle
80+ USD
If 07:00am(GMT+1) candle closes above(up) its opening price then EA can consider taking a BUY order as soon as 8:00am candle shows (the new candle), BUT THE EA MUST take note of the following conditions before executing a BUY order, THE conditions goes as follows: 1. EA waits till 08:30am (30 min after the new candle has print) 2. IF by 08:30am the new candle price is still above {BULLISH} the closing price of 7:00am
4 Applications
100+ USD
SCOPE OF WORK Create an EA designed to execute trades on a single currency (EURUSD) or Index (US30) rather than a basket of instruments. It should be designed to execute trades on a single chart at a time or on multiple charts by changing the Magic Number. The EA should be designed to run 24-hours/day, 5-days/week, unattended. The EA will run on my dedicated VPS at BestFXVps in New York City. My ECN Broker is
9 Applications
50 - 100 USD
I want to have an Expert Advisor (EA) automatic trade with the below info. Also as my attach i want combination of 2 indicator that i select from codebase mql5 (see my attach pls) Pls insert mql5 testing code into this EA need below :- 1. using this indicators: i) SNR indicator ii) Time Segment Volome (TSV) indicator iii)Trading patern 2. trade multipair that i can choose pair 3. take profit 4. stop loss 5
5 Applications
30 - 120 USD
I need an expert advisor that can run with a very high safety rating eliminating any loss probabilities by 90% which means I'd like a 90% probability of the EA winning it's trades, also per every $200 in the account, there should only be a maximum of one trade going from this EA, so if there is $400, and three charts have this EA on it, only 2 of these charts can trade and so on, also I would like the EA to trade
30+ USD
Please open the attached file which includes indicator explanation, strategy . The ea.zip file contains the Up and down indicator, the template and the doc file with detailed explanation. If there is something not clear to you or something wrong by me then don't hesitate to contact me
3 Applications
30+ USD
Open sell1 with 12 Pips sl and tp and (v) lot size,- if sell1 hit tp then open sell2 again with same sell1 lot size(v) sl and tp , - or sell1 hit stop loss then open buy3 with 12 Pips sl and tp with double(2v) lot size, - if buy3 hit tp open other buy4 with 12pips sl and tp and (v) lot size, - if buy3 hit sl then open sell5 with (4v) lot size and same 12pips sl and tp Notes *This cycle should be always repeated *Stop
12 Applications
30 - 35 USD
I need a trading robot with the following description BUY. CONDITION If candle is above Ema and the Close of the Current candle is above the High of the previous candle open buy trade.. Close all buy trade if the current candle closes below the high of the previous candle SELL CONDITION IF candle is below EMA and the current candle closes above the low of the previous candle Close all SELL trade if the current candle
13 Applications
30+ USD
I need an expert to solve some issues on my EA to get it validated on Mql5 platform. Specifications and requirement Hi I have an EA that I want to get validated on mql5 platform. When I first tried to validate it the error 131 occurred. I worked on it to fix the issue then error 1 occurred and the validation was not successful. I worked on it and tried to validate it and the validation system said there is no enough
30 USD
I need to modify one of my existing ea's . I need a small correction on the parameter of the code and some modifications The ea is quite complicated so i need a skilled mt4 developer . Thanks and best regards
23 Applications
30 - 2000 USD
I already have an EA and willing to work together with a talented professional programmer so that we can make a profitable EA for the long-term. RazorQuant AI | Buy Trading Robot (Expert Advisor) for MetaTrader 5 RAZORQUANT AI v3.7 (MT5 EA) Purpose: Automated trading EA that combines classic technical filters with machine-learning signals and optional external AI (LLM) advice to decide BUY/SELL/HOLD and manage
30+ USD
I have been using my EA for quite some time and I realized it needs some new adjustments. Its a hedging EA and I need someone who can make it close trades after it takes swap and commisions in concern. Right now it's losing some trades because of negative swap. Next thing; I want the CONTINUE button located at the settings of the EA(F7) to be right on the screen of chart. Longer explanation and the code itself will
30+ USD
Hello, the code attached works very well but the problem is that it activates as soon as I put it on the graph "but that's normal" what I would like is that it act ivates itself a fixed price, example 1.35220 on GPBUSD and only once. //+------------------------------------------------------------------+ //| test35.mq4 | //| xxx | //|