All orders - Trading robot/indicator debugging - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
8301 completed jobs in all languages
Sort by:
30+ USD
Apply only for 30 $ (fixed) . An EA need to modify stop loss and take profit.This ea will auto set stop loss and take profit after opening a trade
14 Applications
60+ USD
I will need Source Code when completed. Looking for someone to code an EA for MT4 based on HalfTrend indicator, the expert must use all settings of the indicator, there many versions available online but i attached the desired one. Expert will enter Buy on UP arrow and enter Sell on DOWN arrow. I will provide more details about inputs on agreement. Inputs (arrange as you see fit) -Indicator settings [Factor
16 Applications
200 - 600 USD
I require an EA (and potentially indicator) creating to allow for an automated trading system that capitalises on candlestick gaps being produced (supply and demand effectively). This is where the indicator will potentially be required as it will need to create and log a zone and wait for price to renter into that zone correspond to a bunch criteria for an order execution to take place. I will also need zones to be
11 Applications
30+ USD
I have an EA that does work but has some problems with the indicator and comes up with an error after a period of time. I would also like to delete some of the indicator resistance lines and add some points on the chart. At the moment the TP and SL can only go down to 5 pips and i would like it to be adjustable to 1 pip
4 Applications
35+ USD
I would like a robot for MT5 to trade XAUUSD in 1M frame. The robot have to open a long and a short (0.1) position in the same time. When one of the position is in 1€ profit then close it and wait till the other position is also closed. When both position is closed repeat the startegy. Thats all
10 Applications
30 - 60 USD
I need the assistance to create a trading bot, where the following indicators are to play an important role: 3 Smoothed moving Averages, RSI and William Fractals The strategy is as follows On the 5 Minute TimeFrame - GBPJPY Conditions for a Buy Signal: *The 3 Smoothed Moving Averages (21, 50 and 200) should cross each other in an upward direction *The RSI indicator should be above 50 *Only when the Moving Averages
17 Applications
250+ USD
I need an EA based on indicator , news filter, GMT, mathematics and strategy , The EA should be able to attach to a chart to any time flame, for example, it should be working on a 1minutes time flame if it is attached to 1 minute chart, it should be working on a 30 minutes time flame if it is attached to 30-minute chart, etc. thank you
30 - 200 USD
EA called SKiters 4.0 Inputs listed here Lots 0.10 BUY/SELL TP = 0 points (default) if 0 = disable B Should work in back test with no error EA source code at job completion Code MQL5 MUST BE PRESENTED AS. //+------------------------------------------------------------------+ / HERE are the rules. step 1. EA is placed on the chne "open Line" (Example Open BUY/SELL trades at "open Line" ny trades. In other words, new
11 Applications
100+ USD
Requirements Specification: Here are the Requirements Specification for the development of the Weighted Moving Average (WMA) Slope and RSI Expert Advisor in MT4. 1. The idea of the trading system is as follows : Market entries are performed per slope of WMA line and the signal from RSI are both match the trigger conditions. Plus another simple RSI cycling position. 2. Trend is determined based on the WMA slope with
13 Applications
Exploitation Of ForeX signals in an MT4 EA (personal job)
80+ USD
This robot will exploit some forex signals with high accuracy. All explanations will be detailed in the specifications. All specifications will be given on work acceptation. If any problems don't hesitate to contact me. The robot will be developed in MT4 platform. Best regards
1 Application
45+ USD
Hi, I need EA to be develop. The rule for this EA are : 1. Upon close of Asian Market Session, the Ea will create 2 sets of order : Set 1: Pending buy stop at Asian Session high. - This buy stop will have fixed stoploss and trailing stoploss, no take profit. - At its stoploss, EA will create pending sell stop with double lot size with Fix stoploss and takeprofit at Asian low. Set 2: Pending sell stop at Asian Session
11 Applications
30+ USD
Hi, I hava a template with Snakeforce, Stochastic Oscilator, T3 Clean and MA indicator combination. Now I need a robot working on it. Some basic requirements as below: 1. News filter: Xau, US dollar 2. Size lot: manual input 3. Timeframe: Any 4. Order: Buy/Sell/Both. One order at a time 5. Alert The attachment is screenshot of template for your reference. I will send this template and discuss about
5 Applications
30 - 100 USD
Hi I am wanting an EA made to suit the following to trade M15 all major forex pairs Lot size on equity Max Spread size One trade per candlestick Days and Hours to operate Check Parabolic SAR and RMA for signal then trade with a set pip distance from 5 hourly pivot line Close trade on TP or set SL Adjustable TP, SL Pip Distance, %Equity, max spread and indicator points
30 - 75 USD
I want to make EA that buy and sell based on supertrend with below settings Settings: 1. Fix Lot: 2. Dynamic Lot Leverage: number as input Formula -Example my equity of ac is 10000 USD and input lets say 3 i type then it multiple equity 10000* 3=30000 , if i choosen asset like nasdaq and price current now is 10000 USD then my lot will be 30000 USD / price= 3 lot , sometime my lot will come 3.1 to 3.5 or 3.6 to 3.9
RSIEA CONTROL EA (RCEA.mq4) (personal job)
80+ USD
This EA can be a separate EA OR be incorporated into previous RSIEA and will perform two tasks. If it will be a separate EA attached on one pair on MT4, it should be able to control RSIEA attached to other pairs on same MT4
1 Application
30 - 40 USD
Hello Everyone, Hope you are all well... I have a Risk Management System that I want to come to life (EA). I want it to be a fully automated tool that is able to work on more than one chart window concurrently if I so desire. All the necessary requirements/instructions will be sent directly to your inbox. Kindly bid if you can carry out this task effectively
5 Applications
50 - 200 USD
Create EA based on RMI indicator. EA should follow specific rules and must plot indicator on chart from EA inputs. 7 days for programming allocated. Will need another 2 or 3 days to test live. RMI indicator attached See attached picture for full description and requirements
19 Applications
30 - 60 USD
Hello i have a indicator that i would like to make it into a ea. with the options of sell/ buy / faster ema / slower ema / show alert / i will Attach indicator just need it to turn it into a ea and to give me the option of to buy and sell
15 Applications
30 - 50 USD
I want to know if there is a way that an EA can enter an order based on a candle that is forming, please comment for more info if you belive its possible. Thank you
8 Applications
30+ USD
Having trouble with coding // Inicialização do robô void OnStart () { // Define as configurações do indicador de Bollinger int periodo = 20 ; // Período da média móvel double desvios = 2.0 ; // Número de desvios padrão int ma_tipo = MODE_SMA; // Tipo de média móvel (SMA = média móvel simples) SetIndexStyle ( 0 , DRAW_ARROW); // Define o estilo da seta do indicador } // Loop principal do robô void OnTick () { //
3 Applications