Orders for Expert Advisors development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
88099 completed jobs in all languages
Sort by:
50+ USD
Hello, I need an expert advisor that is based on grid trading. The grid should have a range of 100 pips in between. Every time a grid line is touched by price a long position should be taken along with additional sell stop limit orders. The entire construct looks like this: If the grid line is for example current price 1.5000 then do: 1.500 --> Long 1 lot --> take profit = 100 pips (no stop loss) 1.1490 --> sell stop
14 Applications
(16) MQL4 Experts Forex
Alerts on RSI crossing levels and big move bar (personal job)
60+ USD
Requirement 1) The EA/Script can be put in one chart and can select one or more pairs to get inform. (I don't want to put EA in the charts too much that may load the cpu) 2) The user can select Timeframe from the chart and also from the internal setting. 3) There should have the display showing the RSI value on the chart so that I will know the RSI in real time. 4) There must be notification to MT4 notification and
1 Application
MQL5 Experts
35+ USD
Hello ! I use an Anchored VWAP indicator to check the direction of the market and place order using an EA. Before market opening, I need to have the VWAP anchored the day before. So I need a function that return date and time of the market opening for the indicator. In my EA, I have this : input int marketOpenHour = 14 ; input int marketOpenMinute = 30 ; string DateVWAP = TimeToStr( TimeCurrent
2 Applications
30+ USD
EA when activated will open both sell stop and buy stop. This EA is meant for trading gold and currencies. Trader will have option to sett up distance of sell stop and buy stop from the current price. Trader will have option to set up time until target is reached. If target is not reached in that time EA will cancel both trades and open new ones using the same distance of the current price. Its crucially important
4 Applications
(6) MQL5 Experts
MT4 EA with entry based on Stochastic Oscillator and Ichimoku Tenkan (personal job)
50+ USD
***Please name it "STCTenkan" to identify*** Adjustable stop loss, trailing stop, trailing distance, take profit in pips and risk management are required. EA can be turned off on particular time set. EA is able to close all open orders on Friday 5minutes before market closed. Source code/ source file is required as well. Detail description is attached. Please note most important thing: ***max 2 orders opened for each
1 Application
(35) MQL4 Experts
EA based on indicator (personal job)
30+ USD
Hi, I need you to build an EA on this indicator for me, Thé price is neogatiable Parameters of the EA 1) Magic number: 987111 2) Max spread to open an order: 150 3) Stoploss Points: 1000 (Ea puts stoploss after order executed) 4) Takeprofit Points: 1000 (Ea puts takeprofit after order executed) 5) Trailling: True/False (Default True) Trailling Starts: 350 Trailling Distance: 550 Trailling Step: 5 6) Money
1 Application
(16) MQL5 Experts
Forex Expert Adviser. Add-on software used with a MetaTrader currency trading platform. (personal job)
80+ USD
Forex Expert Adviser. Add-on software used with a MetaTrader currency trading platform. A Forex EA is used to automatically generate trading signals on the forex trader's behalf. Some software also allows for automatic trades under given conditions, and may include trailing stops so that currency traders can maximize on trendsand not lose out on profit making opportunities. These programs tend to follow
1 Application
(2) MQL4 Experts
FOREX EA (personal job)
100+ USD
No complicated rules, Just follow 3 simple steps! EA Based on https://www.youtube.com/watch?v=GXN0P2_uwjk https://www.mql5.com/de/market/product/26889 Step 1: Trade Setup ▪ Enter a signal if Statistics Success Rate is higher than 65% OR “X “ (Statistics Success Rate > 65%). Step 2: Set Stop Loss ▪ Exit buy signal on a new sell signal. ▪ Exit sell signal on a new buy signal. Step 3: Set Take Profit ▪ Option 1: Take
1 Application
(10) MQL5 Experts
30+ USD
This modification is to add new buttons, to rearrange the panel in a different order, and to add new functions to it 1-The panel should only show 4 lines of buttons + the LOT size space on top 2-The panel should extend more to the right side in order to add more buttons 3-The order of the buttons should change --The buy and sell buttons should move to the top, and contain the LOT size in between --The spread must
2 Applications
(13) MQL5 Experts
MT4 EA with entry based on Stochastic Oscillator (personal job)
35+ USD
MT4 EA with entry based on Stochastic Oscillator ***Please name it "STCXHL" to identify*** Adjustable stop loss, trailing stop, trailing distance, take profit in pips and risk management are required. EA can be turned off on particular time set. EA is able to close all open orders on Friday 5minutes before market closed. Source code/ source file is required as well. Detail description is attached
1 Application
(35) MQL4 Experts
Implementation of a new Indicator Panel in the EA (personal job)
60+ USD
The developer shall implement a new Panel for the Indicators' signals in the EA. This panel generation will be implemented according to the current indicators declarations and their strategy, with the relevant labels generation based on the activation signal returns (1/BUY/BLUE, -1/SELL/RED, 0/N-A/YELLOW)
1 Application
(10) MQL4 Indicators Experts
100+ USD
Hello programmers. I require a robust EA for MT4 that manages a trailing stop and adds orders to a winning trade by pyramiding. It has no initial entry criteria as it will be applied to existing open orders. It needs to work on multi fx pairs as well as other instruments like commodities and indices on hourly, four hourly and daily timeframes. The pyramid function should include a position sizing user setting for
15 Applications
(1) MQL4 Experts
40 - 80 USD
I need an EA which attaches a form to the chart. I can enter an open rate along with lot size, expiry time, SL, TP, and order type (sell or buy). So, EA watches the candles. Once a candle closes bellow the open rate for sell orders or above the open rate for buy orders, the EA opens places the trade with the specified lot size and sets the SL and TP. Each order I place, should be shown somehow (like with a line) on
13 Applications
(7) MQL4 Indicators Experts Forex Stocks
Plz update my Indicator (personal job)
40+ USD
Hello sir olz do update my indicator as u always doe Thanks for helping me out every Time Always Soo Much Thank u Have more Orders in future als I am soo happy to have u
1 Application
(105) MQL5 Indicators Experts
30+ USD
Pip Flash ( NAME OF THE EXPERT ADVISOR) This Expert Advisor Will handle Open Trade and Will Have to Open 2 Mores Trades if They Meet the Criteria I want to Display the Following information When It detect the Trade I will Open the FirstTrade Manually The EA will only Handle Trades where they are Attach only, I want to scan the Open Trade and Get the Following Information Asset = Pair (Example EUR/USD) Lot Size = Lot
3 Applications
(1) MQL4 Experts
30+ USD
Hello, my request is very simple, migrated my EA mt4 to mt5 with all the same parameters and functions. The code is 1000 lines void OnTick_1() { if (IsLastOrderClose(magic_1,EaStartTime_1)) { OnInit (); Print ( "Ea Closed Manually " ); EaStartTime_1= TimeCurrent (); } int ticet; if (CountVsego(magic_1)== 0 ) { if (Counts(magic_1,EaStartTime_1,RunOnce_1)== 0 )
2 Applications
(25) MQL5 Experts Converting
EA Range Upgrade 1 Enriching Moving SL (personal job)
30+ USD
Kindly break Moving SL to: 1. when 1st profitable bar closes and; 2. Subsequent profitable bars close. Please add Friday EAofftime Please see attached fields required. Kindly add them to the S1 and S2 strategy
1 Application
(116) MQL4 Experts
30 - 50 USD
1. ADX divergence points. [uses the Sub components of the standard MT4 ADX indicator, which are ADX+ and ADX-] At the moment this just operates to filter trades that do not have a minimum distance between ADX+ and ADX-. i.e. the result is always a positive number and does not indicate the direction of the trend. The EA can therefore take a long trade based on the last candle when the actual trend is down
3 Applications
(9) MQL4 Indicators Experts
EA Based on modified indicator (personal job)
35+ USD
This is a job to create a EA based on the attached EA and the below conversational items: There should be an option with for a fixed or auto lot. The autolot should take the total balance and divide by the value set in autolot as in ex. 1000 USD Blance -> Auto lot 1000 -> the opened lot will be 1000/1000 or 1. make a buy on the first green arrow and close when the red arrow here you can see that all 4 TF is green
1 Application
(11) MQL4 Experts
30+ USD
Hello guys! So im looking to get an robot that places trades based on overbought/oversold levels in standard RSI with heikin ashi candles. Long orders when rsi above 70, close position when rsi goes below 70 Short orders when rsi below 30, close position when rsi goes above 30 However without heikin ashi candles the results will not be the same so it is very important to somehow factor this in the EA. Maybe an option
4 Applications
(1) MQL5 Experts