All orders - Trading robot/indicator debugging - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
7261 completed jobs in all languages
Sort by:
75 - 250 USD
Hello developers, I have a somewhat complex project for an EA based on my implementation of the zone recovery. --------- The EA should draw a MA, a Bollinger band on the MA, and be able to diagnose the direction of the MA (up or down). The EA should open a trade in the direction of the MA and manage it by means of take profit, trailing stop, and either stop loss or zone recovery. Reversal of entry logic and choice of
30+ USD
Very, very simple request as I have zero programming skills or patience for it. A programmer should have no problems with this one and should take only a few minutes. So, I can write a iCustom code calling on the indicators, their parameters/ buffers/bar offset e.g. iCustom(NULL,0,"IndicatorA","x",1,0,"x",0,1,1,2,0); iCustom(NULL,0,"IndicatorA", "x",1,0,"x",0,1,1, 3,0); But now I need a EA that will work in Strategy
30+ USD
TREND WATCHDOG EA (MT5) 1. EXPONENTIAL MOVING AVERAGE (PERIOD: 100, SHIFT:0, MA METHOD: EXPONENTIAL/SIMPLE/SMOOTHED, APPLY TO: CLOSE). 2. SMOOTHED MOVING AVERAGE (PERIOD: 200, SHIFT:0, MA METHOD: SMOOTHED/EXPONENTIAL/SIMPLE, APPLY TO: CLOSE). 3. MACD(100, 200, 25) NOTE: THE INDICATORS’ VALUES MUST BE ADJUSTABLE. TRADING STRATEGY 1. BUY ORDER; EXECUTE BUY ORDER: (i) IF THE 100 EXPONENTIAL MA CROSSES THE 200
30 - 200 USD
Need to create assistant for manual trading. The assistant will create X pending orders for each manual market order. Pending order are according to the definition of martingale algorithm and the amount of the pending orders are according to the FIBO levels that left or fixed number from user. For example: if I open BUY order and FIBO is currently between 61.8% and 50%, assistant shall open 3 pending BUY limit orders
Update and Optimization of EA (personal job)
60+ USD
Looking to update and optimize the swing trading ea to trade BTCUSD and ETHUSD for swing trading to position trading purposes also if you find a setting for either the Dollar Index Futures or Ger30 I would be interested as well
40+ USD
I need a developer to convert 2 indicators into an internal calculate. 1) Convert an indicator into an internal calculator (mt5) + add the multi-timeframe. 2) Convert a small indicator (Mt4) into an internal calculator on (MT5). NO ICUSTOM just internal calculator. ( You must convert the indicator to an internal calculation to integrate it into an AI (I integrate it myself))
5 Applications
40 - 70 USD
Pleaser read carefully before apply this EA have maby options and parameters if you didnt read carfully you only will only waste your time if you have any qusetion please ask before we start this EA based on RSI (on meta trader 4) Main parameters: - RSI level for buy - Level 2 for buy - RSI level for sell - Level 2 for sell Position direction: I want to have option for position
17 Applications
Conversion of indicator from mq4 to mq5 (personal job)
30 - 200 USD
I have a MQL4 indicator that I would like to convert to MQL5 from mql4 MQL5 source code handover required at job completion at the end The converted EA must work exactly The same As the original indicator I will upload the source code to this job at the attachments Please let me know if you have any questions about the job thanks
1 Application
30 - 100 USD
Hello, I need an EA with the following conditions: 1. Trades will be open with Buy Stop and Sell Stop, with a given pips distance from the current price. Initial lot size will be determined by the user, there should be a preset for it. Once the Buy Stop is hit, the Sell Stop should automatically be cancelled already. Target Profit will be in amount currency, and there should also be a preset where the user can modify
26 Applications
30 - 1000 USD
I have a MQL4 indicator that I would like to convert to MQL5. MQL5 source code required at job completion The converted EA must work exactly The same As the original. I will upload the source code to this job. Please let me know if you have any questions. thanks
Addition to MT4 EA (personal job)
60+ USD
Hello! I'm looking to modify MT4 EA to add capability for an existing feature. I will provide the source code with the job specification requirement/information aswell as any necessary illustrated screenshots to assist in successful job completion. Thank you and I look forward to hearing from you
50 - 80 USD
Requirements for Pending OCO EA * Pending Order must be HIDDEN (that is, not open till chosen price is activated) * Once a Buy or Sell is activated, Take Profit (TP) and Stop Loss (SL) are also HIDDEN from the order BUT shown on chart as 2 lines (TP and SL) * Draw Lines on Chart for TP and SL price & adjustable by moving the lines manually on the chart. * Only open One Trade Per Pair * MagicNumber: unique identifier
11 Applications
40 - 100 USD
Hi I would like an indicator that: Prints / comments whether Price is above 200EMA on different timeframes in top left corner of chart Adds the some EMA's to the chart Adds swings / zigzag to the chart - which then allows to identify HH and HL and label these - eg HH1 / HH2 / HH3- HL1 / HL2 / HL3 Then identifies a certain bar pattern as a pullback from the trend Parameters needed would be to change the swings - based
11 Applications
Modify EA With New Functionalities (personal job)
35+ USD
Hi, With the daily breakout EA, I need the following changes need to be integrated. 1. Trade after 3 hours of day open candle. (this hours need to be available as settings input) 2. Change Trade comment to Daily Breakout (EA) 3. Optional settings input with close Trades at specific time (for example at 21:00) with functionality Looking forward to start working on this! Regards
1 Application
30 - 50 USD
3 simple indicator convert indicators from mql4 to pine script for using in tradingview exactly same of process but can change of input number it is my hand made mt4 indicator but want to convert to tradingview
30 - 50 USD
I need a developer to compile my strategy into EA. I will provide the workflow of the robot and some requirement as below Open additional position at Monthly Average Daily Range (ADR) interval if current order does not follow a signal Able to retrieve data from another file (Daily Signal come from this file) Able to continue from previous step if EA restart (Power shutdown etc) Able to calculate break-even point and
EA upgrade phase2 (EA using set of rules based on lines) (personal job)
30+ USD
Hi, i have assign a personal job for you. Continuation to upgrade an Expert Advisor using set of rules based on lines. We will discuss more in detail regard the job
Renko pattern v3 (personal job)
80+ USD
Hi Alex - Glad to hear you can do the project, the requirement specification of the Renko pattern v3 is attached 3 main changes: 1) Filter renko pattern trades in relation to distance from VWAP 2) Allow three different trade setups (to be able to trade different sessions intraday) 3) Added a V-shape Thank you
1 Application
Modification of InspectorNewEA (personal job)
30+ USD
The current version of InspectorNewEA has two options to enter and exit a trade. One is to enter and exit intrabar and the other is to enter and exit at the open of the next bar. Please add a third option to enter intrabar and exit at the open of the next bar
MA 100 (personal job)
35+ USD
Create a trading robot using this strategy 100 simple MA. When price closed below the 100 MA a sell order is open and when price closed above the 100 MA a buy position is open. The EA Should be able to open two same orders at at time. ( When it closed above or below the 100 MA 2 buy orders or 2 sell orders is open simultaneously) The EA should not be opening counter orders. (another order is open after the current
1 Application