Expert Advisor trading robot based on Moving Average.

작업 종료됨

실행 시간 16 일
고객의 피드백
This developer was fast, onetime, very knowledgeable, and does great work. I've worked with others in the past but he was the best. I highly recommend him.
피고용인의 피드백
Thank you mate :)

명시

I want to create an EA (trading robot) that will take a Buy market position after price has moved over a Moving Average and retraced back down to the Moving Average price level.  For a Sell market position, after price has moved below a Moving Average and retraced back up to the Moving Average price level.  Note:  this EA must be able to work on all type of charts and especially Renko/Brick charts.


Variable Parameters to be entered:

  1. Moving Average Variables, including Period, Shift, MA method (i.e. Exponential), Apply to (i.e. Weighted Close HLCC/4), and Style.
  2. Pips above Moving Average (X) (numeric variable i.e. 1,2,3, etc. see note below).
  3. Previous closed Bars (Y) (numeric variable i.e. 1,2,3, etc.).
  4. Bar Reversal (Z) (numeric variable i.e. 1,2,3, etc.)
  5. Take Profit in Pips (see notes below).
  6. Stop Loss in Pips (see notes below.
  7. Lot size (i.e. 0.01, 0.50, 1.00, 10.00, etc.)
  8. Session 1:  Start time (GMT or Server time), for example USA session.
  9. Session 1:  End time (GMT or Server time), for example USA session.
  10. Session 2:  Start time (GMT or Server time), for example Europe session.
  11. Session 2:  End time (GMT or Server time), for example Europe session.
  12. Close position at Session End time (Yes or No).  For example if Yes is chosen, then existing position shall be closed at End time.


Note:  

  • Clarification, pip values are entered in points, for example EUR/USD 10 points = 1 pip.
  • Take Profit and Stop loss are hidden, meaning they are not sent to the broker until the condition is met, by which time it’s sent as a market close order.


Market order Buy Condition:

  1. Price is above Moving Average per X value, within the last Y previous bars.  For example if X=100 points and Y=5 bars, this condition could be satisfied if the price is 10 pips over the moving average within the last 1, 2, 3, 4, or 5 bars.
  2. Price is Equal to the Moving Average.
  3. Enter Buy market order.


Market order Sell Condition:

  1. Price is below Moving Average per X value, within the last Y previous bars.  For example if X=100 points and Y=5 bars, this condition could be satisfied if the price is 10 pips below the moving average within the last 1, 2, 3, 4, or 5 bars.
  2. Price is Equal to the Moving Average.
  3. Enter Sell market order.


Close Condition:

  1. A Bar Reversal, based on the number of Z Bars chosen (per entered parameter). 
  2. Take Profit value is reached.
  3. Stop Loss value is reached.
  4. Session End time, if Yes was chosen in the parameter.


응답함

1
개발자 1
등급
(94)
프로젝트
148
59%
중재
16
38% / 13%
기한 초과
25
17%
무료
게재됨: 1 코드
2
개발자 2
등급
(414)
프로젝트
670
33%
중재
60
17% / 32%
기한 초과
113
17%
작업중
3
개발자 3
등급
(2309)
프로젝트
2905
63%
중재
122
44% / 25%
기한 초과
429
15%
작업중
4
개발자 4
등급
(1278)
프로젝트
1700
49%
중재
52
71% / 12%
기한 초과
38
2%
작업중
5
개발자 5
등급
(2642)
프로젝트
3357
68%
중재
77
48% / 14%
기한 초과
342
10%
무료
게재됨: 1 코드
6
개발자 6
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
7
개발자 7
등급
(29)
프로젝트
49
22%
중재
14
29% / 21%
기한 초과
13
27%
무료
8
개발자 8
등급
(270)
프로젝트
552
49%
중재
57
40% / 37%
기한 초과
227
41%
작업중
9
개발자 9
등급
(66)
프로젝트
95
28%
중재
20
25% / 55%
기한 초과
24
25%
무료
10
개발자 10
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
11
개발자 11
등급
(33)
프로젝트
35
40%
중재
11
9% / 91%
기한 초과
4
11%
무료
게재됨: 4 코드
12
개발자 12
등급
(68)
프로젝트
111
26%
중재
17
6% / 71%
기한 초과
15
14%
무료
게재됨: 9 코드
13
개발자 13
등급
(43)
프로젝트
74
50%
중재
5
0% / 60%
기한 초과
19
26%
무료
14
개발자 14
등급
(588)
프로젝트
1063
50%
중재
39
28% / 41%
기한 초과
49
5%
작업중
게재됨: 1 기고글, 8 코드
15
개발자 15
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
16
개발자 16
등급
(17)
프로젝트
24
33%
중재
5
20% / 40%
기한 초과
8
33%
무료
17
개발자 17
등급
프로젝트
0
0%
중재
1
0% / 0%
기한 초과
0
무료
18
개발자 18
등급
(4)
프로젝트
6
0%
중재
2
0% / 50%
기한 초과
4
67%
무료
19
개발자 19
등급
(5)
프로젝트
4
25%
중재
2
0% / 100%
기한 초과
1
25%
무료
20
개발자 20
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I am offering a ready-to-use trading system that connects MetaTrader 4 signals with automated trading on Polymarket. The system is already fully developed and working. What the system does: The bot copies signals from a custom MT4 indicator and executes trades automatically on Polymarket prediction markets. How it works: A custom MT4 indicator generates BUY or SELL signals using buffers. When a signal appears, it is
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type

프로젝트 정보

예산
30 - 45 USD
기한
 3 일