Orders for Expert Advisors development - C++ - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
120+ USD
I need an experienced expert advisor developer with at least 300 job being done above to program an MT5 EA based on my strategy. The strategy is based on Bollinger band, Relative strength index(RSI), and MA on the same trading window. Some of the EA conditions is as fellow:- 1.it should check or have News filters, and also have options trade the news or not. 2. it should have options or conditions for trading Session
100+ USD
im Looking for experienced programmer who can Make My EA a PENDING Expert Advisor the Trigger Condition is : #0= current candle #1= previous candle that just closed #2= the candle that closed before the previous candle maximun pending=true/false maximum pendingbuy=10 maximum pendingsell=10 Pending buystop= if #0 current candle OpenBelow the Low of candle #2 the EA put 10 pending Buystop on High of
11 Applications
40+ USD
Hello Programmers Have new idea for new expert advisor for MT5 Developer should well know Ichimoku Cloud system - buy and sell option. Can send link for explaining it. Extra build in Bollinger band system working Averanging Martingale Technique automatic open/close and changes TP levels in diffrent lines Should make both side BUY and SELL orders. Seems scary, but would like to try does it work. Also I am open for
9 Applications
30+ USD
Howdy! I hope all is well! :) i'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on tradingview, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs: 1. A parallel version in MQL4 so i can use it on MT4 or on MT5 2. An EA which opens and closes positions (buy and sell) based on the indications given by
30 - 150 USD
Hello I hope all is well, I am a full time trader and i'd like to take it to the next step by having someone develop me an expert advisor based of a code script that i currently have. I'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on trading view, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs
8 Applications
MQL4
Experts
Integration
Statistics and mathematics
Panels and dialog boxes
OpenCL
ALGLIB
C++
C#
Java
JavaScript
MySQL
PostgreSQL
Python
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
Forex
Stocks
Options
Data mining
Product Design
Text translation
Text writing
30+ USD
Hello everyone, I need help debugging and fixing a MetaTrader 5 Expert Advisor (EA). The file compiles with several errors in MetaEditor, mostly "undeclared identifier" and "some operator expected". I’m learning step-by-step and building this EA gradually, so I would really appreciate if someone could review it and tell me what is wrong in the syntax. I use these codes for a demo account to test my strategy. If
Looking for pro to build multi currency ea (personal job)
50 - 200 USD
Hi, Looking for Pro to build Multi currency EA! details are below : This "EA" has 5 Sections : 1: Strategy + Icustom feature 2: Options 3: Detail Explantions 4: Chart Display 5: Icustom call link and so on, Please check attached file
150+ USD
Please contact me at NYC235@gmail.com or call me at 561.320.3273 to discuss projects and budgets. I have several idea's that I would like to see created if possible. Job probably easy for any programmer. But I am looking for someone with at least 3years of experience and a proven record. Lots of work in the pipeline. Thanks, JR
100 - 300 USD
Hi all, I am looking for someone to create an EA based off TMA bands, for which I have the source file. EA will also require functions for grid and martingale options, max basket of trades, DD, etc. Standard filters apply Multiple Exit signal options will be required, all being the usual. Please contact me for details on specific system
28 Applications
100 - 500 USD
---------------------- Looking for successful Martingale EA, a smart martingale EA that has an edge in the market. ------weekly/monthly withdraws is more important than building a large account. ------please describe what your offering. -----proof and live account would be great. ----Must work on Live ECN account. --- please give a reasonable price for your product.. will pay more for source file, I will NOT
5 Applications
50+ USD
m and w indicator it is not working properly and don't follow the rules of the system. help fix or create new one. i am ready to go and need someone dedicated to finish this job asap. 13 ema and tdi is used to make the pattern and i will provide three videos for you to watch. so you can get an understanding of what i am looking for. i will provide the tdi indicator. I think it would need a few filters pattern usually
30 - 60 USD
Hi Developers, I am looking to get the below strategy automated into an EA. EA takes Buys/Sells based on Bearish or Bullish candle closing crossing above or below the MA lines. Exists and new trades only taken at the open of a new candle dependent on cross over Stealth SL held in EA based on Signal candle and previous candle Trailing stop capability I have a detailed document ready with examples of trades, exits and
9 Applications
MA EA Project (personal job)
100+ USD
Coding Structure and plan for EA MT4 & MT5: Main Strategy: Rule 1 > Moving average (MA) (1) crosses Moving average (2) to initiate entry point trigger (0.03 always per £100+ account size) Rule 2 > Moving average (MA) (1) crosses Moving average (2) to close existing order** and initiate next entry point trigger Example code: function run() { vars Prices = series(priceClose(0)); vars SMAxxx = series(SMA(Prices,xxx));
1 Application
30+ USD
hi, I attach the strategy of an indicator, I need to create an expert advisor based on the indicator strategy add function important: -trailing stop -Magic number -H1 -ALL pair Description: EXPLANATION OF INDICATOR Let's start with an explanation of what we are seeing: 1) The lines of resistance and support are simply market highs and lows very Trusted where usually the price bounces, will give us some help to see if
30 - 40 USD
I need an experienced developer to build an EA which uses MA Period of 7 on RSI Period of 1. IF YOU CANT PUT MA ON RSI PERIOD OF 1 PLEASE STAY AWAY. NO TIME WASTING. The EA will place; BUY trades when the previous MA value is small than the current MA value and the MA crosses from below the 10 level of the RSI with period of 1 and the current price candle closes above the previous candle. After the crossing, the ea
14 Applications
MA with ADX (personal job)
30 - 100 USD
Good afternoon. I need a programmer candidate who can create an EA with the ability to perform mobile cross-media operations. The program consists of 3 moving averages: 6SMMA-High 144WMA-Close 200EMA-Close The 6SMMA-high is the main MA that indicates when to enter the market. Every time the 6SMMA-high crosses any of the other two moving averages, I would like the EA to open an operation in the direction of the break
MACD SWITCH & RSI (personal job)
30 - 50 USD
Name of EA: PBACK Indicators list: MACD, RSI, MA and Williams Percent Range If daily MACD >0.001 I want to look for buys only. If daily MACD<0.001 I want to look for sells only. Signal for buys : 1. H4 MACD needs to go higher than 0.001 once. //It doesn't matter if it goes under 0 after, but cancel the signal if it goes under -0.0019 2. RSI goes between (57 & 43) and the willians goes OverSold (-90). //If the RSI is
1 Application
30 - 40 USD
MACD+two ema cross EA MQL +sound popup , small horizontal line alert i need plz expert team of developers contact me who can do it in two or three days, i deal honestly n expect same from u thanks Cheers