Orders for indicators development - C++ - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
702 completed jobs in all languages
Sort by:
To update exiting indicator with Moving average relation (personal job)
30+ USD
Hello, I need to add the one more parameter in my existing indicator with Moving average relation, and Where ever 8 signals are matching its need to create Buy and Short Signals (If its continuous also no problem )
1 Application
(21) MQL4 Indicators Experts C++ C# SQL MySQL
Job For Hossein (personal job)
35+ USD
Hello Hossein! How are you? I was wondering if you could give me a quote for a small addon to an indicator you already developed for me. The details are below. I am unsure if this is possible in MT4 but please! let me know! Thanks Iliya
1 Application
(5) MQL4 Indicators Experts C++
ZZSurge Scanner5 (personal job)
50+ USD
This is a simple indicator that alerts Buy or Sell signals. It scans for the ZZSurge strategy from more than 6 different timeframe and then alert.The indicators used are the regular indicator
1 Application
(64) MQL5 Indicators C++ C#
Add some new feature to old ea (personal job)
30 USD
Simple add 4 more features : 1:One add Cancel order value for each TF ! same as we did for other EA ! Buy orders ! ( Each TF ABOVE/Below option ) Buy A Pair TF1 TF2 TF3 TF4 10 20 30 40 Buy B Pair TF1 TF2 TF3 TF4 10 20 30 40 ----------------------------------------- Sell order ! ( Each TF ABOVE/Below option ) Sell A Pair TF1 TF2 TF3 TF4 10 20 30 40 SELL B Pair TF1 TF2
30 - 35 USD
Looking for someone to create a dashboard for each currency pair to tell whether a pair is trending or in a range by timeframe. Criteria User selects 3 MA periods (slow, medium, fast). If the order of the MAs is slow top, medium middle and fast bottom then the pair is considered to be in an uptrend. If the order of the MAs is slow bottom, medium middle and fast top then the pair is considered to be in a downtrend
8 Applications
75 - 150 USD
I have a working DLL indicator that I can plot on charts and it shows the correct values. However, whenever I call it from EA it just returns the max value for a 32 bit integer. I am looking for DLL/C++/MT4 expert to help me correct my function call or rework the code to make a simple function call in my strategy in place of what I have now. Thanks
6 Applications
(6) MQL4 Indicators Experts C++
30 - 50 USD
I have a DLL function that returns values to an EA. I'd like to compare the current value vs. an average as a signal. My current average function takes a series of values. I am looking to create/modify either to work together. Need simple help to create
5 Applications
(6) MQL4 Indicators Experts C++
30 - 35 USD
I will provide the indicator later and I just want to add the option of push notification to the indicator so that I can receive signal alert to my MT4 mobile app
15 Applications
(1) MQL4 Indicators Other C++ C# SQL MySQL Forex
Add indicator to existing EA on Renko MT4 (personal job)
80+ USD
I would like The Supertrend MT4 indicator added to the EA as an optional filter before entering into a trade. For a BUY trade the Supertrend indicator has to signal a BUY. Once Supertrend has a BUY signal, then every BUY renko candle is traded. I need true or false to use Supertrend I need to be able to change the setting for the Supertrend indicator either to make it more or less sensitive to current trends. Display
1 Application
(4) MQL4 Indicators Experts C++
30 - 50 USD
There is this AIO Divergence indicator in MT4 attached. I would like it converted to work in MT5. I'm offering $50 for the job. This indicator does both hidden and standard divergence, also it offers many different choices for the type of divergence indicator
5 Applications
(22) MQL5 Indicators Converting C++
Can you improve EA you developed? (personal job)
30+ USD
Hello,developer. You developed EA correctly,but it doesn't work well in case of currency pairs. I want you to change the condition of opening position and so on. 1. EA opens positions by all signal(included bermaui and MAcd and exceeding bands) regardless of center line and bands trend. I want ON/OFF. 2. Moving S/L apply to all positions. 3.Please look at the USDJPY picture. Why didn't EA open the
1 Application
100 - 200 USD
Hello Lancer! I need to hire a developer to write a trend indicator Includes 2 indicators The indicator on the candlestick chart area consists of the indicator light, the indicator is continuous in green, if it is an uptrend and the downward force of the candlestick is red. whenever asthma appears, the indicator arrow will appear immediately. timely and not redraw The second part: is the trend signal board by column
350+ USD
I have a strategy which I want to convert into mt4 indicator & it should read and execute the trades using arrows(buffers) automatically to binary.com account. I will tell you the strategy if you are interested message me
35+ USD
Hi, I have a very simple trend indicator (50) lines of code. I would like to convert it into a simple expert advisor. The trendline must be shown on the chart (if possible), like with the original indicator. Once converted: 1. The EA must set three orders (sell or buy depending on indicator) with three TP targets, 20, 50 and 150 pips. 2. The orders must be closed on opposite signal (given by indicator). PS: I do want
40+ USD
I have a support and resistance indicator. Now i want someone help to build alert function: Popup, Email and Push Notifications mobile. Example: When a 1st bull candle closed on resistance, and a bear candle closed under open price of 1st bull candle . Then Indicator can give me a alert on current time frame, a signal sell created on defined time frame. Example: Current time frame M5, a condition candle made at
1 Application
(2) MQL4 Indicators C++ C# Forex Stocks Options
30+ USD
I am building an EA that is currently using Fast and slow MA cross detector with trend slope, but it gives a good amount of false signals I want to have as many cross indicator detectors as possible: - Fractal - Bollinger Bands - MA - Hull MA - ADX - RSI - Vortex etc... REQUIREMENTS: 1. Those cross detectors must be in separate and unique functions. 2. The timeframe should be detected from the current one 3. No
1 Application
(3) MQL5 Indicators Experts C++
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++
First crossover bounce of 128EMA /320EMA then execute trade at condition (personal job)
100+ USD
#property strict #property indicator_chart_window #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
1 Application
(36) MQL4 Indicators Experts C++
40 - 50 USD
I would like to merge 3 existing indicators so that when conditions are met only 2 different signals appears. The 3 indicators are Xps Trend Bars, Better bollinger bands and MA Cross arrow. I will provide these indicators in mq4 format. The conditions are simple: Signals will be based on MA cross when XPS Trend is in up-down trend and better boll band changed. I would also like to keep the individual adjustable
40+ USD
Help me write an another indicator, detect a pair of candles like above. Also send me Alert: Pop Up, Notification and Email. Exactly, candle in then out from zone, but I want us test in 2 modes Mode 1: only consider 2 candles Mode 2: consider many candles (1st candle in zone then next any candle which out the zone) Let me can choose mode if I want to test. Thank you