EA working on Bollinger Bands

MQL5 エキスパート

仕事が完了した

実行時間1 日
依頼者からのフィードバック
Very polite, patient and skilled. Thank You Fedor
開発者からのフィードバック
Very thanks for order! Please let me know if you need programmer!

指定


I want a MT5 EA working on Bollinger Bands with the following parameters:

 

1.      The Ea must open a trade when the price crosses the Bollinger band from outside. Buy from below, sell from above. I want to be able to choose every time frame from 1 minute to 1 day.

 

2.      I want to be able to choose how many candles should form outside the Bollinger bands before open the trade (from 0 to n) . Examples: if I select 0 the EA must not wairt outside candles before to aopen a trade.  If I select 2 there must be at least 2 outside candles before to open the trade. 3 at least 3 outside candles before open the trade. The outside candles must be completely outside, they mast never touch the band.

3.      I want to be able to choose every parameter of the Bollinger bands: Period, Shift, Deviation, Apply to Close.....

4.      I want to be able to choose the width of Bollinger Bands in points. The function can be OFF or ON (if ON I choose the width).

5.      Take Profit distance in points from an entry point to the level of fixing a profit. If I set a zero value, the level of fixing a profit will not be set.

6.      Stop Loss distance in points from an entry point to the protection level. If I set a zero value, the protection level will not be set.

7.      Trailing Stop step in points used for modification of the protection level in the profitable direction. The level is calculated using maximums (High) for Sell positions and minimums (Low) for Buy positions. If I set a zero value, modification of the protection level will not be performed.

8.      Break Even Stop Loss - distance in points the price should go before Stop Loss is moved to breakeven. Zero value disables this function.

9.      Lot position volume from 0,01 to 10.

10.  Time of trading: It must be possible to select the time when the Ea will work: example from 00.00 to 24.00 or from nn.00 to nn.00


応答済み

1
開発者 1
評価
(878)
プロジェクト
1390
67%
仲裁
117
32% / 42%
期限切れ
215
15%
2
開発者 2
評価
(354)
プロジェクト
629
26%
仲裁
89
72% / 13%
期限切れ
12
2%
仕事中
3
開発者 3
評価
(2367)
プロジェクト
2975
65%
仲裁
76
47% / 14%
期限切れ
340
11%
4
開発者 4
評価
(241)
プロジェクト
386
51%
仲裁
14
14% / 14%
期限切れ
43
11%
仕事中
5
開発者 5
評価
(1117)
プロジェクト
1419
62%
仲裁
21
57% / 10%
期限切れ
43
3%
6
開発者 6
評価
(298)
プロジェクト
427
26%
仲裁
18
61% / 33%
期限切れ
26
6%
7
開発者 7
評価
(54)
プロジェクト
53
17%
仲裁
7
0% / 100%
期限切れ
5
9%
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
9
開発者 9
評価
(2039)
プロジェクト
2589
62%
仲裁
112
45% / 26%
期限切れ
417
16%
仕事中
10
開発者 10
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
類似した注文
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a
Hi, I need EA’s that are based on hedge or martingale with partial closing of bad trades. Below please find examples of what I am looking for: https://www.mql5.com/en/signals/1998313 https://www.mql5.com/en/signals/1925739 I need valid proof of historical trading such as trade report etc. Finally, I need the ex4 to run on my own computer. Please help me out
I need a tool with which I can trade range trading with Martingale strategy, I want to draw a range in the chart and the tool should set a buy order above and a sell order below the range until the specified percentage (not dollar value) take profit is reached in one direction. I would like to be able to change the take profit if necessary as in the Range and Take profit video it must be so that the open orders in

プロジェクト情報

予算
50+ USD
VAT(付加価値税) (22%): 11 USD
合計: 61 USD
開発者用
45 USD
締め切り
最低 1 最高 5 日