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 C#
350 completed jobs in all languages
Sort by:
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
Buy Grid EA with Sell Support and Vice Versa (personal job)
140+ USD
MARKET GOING DOWN (BUY EA WITH SELL SUPPORT) – EA1 • In the current version of iterative grid (EA) with buy only orders, we want to add another strategy of sell orders that will run parallel to the current one with the following requirements: a) Scenario 1: Suppose we place first buy order at 1.40000 then in EA the next buy order is placed when the market falls by the grid step point (Da points) specified for the
1 Application
(23) MQL4 Indicators C# Forex
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
(26) MQL4 Indicators Experts C++ C# Java JavaScript SQL MySQL Forex Product Design
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
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+ 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 - 150 USD
Hello i would like someone to convert the following risk reward ninjatrader 8 indicator to mt5. Risk is defined as 2 times atr 14 at current bar. targets are 1, 2 and 4 atr(14) at current bar) Ty and best regards
2 Applications
(1) MQL5 Indicators Converting C#
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
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
1 Application
(26) MQL4 Indicators Experts C++ C# Java JavaScript Trading robot/indicator debugging Strategy optimization Strategy modules Forex Stocks Product Design
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 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
30+ USD
Hello,i have three indicators with a template,i need a simple ea to execute the signal provided by this indicators. i need these settings; Takeprofit Stoploss, lotsize Magic number, Trailing stop. Breakeven in pips. add 3 ma with settings in EA menu. It is very important for the ea to analyze all indicators and open trades at the exact acceptable signal points. NOTE; ea will only response to signal only once and wait
15 Applications
(36) MQL4 Indicators Experts C++ C# Forex
30+ USD
I have QuickFib indicator,and I need buffers to use it in EA . I need buffers for 0,100,50,61.8 .Only 4 . I don`t need 38.2 and 23.6 . I don`t think is something very hard to do,but I have no idea how to add buffers . And I must write at least 30 words to be accepted the job on this website,so,I write over 30 words :)
30+ USD
Hello, Due to the fact that I am getting so sick to the back teeth of MetaEdior not being able to read MQL4 code properly - despite me coding for years now - for some reason, these errors just won't go away and I'm getting extremely pissed off now. This is more of a placement of the brackets more than anything else, rather than the code itself but basically the rule is: If Statement A is true, assess if Statement B
3 Applications
(3) MQL5 Indicators Experts C# Forex
Expert Advisor Expiration and licence key with timer (personal job)
30+ USD
1. PUT EXPIRATION TIMER (DATE AND TIME) 2. PUT LICENCE KEY SUCH THAT IT WORKS ON ONLY ACCOUNT NUMBER IMPUTED REQUIREMENTS FOR THE ORIGINAL SYSTEM 1. CHANNEL(Half length : 50, Price: 6, Band deviation: 3). 2. EXPONENTIAL MOVING AVERAGE (PERIOD: 500, shift:0, MA method: Exponential, Apply to: close). The indicators’ values must be adjustable. TRADING STRATEGY TRADE ENTRY CONDITIONS: 1.BUY ORDER EXECUTE BUY ORDER: a. IF
1 Application
(26) MQL4 Indicators Experts C++ C# Java JavaScript SQL
30+ USD
F. THE EA MUST EXECUTE A TRADE ANYTIME THE CONDITIONS ARE MET THE EA HAS BEEN DEVELOPED AND IT WORKS VERY WELL. PLEASE I WANT YOU TO IMPLEMENT THE FUNCTION ABOVE SUCH THAT THE EA CONTINUES TO EXECUTE ORDER AT ANY TIME THE ENTRY CONDITIONS ARE MET WHETHER IT WON THE PREVIOUS TRADE OR TRADES OR NOT
2 Applications
(26) MQL4 Indicators Experts C++ C# Java JavaScript Trading robot/indicator debugging Strategy optimization Forex Stocks
30 - 100 USD
If you have experience with developing hedging systems. You can bid for this job. EA should be able to open close orders from the opposite side in a grid system for which my EA is running already. The best idea and price will be chosen. Price is flexible. Logic for my EA is attached with the description
6 Applications
(23) MQL4 Indicators Experts Statistics and mathematics C++ C# Trading robot/indicator debugging Strategy optimization Strategy modules Forex
30 - 60 USD
Hi, I'm looking for a developer, who can add a multitimeframe-functionality, to the attached indicator. I t is important to me that the indicator works fast and error-free and does not overoload the computer capacity. Thank you
12 Applications
30 - 35 USD
Need a programmer who has experience in dashboard scanner. Dashboard scanner Timeframes -1hr – 4hr- daily – Price action alert Scan all pairs, gold and indices. Scan for – lower highs and higher lows (bullish engulfing and bearish engulfing ) – only on close of the candle - then give alert Identify trend use – 200ema
Adding extra futures (personal job)
50+ USD
Pls I need you to add extra futures to my ea first as it starts with 0.01 I want it to start with 0.02 then open in 5 places before adding and the new addition is from 0.10 next 0.15 next is 0.20 it will be adding like that and you have to give option I mean manual section that will enable me put what the adding will start from like I can decide the adding to start from 0.08 as default or I can decide the adding to
1 Application
(23) MQL5 Indicators Experts C++ C# Java JavaScript PHP Trading robot/indicator debugging Strategy optimization Strategy modules Collection of data on the internet Forex