Orders for indicators development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
40050 completed jobs in all languages
Sort by:
Modification of "Simple Copier with 1 twist" that you coded (personal job)
30+ USD
1. Need to be able to set the lot volume on the slave side. Currently it copies the lot volume from the master. 2. Currently the copier never allows more that 1 trade of the same pair on the account. I need to add an option to allow 2 simultaneous trades, but no more than 2 , and only if they are in opposite directions (hedging) . For example, Buy EURUSD and Sell EURUSD are allowed to work at the same time. It the
1 Application
(5) MQL5 Indicators Experts
Convert MT4 Indicator to MT5 (personal job)
35+ USD
Hello bro please convert this indicator to MT5 for me. Regards This is an indicator that is very similar to the stochastic from what I understand and with a little bit of luck it will be a missing piece to the puzzle
1 Application
(64) MQL5 Indicators
MT5 Currency Strength Meter (personal job)
30 - 100 USD
Hi Irek, I would like a meter as shown in the attached screen shot, I hope this will be possible. Description - Should be possible to set the meter up on any screen for any pair - Should be possible to add/subtract additional pairs - Default starting position - majors - Reading will be calculated for 1 hour, 4 hour, Daily, Weekly Monthly - Value reading will be based on comparing current price with the closing price
1 Application
(134) MQL5 Indicators
30+ USD
I need an indicator witch is creating an notifcation when the the following appears. Retracement Signal Sell : -12 EMA < 36 EMA (adaptable) (This should be always the case for every signal) -(3) or more candles closed bullish (number should be adaptable) -If the (third) the bullish candles closes a signal should be triggered Alert message body EURAUD 15M: Retracement for SELL is detected. (This means currency pair
1 Application
(12) MQL5 Indicators
To build a Dash based on my Royal Wave Pro Indicator. (personal job)
45+ USD
To build a dash (similar to before in style) displaying the state of my Royal Wave Pro (MT5) indicator. "Royal Wave Pro" https://www.mql5.com/en/market/product/37200 It works from a signal giving a numeric value. No filters required. Suggested $45 budget
1 Application
(3) MQL5 Indicators
DASHBOARD (personal job)
50+ USD
I would like dashboard that display green box for buy signal and red box for sell signal. It will use combination of moving averages for trend conditions to be met etc
1 Application
(10) MQL5 Indicators
30 USD
I need an EA that opens buy /Sell when signal/main Moving average crosses two Moving averages . All three moving averages must be manually configurable. And there must be a break even and trailing stop for all trades. There must also be funtion to close at opposite cross on both MA's. Lot size and total number of open trades must also be manually configurable. All time frame. I want for MT5 and MT4. Or if such EA
8 Applications
(6) MQL5 Indicators Experts
For Olexandr Pupkov, personal job. (personal job)
30 - 100 USD
New Project, upgrade current EA. Hello Hello Olexandr, About the new project. 1. I would like the EA to take a position at the FIRST bar after turning (not the second) of the AC and close the position at the SECOND bar after turning again. That’s how it is now. 2. Would be good, yes or even better if it is an option-setpoint for me to trade virtual yes/no. 3. Please check my computer For the following
1 Application
(3) MQL5 Indicators Experts
Debug, enhance and optimize the Scalper (personal job)
40+ USD
Further testing, debugging and optimizing the scalper. Find 3 further pairs with no more than 2-3 pip spread that can be optimized and make money. Add minor features and fix bugs as they are found Find reason why we both get different strategy reports when backtesing USDCHF 15
1 Application
(10) MQL5 Indicators Experts
45+ USD
I have a session indicator (MQL4) which I want you to add alerts to when a candle break out of the high and low. You will also provide the MQL5 version of the indicator. Then you will create a simple breakout EA (MQ4 and MQ5) based on a candle forming outside the high and low of the session. Detail of the trade criteria will be provided
9 Applications
(6) MQL4 Indicators Experts
Modification to our project (update) (personal job)
30+ USD
Hello my friend, We need 3 things: 1-Faster ea by modifying indicators 2-Adding new candlestick patterns from given website to candlestick indicator that i sent you. 3-Adaption of candlestick indicator for our ea with same structure as you did in harmonics
1 Application
(14) MQL4 Indicators Experts
50+ USD
I have an indicator that displays an arrow above/below a candle when price will go up/down if the price goes in the opposite direction the indicator display an exit text. These are the specifications of the robot: -Locate new arrows and open a trade depending on the direction -Stop loss and take profit are at LX (for long) and (for short). The EA has close the order when these are displayed. -Lot size is 1 (or user
13 Applications
(1) MQL4 Indicators Experts
"TagetEquity" (personal job)
30+ USD
Remove the function "Total Profit ($)" & "Starting Price"... These functions are not needed any more because of "TargetEquity". If "TagetEquity" is reached delete all orders and stop "EA". Change the condition for "MaxOrders". If "MaxOrders" is reached, DO NOT delete all orders. (after reaching maximum, do not delete the previous ones and do not take a new order) That's it! :)
1 Application
(13) MQL4 Indicators Experts
Add crossover to the indicator and EA (personal job)
40+ USD
Let it draw red and green dots when fast MA cross both slow MAs. Also add to EA and hedge logic if ALL Cross = open position on dots too, Cross - only on dots, Filtered Cross, Unfiltered cross, Seq All Cross, Seq unfiltered Cross and Seq filtered Cross. ALso add Min Crossover distance in points. It must track the distance to the nearest slow MA. Example: Sequence Unfiltered Cross mean in must match 2 in a row (and no
3 Applications
(50) MQL5 Indicators Experts
30 - 50 USD
Dear Programmers: I am in need of a developer whom is able to turn indicators into an Expert Advisor. The MQ4 EA shall perform the following tasks: Open buy and sell orders when exponential moving averages cross up and down and also trail a stop loss
23 Applications
Add Money Management Module (personal job)
30+ USD
Hi, you Made an EA for me if you remember Loss Recovery EA, as you know the ea is currently working with a master EA, and cannot be properly backtested along with the master signal, I have already began learning mql4 programming, so is it possible to make the ea that you developed as a MoneyManagement module, so I can put that whenever I want inside my code so I can backtest it with whatever ea I am writing, I have
1 Application
(6) MQL4 Indicators Experts
The crossover + 1st bounce and 2nd bounce, (the bounce 3, 4, 5, there after are invalid no alert) (personal job)
50 - 100 USD
#property description "Current Period " #property description "Price crosses EMA8" #property description "Trend EMA8,20" #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property indicator_chart_window #property indicator_buffers 2 #property indicator_type1 DRAW_ARROW #property indicator_width1 3 #property indicator_color1 0xFFAA00 #property indicator_label1 "Buy" #property indicator_type2
1 Application
(36) MQL4 Indicators C++
Convert a MACD Divergence Indicator to Scanner (personal job)
60+ USD
Convert V1_1 version of MACD Divergence indicator to MACD Scanner. a) The Scanner will work as indicator and also as a scanner, and will also send alerts which will contain the kind and type of divergence (Bullish or Bearish, classical or reverse). b) The scanner/indicator will Not repaint signals c) User should be able to turn on/off classical or reverse divergence alerts d) User should be able to change the colour
1 Application
(14) MQL4 Indicators
Modification of an existing DashBoard EA (personal job)
30 - 35 USD
i will like to modify the dashboard EA 1. the signal mood to read a. two line crosses b. zero line crosses c. both (two line and zero line) crosses 2. please also help me to fix the preffix / suffix bug. the EA only work for single prefix/suffix but not recognise words
1 Application
(42) MQL4 Indicators Experts
Scanner for 3 indicator (personal job)
80+ USD
I have given 3 indicator which all to get scanner and in scanner there should be paramentres option to change from inputs of scanner and in scanner should have option that we can select on which basis i want to get scan like for each there should be true and false option
1 Application
(2) MQL4 Indicators