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
評価
(563)
プロジェクト
932
47%
仲裁
301
59% / 25%
期限切れ
124
13%
仕事中
4
開発者 4
評価
(135)
プロジェクト
192
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)
プロジェクト
521
66%
仲裁
52
21% / 38%
期限切れ
165
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
評価
(548)
プロジェクト
1330
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
評価
(1853)
プロジェクト
3455
88%
仲裁
73
40% / 15%
期限切れ
265
8%
18
開発者 18
評価
(264)
プロジェクト
538
50%
仲裁
55
40% / 36%
期限切れ
224
42%
仕事中
19
開発者 19
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
20
開発者 20
評価
(3)
プロジェクト
3
0%
仲裁
0
期限切れ
0
類似した注文
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
Hello, send robot models with a solid strategy (to trade forex), I want to use it to make money for the week. It is important that you present me with your profitability graph and a test. I also want to hire him for future jobs
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader

プロジェクト情報

予算
50 - 90 USD
開発者用
45 - 81 USD
締め切り
最低 1 最高 4 日