Orders for indicators development - 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
2126 completed jobs in all languages
Sort by:
30+ USD
I have an EAs that can do the function I want. The parameters are below: I place it to an chart of any Symbol. It will allow manual trades in input session (all symbols in all others charts). If place an manual order out of the session time, EA will auto close position ( close at stop hour - stop minute ). But the broblem is: it do not close positions which is placed by others EAs ( only close positions placed by
Create an EA based on my strategy (personal job)
30 - 50 USD
As discussed i want a new ea that will respest all the specifications that i will put in the document attached. please the buy sopt and sell stops entries have to be very very precise. every thing you need to know is in the document. I available is you want to ask any question
50 - 100 USD
I would like the EA to follow the indicators rules. It all starts with a blue sign either on top or below of a closed candle.(blue sign appears before the candle closes) If the blue sign appears above the candle then its a start to downtrend(bear) so you sell when the candle closes. If the blue sign appears below the candle then its a start to uptrend(bull) so you buy when the candle closes. Ea should open first
Mejora a Money AV , trabajo personal para Pedro, quien lo elaboro (personal job)
80+ USD
Buenas tardes Pedro,, esta es la mejora que hablamos a Money AV, de ponerle un sensor que se encienda aproximadamente una media hora antes (Configurable) y mida la flucuacion maxima permitida normal del par,, si el mercado no supera ese rango perfecto que Money AV opere,, de lo contrario Money AV no opere ese dia, tal vez pueda haber algun mensaje en pantalla previo a operar,, si el robot esta habilitado en el par
30 - 40 USD
For bearish: //@version=4 study("Engulfing - Bearish", shorttitle = "Engulfing - Bear", overlay=true) C_DownTrend = true C_UpTrend = true var trendRule1 = "SMA50" var trendRule2 = "SMA50, SMA200" var trendRule = input(trendRule1, "Detect Trend Based On", options=[trendRule1, trendRule2, "No detection"]) if trendRule == trendRule1 priceAvg = sma(close, 50) C_DownTrend := close < priceAvg C_UpTrend := close > priceAvg
I need some modifications to an EA I have already built (personal job)
30+ USD
I need to relink with the updated indicator and one modification. Currently its working fine, just now if we can make this change then we can avoid the sideway market losses. I have the source file and have the indicator access from market. Just need to do some changes
1 Application
(16) MQL4 Indicators Experts C++ Trading robot/indicator debugging Forex Stocks
30 - 50 USD
I need an Indicator built based on the CCI Indicator and the Moving Average Indicator. The Moving Average Indicator is applied to the CCI Indicator. The Parameters of the CCI and the Moving Average Indicator must be able to change within the Indicator. When The CCI line crosses from above the Moving Average line - there's a down arrow in the main window and an alarm and a pop up box and a possible notification to a
13 Applications
Upgrade to MT4 EA Trading Panel (personal job)
80+ USD
Hello! I'm looking to modify MT4 EA to upgrade capability for an existing trading panel and it's mouse movement. 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
30+ USD
I need a indicator that gives a alert/push notification that would be sent to my phone when price has reached Yesterdays Hi/ Low. This also needs to be Displayed on a dashboard. The Notification also needs to state which pair it is. Inside the settings I need to be able to change and modify how frequently I'm notified that price is above or below YH/ YL. Example: A notification when price has reach YH/HL Example
10 Applications
(3) MQL4 Indicators Panels and dialog boxes Trading robot/indicator debugging Forex Text translation Text writing
30+ USD
I am looking forward to get a code / functionality introduced into this simple EA, that I can export and use into other personal developments. Open code: No author rights to be applied. The new functionality must check in the trade history (normally around last 2 months in time) and: - if there are “consecutive_losses” (defined as a variable type “input int”) consecutive trades resulting in losses (profit < 0) - then
5 Applications
30+ USD
I am needing a custom RSI alert indicator that is IDENTICAL to the one attached. The indicator simply allows for regular RSI settings (see screenshot for input settings: https://prnt.sc/vxwyh0 ) What this indicator does is paint an arrow when the RSI moves BACK IN from the overbought or oversold region designated by the user. (see example: https://prnt.sc/vxx51h ) I simply want to have one built so I can have the
11 Applications
Addition to MT4 EA existing feature (personal job)
80+ USD
Hello! I'm looking to modify MT4 EA to add capability for existing locked in profit 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
30 - 40 USD
Looking for some how to run my indicator at a set interval, eg when candle open /or closes etc So every time the candle closes this will trigger my Other indicator to run once until the next candle closes and it will trigger my indicator to run again and so on needs to be able to run on different timeframes open to ideas for placing a time limit for the indicator to keep activating like the option to run it for so
3 Applications
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
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
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
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
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
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