Bollinger Band based expert advisor

MQL4 专家

工作已完成

执行时间1 一天
客户反馈
Mikhail asked a lot of detailed questions before starting to write the code which helped develop the code successfully in less than 24 hours. This EA was perfect.
员工反馈
Excellent customer!

指定

Requirements for a Bollinger based expert advisor


I need an expert advisors that:
a) enters a long position when the closing price of a bar is below the lower Bollinger band while the closing price of the previous one was above.
b) enters a short position when the closing price of a bar is above the upper Bollinger band while the closing price of the previous one was below.
c) No short position is taken when the one day slope of the upper Bollinger band is > A in %
d) No long position is taken when the one day slope of the lower Bollinger band is < -A in %
e) Profit is taken on tick anytime the take profit limit “TP” defined is pips is reached OR
f) Stop loss is triggered on tick whenever the Stop loss level “SL” defined in pips is reached

Inputs :
• N = Number of bars used for Bollinger AVERAGE and STANDARD DEVIATION calculation
• X= Multiplier of the Bollinger bands
• TP=Take Profit level in pips
• SL=Stop Loss level in pips
• A= 1 Day Bollinger Band Slope Level in % which blocks new trades
• BEGIN = GMT time where trading starts
• END=GMT time where trading ends
• NOTRADAY=days of the week where trading does not take place
• VOL = volume, number of USD per pip

Trade Initiation rule :
• Buy and Sell trades are initiated at the time the last price of a bar is released and trading takes place immediately after that
• Stop loss and take profit taking are triggered anytime a tick reaches the corresponding prices (“SL” or “TP”)
• No trade takes place before GMT time START and any opened trade is closed after GMT time END
• No trade takes place on days of the week specified as NOTRADAY

Additional Comments:
• I need the MT4 full source code
• When compiled, the EA must return no error

反馈

1
开发者 1
等级
(414)
项目
478
40%
仲裁
7
43% / 29%
逾期
16
3%
空闲
2
开发者 2
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
3
开发者 3
等级
(564)
项目
933
47%
仲裁
302
59% / 25%
逾期
125
13%
已载入
4
开发者 4
等级
(135)
项目
193
42%
仲裁
17
29% / 59%
逾期
28
15%
空闲
5
开发者 5
等级
(23)
项目
53
9%
仲裁
10
20% / 60%
逾期
11
21%
空闲
6
开发者 6
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
7
开发者 7
等级
(320)
项目
523
66%
仲裁
52
21% / 38%
逾期
167
32%
工作中
8
开发者 8
等级
(59)
项目
182
55%
仲裁
31
45% / 16%
逾期
103
57%
空闲
9
开发者 9
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
10
开发者 10
等级
(16)
项目
17
24%
仲裁
1
0% / 0%
逾期
2
12%
空闲
11
开发者 11
等级
(27)
项目
28
54%
仲裁
4
0% / 50%
逾期
5
18%
空闲
12
开发者 12
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
13
开发者 13
等级
(2)
项目
4
0%
仲裁
0
逾期
2
50%
空闲
14
开发者 14
等级
(554)
项目
1342
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
15
开发者 15
等级
(35)
项目
40
23%
仲裁
10
10% / 50%
逾期
16
40%
空闲
16
开发者 16
等级
(53)
项目
79
18%
仲裁
13
15% / 54%
逾期
5
6%
空闲
17
开发者 17
等级
(1858)
项目
3462
88%
仲裁
73
40% / 15%
逾期
265
8%
工作中
18
开发者 18
等级
(266)
项目
540
50%
仲裁
55
40% / 36%
逾期
224
41%
工作中
19
开发者 19
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
20
开发者 20
等级
(3)
项目
3
0%
仲裁
0
逾期
0
空闲
相似订单
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
Hello, i hope you all well. I am looking or a good developer who can understand SCM/ICT concepts so that can modify an existing EA to trade against that. The EA is already there with code and it was trading based on Breakouts zones. Now i want the EA to be modified so that it trades based on inducements and liquidity. The EA should use Pending orders on those zones instead. I do not want new developers to apply
EA for index trading using ATR % of 5day 1 Give Average true range for the past 5 day so 5day ATR also for ref use the indicator "atr value indicator " my entries will be based on a % of this NO. NO. TO BE SHOWN IN TOP CORNER The Expert im looking for is 1.AT X TIME (ie 8:am ) 2.IF price moves X % of the 5 day atr( either up or down ) within Y TIME (IE 5MINUTES ) (if PRICE moves say 30% of the 5 day atr down i buy or
I want to create an Expert Advisor (EA) that can be set to open either buy or sell trades, depending on user preference (buy-only or sell-only mode). The EA will initiate trades when the market reaches (or is equal to or less than) a specified DeMarker value (e.g., DeMarker value = 0.3). The user will set both the DeMarker value for starting trades and another DeMarker value to stop opening new trades. - **DeMarker
Create a mql5 expert advisor for forex/commodities trading based on modified candlestick formation. If modified bullish engulfing appears, EA will open buy position at closing of last candle area with martingale until opening of last candle area and set stop loss at open last candle area. Trailing stop appears when half of all buy positions running profit then when all buy positions running profit, and so on. If
I want to grid based robot such like CM Manual Grid for mt 5 Snap of that attached. like The expert Advisor helps set a network of pending orders and collect profit from any price movement. I can use it to trade many grid strategies. I can also use it to track open positions. "Buy Stop — - open a network of pending stop orders for sale "Sell Stop" - open a network of pending stop orders for purchase "Buy Limit" -
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script
Hi, I would like to have an EA to open trade when 2 time frame met the condition. Need to have ability to select the TF combination, Example: H4 with H1, H1 with M15 etc. PS: Able to lock EA with "Name" or "Account Number" PSS: Able to set trading session for specific pair. Example: US session = EURUSD For Buy #1 Big TF Candle Closed Outside Top BB #2 Big TF Candle touch low MA #3 Got to Smaller TF Candle touch &
I have thee best concept period, hence i got less to say. Actions speaks louder then words. Sign up and lets get started as there is a big world that awaits all your your adventures

项目信息

预算
50 - 90 USD
开发人员
45 - 81 USD
截止日期
 1  4 天