Consolidation Zone Range Detecetor

MQL5 Göstergeler

İş tamamlandı

Tamamlanma süresi: 19 saat
Müşteri tarafından geri bildirim
Very good and fast delivery without any bugs.
Geliştirici tarafından geri bildirim
Great customer, looking forward to work with him in future, thanks.

İş Gereklilikleri

Creating a MetaTrader 5 indicator that detects consolidation sideways ranges with adjustable parameters like maximum range size in ATR and the number of candles in the range can be a useful tool for identifying potential breakout opportunities. Below are the development requirements for such an indicator:

Indicator Name: Consolidation Zone Range Detector

Input Parameters:

  1. ATR_Period (default: 14):

    • Description: Period for calculating Average True Range (ATR).
    • Type: Integer.
  2. Max_Range_Size (default: 1.5):

    • Description: Maximum size of the sideways range in terms of ATR.
    • Type: Double.
  3. Min_Candles_In_Range (default: 10):

    • Description: Minimum number of candles required to identify a sideways range.
    • Type: Integer.

Output:

  1. Sideways_Range_Zones:
    • Description: The indicator should plot shaded regions on the chart representing detected sideways ranges.
    • Color: Customizable.

Logic:

  1. Calculate ATR:

    • Calculate the Average True Range based on the specified ATR_Period.
  2. Detect Sideways Ranges:

    • Identify periods where the price remains within a certain range defined by Max_Range_Size multiplied by the current ATR value.
  3. Minimum Candles Check:

    • Confirm that the detected range has at least Min_Candles_In_Range consecutive candles.
  4. Plot Sideways Range Zones:

    • Plot shaded regions on the chart to highlight the detected sideways ranges.

Additional Features (Optional):

  1. Alerts:

    • Include an option for visual and/or audible alerts when a new sideways range is detected.
  2. Color Settings:

    • Allow users to customize the colors of the plotted range zones.
  3. Adjustable Line Style:

    • Allow users to choose between solid, dashed, or dotted lines for the plotted range zones.


I have attached some example ranges that i would like to have detected from the trading algorithm, its important that we really have sideways ranges with low volatility. If you have any ideas how to do this the best feel free to add them. 


Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(10)
Projeler
25
28%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
4%
Yüklendi
2
Geliştirici 2
Derecelendirme
(41)
Projeler
88
14%
Arabuluculuk
30
30% / 53%
Süresi dolmuş
36
41%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(17)
Projeler
18
28%
Arabuluculuk
4
50% / 25%
Süresi dolmuş
1
6%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(22)
Projeler
28
11%
Arabuluculuk
6
33% / 50%
Süresi dolmuş
4
14%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(63)
Projeler
84
26%
Arabuluculuk
23
22% / 48%
Süresi dolmuş
23
27%
Serbest
6
Geliştirici 6
Derecelendirme
(73)
Projeler
85
56%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
124
13%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(253)
Projeler
407
38%
Arabuluculuk
85
42% / 19%
Süresi dolmuş
70
17%
Yüklendi
9
Geliştirici 9
Derecelendirme
(119)
Projeler
169
38%
Arabuluculuk
9
78% / 22%
Süresi dolmuş
15
9%
Serbest
10
Geliştirici 10
Derecelendirme
(52)
Projeler
97
24%
Arabuluculuk
10
20% / 20%
Süresi dolmuş
12
12%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(56)
Projeler
175
71%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
12
Geliştirici 12
Derecelendirme
(439)
Projeler
545
25%
Arabuluculuk
21
38% / 38%
Süresi dolmuş
83
15%
Serbest
13
Geliştirici 13
Derecelendirme
(121)
Projeler
155
43%
Arabuluculuk
20
60% / 20%
Süresi dolmuş
8
5%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(155)
Projeler
171
43%
Arabuluculuk
5
0% / 80%
Süresi dolmuş
8
5%
Çalışıyor
15
Geliştirici 15
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing

Proje bilgisi

Bütçe
30 - 150 USD
KDV (19%): 5.7 - 28.5 USD
Toplam: 35.7 - 178.5 USD
Geliştirici için
27 - 135 USD