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:
30 - 40 USD
This is basically it. I have the indicator that you can convert to an EA. The indicator is basically complete, however it needs to send the signal to my Telegram channel. When the signal is sent it is to identify the signal as: Hiccup
10 Applications
30+ USD
i am in need of a coder that has knowledge of mt4 and how strategy's work. I have lost a lot of money on people who can't code very good and don't understand the workings of a strategy's. so if you can understand simple concepts and are very good and coding and communicator. i am looking for you. Side note if you can't do the job no matter how long you spend on the project i will not finalize it if it's not done
Cross bolinger and rsi (personal job)
40+ USD
Hi VWAP crossing bolinger and rsi at 75 and 25 tp is 32 pips. Cross up enter buy cross down is enter sell. Strategy and study required.... kindly inbox if you know you're perfect at this
1 Application
(1) MQL5 Indicators Experts C++ C#
30+ USD
I want my cent ea for currency pairs to work on gold need to change the martingale distance for gold because the martingale in my ea is 150 pip but if I put it in gold the space will be so little and all will open lots of position immediately so I want to edit it and change the martingale adding numbers and let put best distance that will give space from each open position like normal currency pairs
30+ USD
Liquidity Levels Code this for MT5 from MT4 No restrictions on how many times I down load or use. I have bought the script in full from you. I want to be able to use this on XAUUSD etc (Gold Pairs) and All the Crypto Currencies and all the major currencies (AUD,CAD,EUR,GBP,CHF,NZD,JPY,USD) on MT5 All time frames Again I would like to adjust the colour and thickness of the lines The Liquidity Level MT4 version is
6 Applications
(6) MQL5 Indicators Converting C++ Python Forex
30+ USD
Hello coders, I want someone to make an expert advisor using one indicator as per the instructions in the attachment Please read the file carefully and understand it, and then apply if you see yourself worthy of the work. If you don't understand something, ask me Note: indicator will be sent to the coder privately & my condition to have mq4 file not ex4
MODIFICATION OF AN EXPERT ADVISOR BASED ON CHANNEL AND MA (personal job)
40+ USD
1. PERCENTAGE LOSS: THIS SHOULD BE THE TOTAL AMOUNT WON + TOTAL AMOUNT OF OPEN POSITIONS IN LOSS. THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE LOSS IS REACHED AND SHOULD NOT EXECUTE MORE TRADES FOR THAT DAY . THIS SHOULD BE TRUE/FALSE AND IMPUTED BY THE USER. 2. PERCENTAGE PROFIT: THIS SHOULD BE TOTAL AMOUNT WON + OPEN TRADES IN PROFIT OR LOSS THE EA SHOULD CLOSE ALL TRADES WHEN THE PERCENTAGE PROFIT IS REACHED
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
50 - 150 USD
I would like to develop an indicator that can display Bid Ratio, Buy/sell Ratio and Gap (3 stuff) in 1 indicator. The formula to calculate each value will be given in the specification later. However, here is the general description Bid Ratio (Blue line - customisable ) - Current Bid price % with respect to high and low over a day (Default) /week/month (broker TF - customisable) Buy/Sell Ratio (Red line -
A variation on the last job... (personal job)
100+ USD
Hi Raymond, Thanks for pulling through on that difficult assignment. Here is another Mt4 - Mt5 Conversion. This indicator employs the same kind of cross currency ATR slope comparison as the last one. I think it should be easier as no one has screwed up a partially completed conversion job before you solved some of the problems they created. Furthermore, the code is more clear in terms of how put together and does not
1 Application
74 - 125 USD
EA Modification of Exit Strategy Minimizing Slippage at Rollover Hour : Partial Close Volume with time range each closing I want to modified my EA Exit Strategy at Rollover Hour, Always at ECN Broker Its happened when at rollover hour when price Spiked everywhere, and i got much slippage The Exit strategy of my EA had 4 condition : 1 Curently the EA had Dynamic TP that Modified its TP every XX Minutes, I want to make
30+ USD
Please assist in modifying the attached indicator - Zerolag hull variation according to the following requirements; 1. Add ATR bands to the Zerolag Hull variation mt4 indicator. 2. The bands should have their own period setting 3. Both upper and lower band should be visible
30+ USD
Hi, I have an indicator written in old MT4 language i.e. having OnInit(), deinit() etc. I would like the indicator to be recoded into the latest MT4 accepted language. Thanks
30+ USD
need 3 bar pattern with 4th candle breach for daily bias. with 3 bar pattern as peak formation. 3x ADR or greater. trend following for swing high and swing low. H1 match for head and shoulders - pattern. and 13 Ema cross of 50 Ema. with option of Support and resistance and addition conformation. with trigger either when the 3rd candle high/low is breached or when the forth candle breaches the 3rd candle high/low and
30 - 70 USD
Looking for someone who could create a piece of code that will alert me (push notification) when open orders in my EAX panel reach a certain pip target. Only input would be pip target. MT4
MODIFICATION OF EXPERT ADVISOR (personal job)
34+ USD
RECOVERY FACTOR: EXIT CONDITION THE RECOVERY FACTOR SHOULD USE THE CONDITION BELOW TO EXIT TRADES AND NOT TAKE PROFIT. IF THE FIRST MULTIPLIER TRADE IS 1.5 (INPUT PARAMETER) TIMES GREATER IN PROFIT THAN THE INITIAL TRADE, EXIT THE TWO TRADES. IF THE SECOND MULTIPLIER TRADE IS 1.5 (INPUT PARAMETER) TIME GREATER IN PROFIT THAN THE SUM OF INITIAL TRADE AND FIRST MULTIPLIER TRADE, EXIT THE THREE TRADES. IF THE THIRD
1 Application
30+ USD
Mainly, I want to adjust the time of my indicator to the time of different broker. Here are the four changes: 1. Add an input to determine at what time pivot start to be drawn/calculated. input int Pivot_Start=07; 2. Add the London Balance area + text. input int London_balance_Start= 09; input int London_balance_End= 10; +chose color 3. Add the New York Balance area + text. input int London_balance_Start= 16; input
2 Applications
(18) MQL5 Indicators C++ C# Forex
30 - 75 USD
Hello! I have an EA and I need to modify as per below : 1. Take profit TP1 - once open trade is triggered, TP1 to be set as 1 ATR ( adjustable) and 50% of the trade to be closed once TP1 is triggered. Remaining of the trade to be left open until TP2 is reached, or closing of the trade will be triggered by one of the indicators. 2. As you may see in the attached picture, my indicators sometimes will allow the trade to
5 Applications
(2) MQL4 Indicators Experts C++
30+ USD
This is how classic ADR works: The Average Daily Range shows the average pip range of a Forex pair measured over a certain number of periods. The calculation of the daily range of a currency pair is a relatively easy process. You simply take the distance between the daily highs and daily lows of a currency pair. You can configure it to take into consideration as many periods as you want. Let’s see an example of how
4 Applications
(18) MQL5 Indicators C++ C# Forex
30 USD
I need to modify one of my existing ea's . I need a small correction on the parameter of the code and some modifications The ea is quite complicated so i need a skilled mt4 developer . Thanks and best regards
23 Applications