3 MAs Crossover + Hull + McGinley + SMI + Choppiness Index + ATR

MQL5 EA

작업 종료됨

실행 시간 5 일

명시



EA must have a option of two different MAs (Hull and McGinley), they won’t operate together.

McGinley, long when the MA with the low time frame crosses above the other two MAs

McGinley, short when the MA with the high time frame crosses above the other two MAs

Hull, the same with the option of opening trades using the change of trend


Trend Line or Base line or 4th line (Hull MA) - Position will only be opened if the position is the same as indicated by the trend line


Money management will follow an ATR based indicator. A modification is required, the addition of a lot option for opening trades, as is the indicator works on a % of risk, it is required an addition to an option of instead of calculating the position based on risk %, a fixed lot.


Flat Lines : When one of the MAs remains “flat”, aka, same value, for more then one candle, indicating consolidation, don’t open trades.


SL and TP: Calculations will be based on the same indicators mentioned above, just need to work it’s output into the EA


Choppiness Index

Only open trades when the line is NOT within the range established


Stochastic Momentum Index

Only open trades when the line is NOT within the range established


Closing trades

Close trades when trend line changes trend or close when one of the MAs main lines change trend (When the first or/and the second or/and the third change trends)


Time to Trade

Which day and time it is allowed to trade. Ex mondays from 10am to 3pm


Testing and Backtesting Option

An option for plotting and to not plot all the indicators into the chart. Especially since it will be used in a server the option of not plotting lines and values into the chart will save a lot of ram and avoid delays.


Inputs of all the indicators inside the EA

Change all the indicators inputs values into the EA settings


Notes: All Features must be opt in meaning they don’t have to work all together unless the user wants it to. Ex: Trades using the Hull + Baseline + Stochastic and nothing else, or a trade using all the features.


Other details, indicators and the mechanics as well EA’s hierarchy process will be detailed informed to the chosen developer

응답함

1
개발자 1
등급
(2674)
프로젝트
3411
68%
중재
77
48% / 14%
기한 초과
342
10%
무료
게재됨: 1 코드
2
개발자 2
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
3
개발자 3
등급
(2342)
프로젝트
2947
63%
중재
124
44% / 26%
기한 초과
429
15%
무료
4
개발자 4
등급
(361)
프로젝트
644
26%
중재
92
72% / 14%
기한 초과
12
2%
작업중
게재됨: 1 코드
5
개발자 5
등급
(590)
프로젝트
789
71%
중재
9
33% / 33%
기한 초과
22
3%
무료
게재됨: 8 코드
6
개발자 6
등급
(1931)
프로젝트
3552
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
7
개발자 7
등급
(564)
프로젝트
845
73%
중재
15
53% / 13%
기한 초과
193
23%
무료
8
개발자 8
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
게재됨: 8 코드
9
개발자 9
등급
(277)
프로젝트
334
55%
중재
14
36% / 29%
기한 초과
1
0%
무료
10
개발자 10
등급
(94)
프로젝트
148
59%
중재
16
38% / 13%
기한 초과
25
17%
무료
게재됨: 1 코드
11
개발자 11
등급
(195)
프로젝트
395
28%
중재
155
20% / 52%
기한 초과
112
28%
무료
12
개발자 12
등급
(772)
프로젝트
1039
44%
중재
50
8% / 50%
기한 초과
116
11%
무료
13
개발자 13
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
14
개발자 14
등급
(136)
프로젝트
196
43%
중재
17
29% / 59%
기한 초과
28
14%
무료
15
개발자 15
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
I'm looking for a swing trading EA that takes 1-3 trades / week, holds these positions from a few days up to about 1.5 weeks. Symbol : any Strategy : any Timeframe : any Platform : MT4 only The catch : you would need to come up with the STRATEGY AND do the CODING The must have's : c onstant monthly returns, low drawdown I will backtest the trial version of your .ex4 file for 20+ years with 99.9% tick data accuracy
Hi, I am looking for a trainer/developer who can teach me MQL5 and python scripting to develop my own profitable EA. If any one interested please let me know and share the course details along with the fees
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
I am looking for an experienced MQL5 developer / algorithmic trader to create a complete MT5 Expert Advisor with strong risk management and verified historical backtesting. Main requirements Platform: MetaTrader 5 / MQL5. Market & Timeframe: The EA code should be able to operate on different Forex/CFD symbols and different timeframes. The developer may recommend the best symbol/timeframe combination based on testing
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
I want a simple EA that will take trades based on candle formation and moving average. In a buy, the market should be above the moving average, and wait for the candle formation which i have shown them in the attachment. In a sell, the market should be below the moving average and wait for the candle formation. It must be easy to put stop loss, take profit. Pls make the robot to trade continuous trades as long as
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
Liaqat 32+ USD
Title: Simple XAUUSD Trading Robot for MT5 Specification: 1. Platform: MetaTrader 5 2. Symbol: XAUUSD / Gold 3. Timeframe: M5 or M15 4. Strategy Logic: - BUY Entry: When RSI(14) is below 30 and candle closes green - SELL Entry: When RSI(14) is above 70 and candle closes red 5. Money Management: - Lot Size: 0.01 (user can change in settings) - Stop Loss: 500 points - Take Profit: 1000 points 6. Other
need an EA or indicator done , based on any strategy but with the following specific risk management parameters ; were i am able to do at least 2RR(standard reward-risk ratio for every trade) , fair win rate that is at leat 50% , EA should be able to generate at least 2 trades and above per week , favourable sharpe ratio . total drawdown of not more than 8% any given month and not over 3% any given day , would

프로젝트 정보

예산
100 - 300 USD
기한
에서 2  7 일