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
35789 completed jobs in all languages
Sort by:
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
10 - 30 USD
I need a simple indicator. I need it to be used on a daily chart. When price crosses and closes the 10sma I would like an email alert sent. This means I should get alerts only once a day at the close of the candle. I will be using this on several currency pairs. The 10sma needs to be red in color and a thickness of 3. I would like for it to have a green arrow pop up when candle crosses above the 10sma and a red arrow
2 Applications
(5) Indicators
Upgrade Indicator (personal job)
15 - 60 USD
Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade Indicator..Upgrade Indicator... Upgrade
1 Application
(14) Indicators
30- USD
The ea will close trades and set stop losses for trades that are manually opened. For example if a trade is opened at .3600 going long... the stop loss will only get modified if the price moves to a specific profit level like .3615 then the stop loss will be moved to .3610. When the price gets to .3616 the stop loss will be moved to .3611 keeping a 5pip gap (or the gap predetermined for that pair) as it goes up until
1 Application
(45) Indicators Experts
30 - 40 USD
mql4; only use the close price. -> calculate on a window of adjustable size: 1) calculate the last close - every close on the window 2) take absolute value 3) rank from high to low 4) for the top 3: calculate the number of bars from these large differences to the last (right hand) bar and put these values in 3 buffers 5) plot these 3 lines in a separate window here's an example
1 Application
(7) Indicators
Improving a current indicator (personal job)
60- USD
Creating a layout on the screen that shows the 5min 15min 30min and 60min support resistance and zone size. In addition an alert will trigger when the price is broken on the support or the resistance
1 Application
(45) Indicators Experts
Number of bars since last new high or last new low (personal job)
30 - 40 USD
I have a custom indicator called HH_LL.mq4: it calculates the moving maximum and moving minimum of the close price over a window (of 20 periods). I need a custom mql4 indicator with 2 buffers: buffer 1 is a counter that counts the number of bars since the last new increase of the moving maximum (HH_MA). So anytime since that last new increase that this buffer goes sideways or down, the counter goes up by 1. If the
1 Application
(7) Indicators
15 - 30 USD
I need an indicator where I can paste a time & date into paramaters and it displays on the chart as to whether... - Price was over or under XX SMA on XX timeframe - Profx06 was green or grey - Profx01 was up or down. Chart display example... 11.04.2011 12:42 - OVER, GREEN, UP 09.29.2011 15:45 - OVER, GREY, DOWN Format to be used MM.DD.YYYY HH:MM. I need 20 field entry boxes in parameters
2 Applications
(4) Indicators Experts