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
35695 completed jobs in all languages
Sort by:
TEST JOB (personal job)
11- USD
Create an alert for the ADX indicator based on criteria provided. The alert should show the price value the time frame and the currency pair in which the criteria was met...... Create an alert for the ADX indicator based on criteria provided. The alert should show the price value the time frame and the currency pair in which the criteria was met...... Create an alert for the ADX indicator based on criteria provided
1 Application
(45) Indicators Experts
50 - 100 USD
I need a quality Mt4 programmer to create 2 indicators and 1 template based on the same criteria setup. The template with 1 inidicatior attached will display the specified currencies which are determined in the input variables with the following timeframes (M5,M15, M30, H1, H4, Daily). An alarm will sound or an e-mail sent when all the criteria has been met as well as display the last date / time on the template (see
4 Applications
(1) Indicators
150 - 300 USD
I have an indicator called Hodrick-Prescott filter. I have another (proprietary) indicator: it is some sort of linear filter of price. I want to have code that returns an integer valued variable, call it window length. This window length is the look-back period of my proprietary indicator that changes dynamically to have the same sign of slope as my Hodrick-Prescott indicator. In other words: my proprietary indicator
6 Applications
(7) Indicators
20 - 30 USD
I need a piece of code (mql4) that does the following: Say you have 10 buffers: buf1[i] =icustom(0,0,"someIndicator",10,0,i); buf2[i] =icustom(0,0,"someIndicator",20,0,i); buf3[i] =icustom(0,0,"someIndicator",30,0,i); ... buf10[i] =icustom(0,0,"someIndicator",100,0,i); So it's the same custom indicator, but only its window length is changing from 10 to 100. Assume these 10 values are integers and often close to or
2 Applications
(7) Indicators
10 - 15 USD
I have an indicator which shows overbought and oversold areas and I need it to send an e mail whenever this happens. The indicator is designed for MT4. Standing by for your offers
3 Applications
(4) Indicators
20 - 30 USD
I need a small change for some research purpose: the majority of the code can stay the same: this indicator is based on the zig zag indicator: it counts the number of bars since a turning point of the zig. Now, what needs to be changed is that instead of the counter that goes up 1 by 1 bar per bar, the entire piece needs to contain the last value of the segment. So instead of the slowly rising lines that drop steeply
2 Applications
(7) Indicators
Combining Two Indicators (personal job)
40- USD
Combining Indicators to give an alert when both criteria is met. Combining Indicators to give an alert when both criteria is met. Combining Indicators to give an alert when both criteria is met. Combining Indicators to give an alert when both criteria is met. Combining Indicators to give an alert when both criteria is met. Combining Indicators to give an alert when both criteria is met. Combining Indicators to give
1 Application
(45) Indicators Experts
Adding Arrows to an indicator (personal job)
40- USD
Improving the arrows on the indicator to differentiate between the different buy and sell signals generated by the indicator. Improving the arrows on the indicator to differentiate between the different buy and sell signals generated by the indicator. Improving the arrows on the indicator to differentiate between the different buy and sell signals generated by the indicator. Improving the arrows on the indicator to
1 Application
(45) Indicators Experts
Convert Indicator to a Currency Strength Feeder - 1st Part of a 3 part Job (personal job)
150- USD
Take an indicator and convert it the same way the fast is converted to generate values for the strength of the currency. The calculations and parameters will be provided. Take an indicator and convert it the same way the fast is converted to generate values for the strength of the currency. The calculations and parameters will be provided
1 Application
(45) Indicators Experts
Hello, I would like to update my EA to have the following features: First trade: Minimum lot size Scaling out of positions i.e. once a certain number of trades have been multiplied it begins to use the multiplier to get out of a position 1,2,4,8,4,2,1,0 : True/False If False then When max lot size is hit then adjust Take Profit to xxx pips Multicurrency Max Lot size=% of balance Slippage Make the indicator signals
3 Applications
Indicators Experts
EA upgrade (personal job)
40 - 50 USD
A fix... Ensure more than two pending orders/orders can be placed (currently it stops at 2) The 'calculated amount' of pips... 15 x ATR divided by 3. Then minus 20% of 15 x ATR. If ATR is 10, the amount is 20 pips. Heres how I worked it out... 15 x ATR divided by 3 = 50 Then 15 x ATR minus 20% = 20 --------------------------- 50 - 20 = 30 Signals... If under 100SMA, enter a short position at the 'calculated amount'
1 Application
(4) Indicators Experts
10 - 40 USD
Attached is a file of the indicator called ¨Snake Force alert written in mq4 and the way it works is giving a sound and pops up window each time a double width bar is produced after the closing price for any time frame. I need to customize it so that the alarm is produced only when a double width bar -red or green- appears without single line width bars at the other side of zero line level like those you can see in
2 Applications
(1) Indicators
As discussed (personal job)
10 USD
As discussed
1 Application
(4) Indicators Experts
30 - 40 USD
Hi, I need an MQL4 EA that can be used on all charts and timeframes. The EA should be compatible with as many brokers as possible (4 and 5 digit, ECN/Non-ECN) The general coding required is that it fades the prior bar high/low depending on a generic trend direction indicator (provided later). 2 postions to be entered. It should incorporate stop loss / take profit / trailing stops / or close of bar exit for each
2 Applications
Indicators Experts
30- USD
Hi I have this bollinger band type indicator I'd like a coder to merge the band on smoothed (preferably with jurik smoothing ,I have the Jurik.) detrended price(+ 0 -) I have a sample code of bollinger band on detrended price oscillator if it is any help
1 Application
(10) Indicators
Candle Stick All Time Frame Indicator Alert (personal job)
60- USD
Creating a layout where the indicator can show bearish engulfing or bullish engulfing on multiple timeframes 5m 15m 30m 1h 4h d1. Alert signal when the pattern presents itself "EURUSD - engulfing bearish - SELL - 5min @ .3485" Creating a layout where the indicator can show bearish engulfing or bullish engulfing on multiple timeframes 5m 15m 30m 1h 4h d1. Alert signal when the pattern presents itself "EURUSD -
1 Application
(45) Indicators Experts
10 - 20 USD
I need a fragment of mql4 code that I can insert into a loop: int start() { int limit; int counted_bars=IndicatorCounted(); if (counted_bars< 0 ) return (- 1 ); if (counted_bars> 0 ) counted_bars--; limit= Bars -counted_bars; for ( int i= 0 ; i<limit; i++) { ExtMapBuffer0[i]=something; } for (i= 0 ; i<limit; i++) { TurningPointBuffer[i]=...; } return ( 0 ); }
1 Application
(7) Indicators
Combing 2 or 3 Indicators (personal job)
40- USD
Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator
1 Application
(45) Indicators Experts
Updates on Existing Job (personal job)
20- USD
Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job
1 Application
(45) Indicators Experts
40 - 60 USD
Hi all, I am looking for a ZigZag indicator for MT4 that shows a reversal leg based on point/percentage reversal. I dont want "ExtDepth", "Ext Deviation" and "Ext Backstep" but instead "point reversal" and "percentage reversal" (user can choose one of them). Say the indicator is set to reversal = 50 points (or 10%) and its last leg is upward, the indicators will keep repaint its last leg on every higher point until a
2 Applications
(1) Indicators Scripts