An MT4 EA based on Bollinger Band & Moving Average with Heiken Candle

工作已完成

执行时间7 天

指定

Indicators used are:


2 Bollinger Bands (BB1 : Deviation = 1 / BB2 : Deviation = 3)

2 Simple Moving Average (MA5 : lenght = 5 / MA8 : lenght = 8)



Trading Strategy



Trade entry conditions:

1. Buy order
Enter buy order when

  • (close price over Top BB1) or (High Price close over MA8)


2. Sell order
Enter sell order when

  • (close price under Bot BB1) or (Low Price close under MA8)



Trade Exit Conditions :

Exit buy order when

  • ((MA5 cross under MA8) & (Price cross over Top BB2)) or (Price close under Top BB1)


Exit sell order when

  • ((MA5 cross over MA8) & (Price cross under Bot BB2)) or (Price close over Bot BB1)


Note
  • For the moment I'm not seeking for a complex orders management's with trailling stop, multiple take profit, scalable SL, etc, etc.
  • This strategy need to work on a chart with Heiken Ashi candle (I will provide you this indicators)
  • The EA should be able to be back-tested.
  • The EA should execute trade on the same TF as the TF currently used in the chart
  • EA should be able to trade any currency pair.
  • All indicators values should be adjustable.
  • The lot size should be set by user and be adjustable
  • Show on the chart wich indicators the EA use, I dont know if its a base option a EA
  • Get the possibilty in the EA to choose between trading-robot or only alert (when condition are reach)



Have a nice day, and I hope we will do business together.

反馈

1
开发者 1
等级
(2310)
项目
2906
63%
仲裁
122
44% / 25%
逾期
429
15%
工作中
2
开发者 2
等级
(130)
项目
184
32%
仲裁
18
28% / 67%
逾期
27
15%
空闲
发布者: 1 代码
3
开发者 3
等级
(1278)
项目
1702
49%
仲裁
52
71% / 12%
逾期
38
2%
空闲
4
开发者 4
等级
(629)
项目
849
47%
仲裁
29
38% / 14%
逾期
63
7%
工作中
5
开发者 5
等级
(66)
项目
95
28%
仲裁
20
25% / 55%
逾期
24
25%
空闲
6
开发者 6
等级
(258)
项目
396
28%
仲裁
69
19% / 49%
逾期
121
31%
空闲
7
开发者 7
等级
(4)
项目
6
0%
仲裁
2
0% / 50%
逾期
4
67%
空闲
8
开发者 8
等级
(339)
项目
809
73%
仲裁
30
33% / 37%
逾期
194
24%
空闲
9
开发者 9
等级
(1)
项目
3
0%
仲裁
1
100% / 0%
逾期
1
33%
空闲
10
开发者 10
等级
(1156)
项目
1462
63%
仲裁
21
57% / 10%
逾期
43
3%
空闲
11
开发者 11
等级
(16)
项目
17
24%
仲裁
1
0% / 0%
逾期
2
12%
空闲
12
开发者 12
等级
(41)
项目
72
8%
仲裁
18
11% / 56%
逾期
18
25%
空闲
13
开发者 13
等级
(16)
项目
21
19%
仲裁
7
0% / 71%
逾期
14
67%
空闲
14
开发者 14
等级
(618)
项目
1428
59%
仲裁
31
81% / 0%
逾期
10
1%
空闲
15
开发者 15
等级
(73)
项目
257
53%
仲裁
16
50% / 38%
逾期
83
32%
空闲
16
开发者 16
等级
(1)
项目
0
0%
仲裁
1
0% / 0%
逾期
0
空闲
17
开发者 17
等级
(772)
项目
1039
44%
仲裁
50
8% / 50%
逾期
116
11%
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(70)
项目
91
25%
仲裁
26
19% / 54%
逾期
25
27%
空闲
20
开发者 20
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
21
开发者 21
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
相似订单
Hello, Please read the full specification before applying. This project is NOT about building an EA from scratch. I already have a fully working MT5 Expert Advisor. The EA already includes a dashboard, risk management, and some protection systems, but it needs a few more features . So I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy
Copying third party from telegram. I have quite a number of them There is many different of them, I will consolidate all of them and send you Usually is a price range, so when hit the range will trigger Option for both fix or scale with equity I would like to have both, option to choose to follow the SL/TP signal provided or not This copier will trigger my DCA bot function. So don’t need set max position limit and
can you help me with editing the existing ATR Trailing Stop Indicator to include a logic to include additional script, where my ninZaRenko bars when it closes above OR below the dynamic stop line, I will be out of trade. Please remember, in this Indicator, now when the price touches the stop line, I am stopped out .. . I want to edit the script, in lieu of the price touch, I like to update this logic to when the bar
TORUNZ 😎 30+ USD
The robot should use different indicators for a example smart money indicator and market structure structure and break indicators in order for it to enter the market, it should also be able to tell false breakouts is the Bollinger indicator, and if the market is confirmed to be profitable,the robot should rebuy or resell the market according to the predictions made, it should execute the trades if the market reverses
I need an advisor created that opens a position with 0.10 lot size when a bull cross arrow appears on the m5 time frame and closes the trade after exactly one candle stick, the ea does the same thing over and over, a bull cross appear on m5 timeframe, and it opens 1 position with 0.10 lot size, and closes it after one candlestick on m5... If possible, provide a demo version
Description I am looking for an experienced MQL5 developer to investigate and fix a suspected memory or resource usage issue in my MT5 Expert Advisor. The EA itself works correctly from a strategy and trading logic perspective . The trading model must remain exactly as it currently operates. I am not looking for any changes or optimisation to the strategy . The goal of this job is purely to identify and fix a
Busco un robot para trading de scalping en oro o forex, el robot debe ser rentable en esos mercados, podemos automatizar mi estrategia basada en medias móviles con estrategia de scalping o bien si él desarollador tiene uno que funcione así y sea rentable podemos ver la opción de un demo o cuenta de lectura para estar seguros de la rentabilidad en el robot
MT4 EA TO TAKE TRADES FROM (A) HYDRA TREND RIDER AND (B) IQ GOLD GANN LEVELS ON MQL5.COM The MT4 version of these two indicators can be found on the mql5.com website with the following links: Hydra Trend Rider: https://www.mql5.com/en/market/product/111010?source=Site +Profile+Seller IQ Gold Gann Levels: https://www.mql5.com/en/market/product/134335?source=Site +Profile+Seller (1) ENTRY (a) Hydra Trend Rider
I have a strategy for US100 where I want a bot to trade according to my strategy, contact me who have proven experience in making bots for MT4 or MT5
I am looking to purchase an existing and profitable Expert Advisor (EA) designed for Gold (XAUUSD) scalping. This is not a request to develop a new EA . I am only interested in a ready system that is already trading profitably on a live account . Requirements • Designed for Gold / XAUUSD • Compatible with MetaTrader 5 (MT5) • Scalping strategy (preferably M1 or M5) • Verified live trading performance (preferably 6

项目信息

预算
30+ USD