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
40054 completed jobs in all languages
Sort by:
CREATE AN EA BASED ON 2 SET OF INDICATORS (personal job)
35+ USD
BUY CONDITIONS WHEN THE ALGO TREND IS BUY ONLY AND THE RED CIRCLE APPEARS BUY WHEN THE ABOVE OCCURS (BUY AT THE NEXT CANDLE) CLOSE BUY ORDER WHEN ALGO TREND CHANGE TO SELL ONLY OR WHEN THE GREEN CIRCLE APPEARS. SELL CONDITIONS WHEN THE ALGO TREND IS SELL ONLY AND THE GREEN CIRCLE APPEARS SELL THE ABOVE OCCURS (SELL AT THE NEXT CANDLE) CLOSE SELL ORDER WHEN THE ALGO TREND CHANGE TO BUY ONLY OR WHENTHE RED CIRCLE
1 Application
(6) MQL4 Indicators Experts
Doji Scanner (personal job)
30 - 60 USD
Doji Candle scanner. Stage1: A Doji candle is when the open and the close of price is practically equal. The algorithm needs to have a variable option of how thick the body can be in relation to the tail/wick. For example - Body; 0 -10%, 0 - 30%, 0 -50%. Stage2: I need the scanner to identify when a Doji candle is present with a variation of the number of candles thereafter. Example - 1. Alert with Doji
1 Application
(11) MQL4 Indicators
Modification of Close Value (personal job)
50 USD
Need the close value mathematic calculation modified and added as a method #2 in settings. The current value of indicator calculation is = Current close - Current P.L Dot I want to keep this original version of indicator calculation and label it Method #1 in settings. I need a Method #2 added in settings and its indicator calculation value should be as follows = Current close - Previous P.L. Dot -I will need the
1 Application
(15) MQL4 Indicators
Polish and fix my ea (personal job)
130 - 180 USD
Hi, I just put in neg 130-180 as amount because I dont know the if that amount I am putting in here is including tax or not - so I think you ll know ;) - fix loop - fix speed - fix timeframes - fix decimals done Thx and cheers
1 Application
(17) MQL5 Indicators Experts
Modify Indicator (personal job)
45+ USD
modify the indicator TMA+CG mladen NRP so that it doesn't repaint. I want that the signals (green and red symbols) never change to have the possibility to backtest my EA
1 Application
(3) MQL4 Indicators Experts
Modification Of RSI Indicators (personal job)
30 - 50 USD
Need the RSI to have a DOT on each time session making it easier for trendline drawing. -I would need the ability to change the size and color of the dot in settings. - I would also need the ability to turn on or off the display of the dot - I need the Dot to be a solid fill
1 Application
(15) MQL4 Indicators
30 - 50 USD
I have created a divergence indicator for tradingview users. It creates line like RSI based on price and volume. But my current indicator it doesn't draw any divergence line. I am attaching an image. I want to draw a line automatically if divergence identified
2 Applications
(9) MQL5 Indicators
NEWS EA to close positions (personal job)
30+ USD
Hello, I bought your forex factory news dashboard EA from the market. it has been the ONLY stable forex factory news indicator/EA I have ever used. I wanted to see if it is possible for you to code me a EA that I can attach to only 1 chart (GLOBAL) that can monitor all my positions. what I would like it to do is 1. close out all positions (Open and pending orders) X mins before RED USD news. 2. if non USD RED news I
1 Application
(42) MQL4 Indicators Experts
40+ USD
Hello, I need a developer that can help me to convert my 2 existing MT4 Indicators to MQ5 Indicator. I have the raw codes of the MT4 I want it deliver in 3 days Max I will be looking forward for anyone that can do the conversion Regards
6 Applications
(25) MQL5 Indicators Converting
Add features to existing MT5 trading Panel (personal job)
50+ USD
I would like to add the following to the trading Panel you developed for me in the previous job: 1. Parameter for the size of the font. 2. Ability to move the panel with the mouse 3. Ability to minimise the panel with the mouse. 4. When a button is pressed it changes color to Green 5. When a button is depressed it changes color to Red. 6. Default of buttons at the beginning is depressed (Red) 7. Parameters for size
1 Application
40+ USD
Please can you Modify current Bounce EA TO STOP TAKING TRADES AFTER THE INITAL TRADE HAS BEEN TAKEN. Thankyou very much, please reply asap :) please see original description below Every option needs to be selectable so i can change the time frames, moving averages etc etc The EA needs to be multi currency (all or just some currency pairs added to the 1 chart) number of trades per currency to be selectable number of
12 Applications
(5) MQL4 Indicators Experts
Add money management function - risk % of account per trade. (personal job)
30+ USD
hi andrey folowing on from the chat, here is the job order 1. . add trailing stop function 2. Add money management function - risk % of account per trade. 3. Show SL and TP so user can change them
1 Application
(24) MQL5 Indicators Experts
30 - 50 USD
Need another signal generated into the indicator i already have. price could be negotiated. An amount that I enter into the setting increase and decrease from present percentage. Ex. if the signal i wanted from the indicator i wanted was 20 percent , then if it increase in 20 percent will notify me of a bullish signal and if decrease it will give me a bearish signal all from present percentage. 70 to 50, bullish 70
11 Applications
(5) MQL5 Indicators Experts
30+ USD
Create a confluence between two indicators. Indicator: A Indicator: B Logic: Indicator B, only plots a signal, if there is in the same candle a plot of indicator A. Like the example below The new indicator will keep the adjustable settings ​​same as Indicator B. All settings of Indicator B can be changed, must be respected
13 Applications
(14) MQL4 Indicators
30+ USD
Create a confluence between two indicators. Indicator : A Indicator : B Logic: Indicator B, only plots a signal, if on previous candle, have a plots of Indicator A. Like the example bellow The new indicator will keep the adjustable settings the same as Indicator B
11 Applications
(14) MQL4 Indicators
30+ USD
//@version=4 study(title="Stochastic", shorttitle="Stoch", format=format.price, precision=2, resolution="") periodK = input(14, title="K", minval=1) periodD = input(3, title="D", minval=1) smoothK = input(3, title="Smooth", minval=1) k = sma(stoch(close, high, low, periodK), smoothK) d = sma(k, periodD) plot(k, title="%K", color=#0094FF) plot(d, color=change(d) >= 0 ? color.lime : color.red, linewidth=2) h0 =
5 Applications
Modify MT4 EA (personal job)
30+ USD
I want to modify the EA attached: 1) Add a timer to each trade (not all cycle) based on hours 2) Modify the trailing stop same as you did first time in this job. The trailing stop starts for each trades not all cycle
1 Application
(29) MQL5 Indicators Experts
Create indicator based on a strategy (personal job)
100+ USD
EMA-Scalping H1 - Is use to check the trend direction EMA 21 and EMA 8 If EMA 8 is above EMA 21 - Up trend detected If EMA 8 is below EMA 21 - Down trend detected M5 (Trading Timeframe) EMA 21, EMA 13, and EMA 8 if EMA 8 is above EMA 13, and EMA 13 is above EMA 21 - look for buy only trades if EMA 8 is below EMA 13, and EMA 13 is below EMA 21 - look for sell only trades - Check for good gap between the EMAs (not too
1 Application
(17) MQL4 Indicators
Modification of an existing MACD dashboard done on 13.05 (personal job)
30+ USD
Hi Oleksandr, I have a small job for you. I have attached an indicator and work requirement that you have done on May 13th for me. I would need to have a simple addition of one sell and one buy alert conditions. In the excel sheet attached you will find two tabs. One tab says "current development" and the other one says "new development". The current alert conditions are as follows: If Strong bullish on Timeframe 1
1 Application
(10) MQL4 Indicators
30 - 50 USD
Hello, I am looking for someone experienced who can convert a tradingview indicator to MT5 Extra option to use tick or real volume Must be able to work on forex and custom chart that update periodically (no flickering)
7 Applications
(13) MQL5 Indicators Converting