Make an Elliot Wave Oscillator EA (I will provide indicator)

MQL4 Experten Forex

Auftrag beendet

Ausführungszeit 37 Tage
Bewertung des Kunden
10/10

Spezifikation

Hello,

I am looking for an MT4 expert adviser that uses the EWO (Elliot wave oscillator indicator, which I will provide) along with 3 options to pick.

The expert adviser will be in "long mode" when EWO is positive and "short mode" when EWO is negative. It will open longs and close all shorts (if any) when EWO goes positive and it will open shorts and close all longs (if any) when EWO goes negative.

Expert adviser only updates after each candle-bar close. Trades will happen at the open of next candle-bar.

Option 1 (EMA - Exponential Moving Average): 

In long mode with long open - close long when EMA value less than previous candle-bar EMA value or trailing option is true (if selected on the extra options).

In long mode with no long open - open long when EMA value more than previous candle-bar EMA value.

In short mode with short open - close short when EMA value more than previous candle-bar EMA value or trailing options is true (if selected on the extra options).

In short mode with no short open - open short when EMA value less than previous candle-bar EMA value.

Option 2 (Previous Candle-bar price action):

In long mode with long open - close long after first red candle-bar or trailing option is true (if selected on the extra options).

In long mode with no long open - open long after first green candle-bar. 

In short mode with short open - close short after first green candle-bar or trailing option is true (if selected on the extra options).

In short mode with no short open - open short after first red green candle-bar.

Option 3 (RSI - Relative Strength Indicator):

In long mode with long open - close long when RSI value goes below "x" or trailing option is true (if selected on the extra options).

In long mode with no long open - open long when RSI value goes above "x".

In short mode with short open - close short when RSI value goes above "x" or trailing option is true (if selected on the extra options).

In short mode with no short open - open short when RSI values goes below "x".


Extra options:

Long mode only, short mode only or both.

Exit on Friday at an "xx:xx" time option.

Normal stop loss and take profit option.

Trailing stop based on the previous candle-bar low minus an "x" amount of pips (if in long mode) or trailing stop based on previous candle-bar high plus an "x" amount of pips (if in short mode).

Martingale option based of % of lot size. Example: if lots are set to 0.10 and martingale value is 1.1, then next order if loss is 10% more... meaning 0.11 lots. If lots are set to 0.10 and martingale value is 0.9, then next order if loss is 10% less... meaning 0.09. 


I might be missing some small details but I tried to make this as clear as possible. For any clarification, please contact me :)

Bewerbungen

1
Entwickler 1
Bewertung
(590)
Projekte
789
71%
Schlichtung
9
33% / 33%
Frist nicht eingehalten
22
3%
Frei
2
Entwickler 2
Bewertung
(2078)
Projekte
2637
61%
Schlichtung
113
45% / 26%
Frist nicht eingehalten
418
16%
Beschäftigt
3
Entwickler 3
Bewertung
(36)
Projekte
50
28%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
6
12%
Frei
4
Entwickler 4
Bewertung
(41)
Projekte
88
14%
Schlichtung
30
30% / 53%
Frist nicht eingehalten
36
41%
Arbeitet
5
Entwickler 5
Bewertung
(68)
Projekte
111
26%
Schlichtung
17
6% / 71%
Frist nicht eingehalten
15
14%
Frei
6
Entwickler 6
Bewertung
(430)
Projekte
606
55%
Schlichtung
48
23% / 56%
Frist nicht eingehalten
178
29%
Frei
7
Entwickler 7
Bewertung
(349)
Projekte
463
51%
Schlichtung
41
24% / 49%
Frist nicht eingehalten
149
32%
Frei
8
Entwickler 8
Bewertung
Projekte
1
0%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
0
Frei
9
Entwickler 9
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
10
Entwickler 10
Bewertung
(225)
Projekte
284
42%
Schlichtung
15
13% / 47%
Frist nicht eingehalten
67
24%
Frei
11
Entwickler 11
Bewertung
(586)
Projekte
1047
49%
Schlichtung
39
28% / 41%
Frist nicht eingehalten
49
5%
Frei
12
Entwickler 12
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
Ähnliche Aufträge
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
hi this is a question regarding your telegram to metatrader copier. if i buy the premium/lifetime will it work on unlimited accounts? or will you lock in in an account
Hello, I'm looking for an MQL5 developer that can create an MQL5 code that can accurately mark the following: 1. Swing Break of Structure using Horizontal Ray 2. Internal Break of Structure using Horizontal Ray 3. Extreme Supply and Demand zones using Rectangle 4. Decisional Supply and Demand zones using Rectangle 5. Breaker Block zones using Rectangle 6. Buy to sell wick zones using Rectangle 7. Sell to buy wick
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD