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
88258 completed jobs in all languages
Sort by:
Build into an existing EA an option to hedge trade (personal job)
60+ USD
i require the additional feature in the existing EA you have Buit {MACD_ATR_EA_v5.ex4} to include a section for a hedge function. i require the hedge option to have an on and off setting. i require the hedge to be initiated once the trade moves in a predetermined distance in the opposite direction to trade signals ,ie 1x ATR in the negative direction ie if a short trade is entered and the market continues higher the
1 Application
30+ USD
Indicators detail in EA: 1. RSI (All values should be changeable) 2. Moving Averages (I need to add upto 25 MA, like MA1, MA2, MA3 and so on. These should also be changeable. If I need Exponential or Simple and other values also should be changeable. Working Scenario: If I add RSI Levels 10, 90 with period 100 and now when all set Moving Averages touch together the level of 90, a SELL trade should be opened while
14 Applications
(6) MQL5 Experts
30+ USD
Hey , I have an indicator that gives buy and sell arrows on bar open , i want to turn it into ea the ea should be able to perform the following : 1.take buy only or sell only signals or both 2.close the trade 2 seconds before bar closes. (as the arrow print on bar open and my tp will be same bar close) ---------------------------------- add parameters as follows : LOT size fixed logic of entry : buy only ,,, sell
4 Applications
(35) MQL5 Experts
ALG888.8 INDI AND EA (personal job)
85+ USD
Name ALG888.8 INDI and Ea EA : IF time filter is true will close all positions ate end of time 1 ADX add a new imput variable G true false buy if D+ > Z an D- < G and sell if D- > Z and D+ < G 2. add a moving average 3 MA3 condition truefalse buy if Ma2>Ma3 sell if Ma2<MA3 3 Stochstic Imputs %K %D Slowing E F True false 1.buy if stochastic > Signal sell if stochastic< signal 2. buy if stochastich crossup E and sell
1 Application
(23) MQL4 Indicators Experts
50+ USD
I need experience coder in forex that have done similar task to do 2 modifications on my existing EA. I have 5 trading options in 1 EA using RSI and Stochastic and I am using Moving Average as a trend filter. I need all trading options to fit this new requirements. 1. Close all trade when i. first candle crossed Trend Moving Average AND ii. second candle open and closed above/below the crossed Trend Moving Average
8 Applications
(14) MQL4 Experts Forex
50+ USD
I ALREADY HAVE A VMC INDICATOR ON THE MT5. AND The set file is also available VARAIBLES Stochastic upper limit X Stochastic lower limit X High TF X Low TF X Fast Exponential Moving Average X Slow Exponential Moving Average X For a buy signal Provided on the High TF x 1 The fast Stochastic has touch or crossed the lower limit X to the downside AND 2 Given that the fast stochastic then crosses the slow Stochastic to
10 Applications
(2) MQL5 Experts
BB8 EA (personal job)
65+ USD
This EA is based on Bollinger Bands and Moving Average. It will looks for sell entries when the candles close above the bollinger bands if the price is below the moving average. It will looks for buy entries when the candles close below the bollinger bands if the price is above the moving average. The settings for the EA are as follows: Risk % of Account Balance Daily % Max Loss Use Time Filter Moving Average
1 Application
(10) MQL5 Experts
Ea update, adding a few new parameters (personal job)
30+ USD
Hello friend, how are you? Need to add two new parameters to current EA. The parameters to add are the ones I explained to you in PM. Thank you in advance
1 Application
(173) MQL4 Indicators Experts
30+ USD
Dear developer, I am looking to develop an EA for MT4 with the following characteristics: 1. Trade on all forex pairs (with unique magic number for each trading window) 2. Takes one trade at a time for each magic number Trading strategy 3. Generate at least 5 entries per day with win rate at least 30% 4. Risk to reward ratio: 1 to 10 (adjustable with SL and TP) 5. SL and TP placement (adjustable) 6. Money management
7 Applications
(1) MQL4 Experts
50+ USD
We are looking for someone to write TradingConnector syntax for an existing TradingView Alert whereby the Alert sends a Message for Trailing Stop Loss and Breakeven to MT4. The Trailing Stop Loss will need to have a Trigger point and must be able to be changed in the Message window. The Trailing Stop Loss will be triggered after the Breakeven conditions have been met. If you have a better idea, please let me know
1 Application
MQL4 Indicators Experts
Trade Copier (personal job)
60+ USD
I would like some additional functionality in the Trade Copier EA. All of these features are for the slave side of the EA. 1. Reverse trades Add a check box to reverse trades. A buy trade becomes a sell trade, a sell trade becomes a buy trade. This is most likely a version of the existing "Concise" trades. Reverse trades does not apply to pending orders. By default, this checkbox is disabled. 2. Stop Loss and Take
1 Application
(22) MQL5 Experts
This Job is for Irek (personal job)
30+ USD
This job is for Irek, he already knows what to do. Simple addition to 2 existing EA's. Nothing more needs to be said, I am just typing to meet the minimum word requirement
1 Application
(13) MQL4 Indicators Experts
50+ USD
I need an EA which is able to take trades using grid style based on the indicator buffer. i have a similar EA but would like to enhance or create a new one. eg. if the indicator buffer 0 is for buy and buffer 1 is sell. EA should be able to open trades accordingly. and if during the next candle, it shows same signal, it should continue opening. until opp signal is generated, EA should close all the previous trades
11 Applications
(12) MQL5 Experts
Create EA private job (personal job)
45+ USD
I have to create an ea based this indicator . only take trade when showing the signal ( sell trend highest high ) (buy trade lowest low ) do not take trade on ( buy trend / sell rev ) following settings required for the ea . EA name Take Profit Stop loss Take profit in account percentage Stop loss in account percentage Open trade in same candle close trade at ( buy trend / sell rev ) Max Trades Lot size Close trade
1 Application
(23) MQL4 Experts
THE 1 (personal job)
30+ USD
Add for me the extreme TMA line indicator as a trade trigger for buy or sell alone and also having an option to trade with the RSI Arrow as buy sell triggers, and the RSI arrow should also have an option to still work alone if needed
1 Application
(4) MQL5 Indicators Experts
80 - 120 USD
A Bot that feeds trade signals that match my Strategies criteria into a Telegram Group. The 4 Indicators that the EA/Strategy uses: * Currency Strength * EMA * Bollinger Band * Stochastic Note - I need the ability to change the EA's notification settings based on two different timeframes (M5 & M15). Apply for further detail
12 Applications
(1) MQL5 Experts
40+ USD
//---- input parameters extern int MAPeriod = 20; extern double StopLoss = 10; extern double TakeProfit = 20; //---- global variables int ticket = 0; double ma = 0.0; //---- initialization function int init() { // set up the chart SetIndexBuffer(0, ma); SetIndexStyle(0, DRAW_LINE); SetIndexShift(0, 0); SetIndexPeriod(0, MAPeriod); return(0); } //---- start function int start() { // identify the trend
14 Applications
(9) MQL4 Experts
Modification of EADashboard (personal job)
30 - 50 USD
i will like to do the following modification on my EA dashboard that was developed here by a programmer: 1. the sentiment meter is not always receiving data from my fxbook.com or show empty data 2. update the trade signal and robot logic 3. arrange the symbol with the colour structure 4. 4. the prefix and suffix not working efficiently
1 Application
(35) MQL4 Experts Libraries
200+ USD
Please check the picture to understand the EA strategy. INPUT: Entry_type: manual/automatic Lot size: pending_distance_pips: lot_size_multiplier maximum_buy_trades Maximum_sell_trades Enable trading time period; Enable/Disable (for automatic entry type only) Trade start hour Trade end hour Enable_avarage_pending_orders_entry: enable/disable Maximum_loss: (amount) Profit_Close_Total_Lot: Profit_Close_Total_Amount
4 Applications
(8) MQL4 Experts
30+ USD
I have created a trailing pending order component of an EA but keep given this error message; The code is an follows; ============================================================================================================================================================================ double findHigh(){ double highestHigh = 0; for(int i = 0; i < barsray; i++){ double high = iHigh(Stonk,Timeframe,i);
4 Applications
(2) MQL5 Experts