Beepsticks Tick Direction Sound Indicator

# Beepsticks v1.92 – Extended Technical Description


Beepsticks:

- For those who want to rest their eyes and prefer to hear every tick! 

- For those who want to maintain control over the proper functioning of their trading platform and connection, even when they are unable to watch the screen for a period of time.


User Manual for Beepsticks v1.92 – Tick & Candle Direction Sound Alert Indicator for MetaTrader 5 Platform


---


## 1. Description


The `Beepsticks` indicator provides sound alerts on the MetaTrader 5 platform whenever the price changes. With each new tick:


- If the price increases – the “up” sound is played,

- If the price decreases – the “down” sound is played.


Additionally, a sound can be played for each new candle (bar), with separate sounds for rising and falling candles.


This allows you to monitor price movement and candle changes through sound without constantly staring at the screen.


---


## 2. Features & Configuration


Beepsticks offers flexible configuration through input parameters. All settings are available in the indicator’s Properties panel when attaching to a chart.


### **Indicator Input Parameters**


| Parameter Name         | Type                  | Description                                                                                   |

|----------------------- |---------------------- |---------------------------------------------------------------------------------------------- |

| `Language`             | LanguageOptions enum  | Sets the button and status text language. Wide choice: English, Polish, Esperanto, etc.       |

| `Mode`                 | ModeOptions enum      | Operating mode: `MODE_TICK` (sound on tick), `MODE_BAR` (sound on candle), `MODE_TICK_BAR` (both). |

| `TickUpSound`          | TickUpSoundOptions    | Sound (from platform’s Sounds) for price increase on tick.                                    |

| `TickDownSound`        | TickDownSoundOptions  | Sound for price decrease on tick.                                                             |

| `CandleUpSound`        | CandleUpSoundOptions  | Sound for rising candle (close > open) on new bar.                                            |

| `CandleDownSound`      | CandleDownSoundOptions| Sound for falling candle (close < open) on new bar.                                           |

| `DojiSound`            | DojiSoundOptions      | Sound for doji candle (very small difference between open and close).                         |

| `DojiThreshold`        | double                | Absolute difference (in price units) between open and close considered “doji”.                |

| `SoundInterval`        | ENUM_TIMEFRAMES       | Timeframe for candle sounds (can be different from chart timeframe).                          |

| `BlockTickAfterCandle` | bool                  | If true, blocks tick sound briefly after a candle sound.                                      |

| `BlockTickSeconds`     | double                | How many seconds to block tick sound after a candle sound.                                    |

| `ButtonColor`          | color                 | Button background color.                                                                      |

| `ButtonTextColor`      | color                 | Button text color.                                                                            |

| `ButtonWidth`          | int                   | Button width in pixels.                                                                       |

| `ButtonHeight`         | int                   | Button height in pixels.                                                                      |

| `ButtonPosX`           | int                   | Button X position from left edge of chart (pixels).                                           |

| `ButtonPosY`           | int                   | Button Y position from top edge of chart (pixels).                                            |

| `ButtonFontSize`       | int                   | Font size for button.                                                                         |


---


### **Detailed Parameter Explanations**


#### **Language**

Sets the language for the ON/OFF button and status text. Wide range of choices including English, Polish, Esperanto, French, German, and many more. Switch by selecting from the dropdown.


#### **Mode**

- `MODE_TICK`: Play sound on every tick (price change).

- `MODE_BAR`: Play sound only when a new candle (bar) forms.

- `MODE_TICK_BAR`: Play sound on every tick AND at candle open/close.


#### **TickUpSound / TickDownSound**

Select which sound to play when price rises or falls on a tick. Choose from standard MetaTrader 5 sounds (e.g. `tick.wav`, `alert.wav`, `expert.wav`, etc.).


#### **CandleUpSound / CandleDownSound**

Set sounds for rising or falling candles (bars). Played when a new candle forms and its direction is determined.


#### **DojiSound / DojiThreshold**

- **DojiSound**: Sound played for a “doji” candle (open ≈ close).

- **DojiThreshold**: If `abs(open - close) <= DojiThreshold`, the candle is considered doji and triggers the DojiSound.


#### **SoundInterval**

Allows selection of the timeframe for candle-based sounds independent of the chart’s timeframe (e.g. play candle sounds on H1 bars even if chart is M1).


#### **BlockTickAfterCandle / BlockTickSeconds**

- If enabled, suppresses tick sounds for a short period after a candle sound is played (avoids overlapping audio).

- Block duration is set by `BlockTickSeconds`.


#### **ButtonColor / ButtonTextColor / ButtonWidth / ButtonHeight / ButtonFontSize / ButtonPosX / ButtonPosY**

Customize the appearance and position of the ON/OFF button displayed on the chart.


---


### **Sound File Selection**


- You can only select from standard MetaTrader 5 sound files (e.g. `alert.wav`, `expert.wav`, `tick.wav`, etc.) present in the platform’s `Sounds` directory.

- No user file upload or custom sound support is available in this version.

- If a selected sound is missing, an error is logged in the MetaTrader terminal log.


---


### **Interface Controls**


- **ON/OFF Button:**  

  Appears on the chart; click to toggle the indicator’s sound alerts.

- **Button Labels:**  

  - English: “Sound: ON” / “Sound: OFF”

  - Polish: “Dźwięk: wł.” / “Dźwięk: wył.”

- **Button Position and Appearance:**  

  Controlled via input parameters.


---


### **Example Use Cases**


- **Rest your eyes:** Hear every market move without watching the screen.

- **Monitor high volatility:** Audible feedback for every tick or candle.

- **Customize sounds:** Assign different sounds for up/down ticks or candles, or use the same sound for all events.


---


## 3. Benefits


- No more silent charts – every movement gets a voice.

- Give your eyes a break – you don’t need to watch the screen constantly.

- Stay focused or do something else while still staying informed.

- Supports faster recognition of direction and price behavior.

- Especially helpful during high volatility or increased market activity.

- Relieves mental pressure and helps maintain awareness.


### Additional Advantage: Detecting Platform Interruptions


The indicator helps identify interruptions in the functioning of the MetaTrader 5 platform, such as a platform freeze or loss of internet connection.  

These events manifest as a sudden absence of sound signals from the indicator.


This feature is especially useful when you are unable to visually monitor the platform for a period of time but still want to maintain control over your trading environment.  

If you notice that the expected sound signals stop, it can serve as an immediate alert to possible issues with the platform or connection, allowing you to take timely action.


---


## 4. Important Technical Notes & Warnings


- **MetaTrader 5 can only play one sound at a time.**  

  Other alerts (from EA, system notifications, etc.) may be muted, interrupted, or cut off during playback.

- **If the selected sound file is missing or cannot be played, an error message will be printed in the MetaTrader log.**

- **SoundInterval** parameter allows you to play candle sounds on any timeframe, regardless of chart.

- **Synchronization:**  

  Candle sounds are always aligned to the platform timeframes; no risk of time drift.

- **BlockTickAfterCandle** prevents audio overlap during rapid market changes.


### Technical Note: Candle Sound Playback and Limitations


Due to the fact that individual price changes (ticks) can occur relatively frequently, it is common for the candle sound (bar sound) not to be played as intended. This can happen because sounds may overlap, be interrupted, or otherwise prevented from playing correctly due to technical constraints of MetaTrader 5 (such as only one sound playing at a time, or rapid tick activity interrupting a candle sound).


This situation may occur quite often, especially during periods of high market activity or volatility.


**Therefore, candle sounds should be treated as a secondary, auxiliary notification subject to a higher risk of error and frequent disruptions.**  

They provide additional information, but cannot be relied upon for perfect accuracy or consistency.


Some features and settings described in this manual (such as blocking tick sounds after a candle sound) help minimize this issue.  

Users are strongly encouraged to read the manual thoroughly and to experiment with different settings to find the configuration that best suits their needs and trading style.


### Disclaimer Regarding Settings and Platform Operation


The program allows for a wide range of user-configurable settings. The author does not accept responsibility for any problems related to the functioning of the MetaTrader platform, any specific chart, or other software installed on the device, nor for the operating system on which the indicator is used, resulting from the use of particular settings.


The author also disclaims liability for any errors in the indicator's operation that may arise from the chosen settings, or from conflicts with other settings or programs running on the platform.  

While the indicator has been tested, it is not possible to guarantee that technical problems will never occur. Issues such as data loss, platform crashes, unexpected shutdowns, freezing of the platform, charts, or the indicator itself, or other similar situations may occur in certain cases.


By using the Beepsticks indicator, the user acknowledges and accepts these risks and waives any claims against the author arising from such situations.


### Disclaimer Regarding Language Versions for the Button


The author has made an effort to provide a wider variety of language versions for the indicator's ON/OFF button as a pleasant enhancement. However, the author does not guarantee that the translations are entirely accurate or that the button text will display correctly on every user's device.


These multilingual features are considered secondary and auxiliary.  

Therefore, the author kindly asks for understanding in case the button descriptions are inaccurate, contain linguistic errors, or do not display properly.


If you notice any problems or wish to assist the author in improving the quality of the descriptions, you are warmly invited to send feedback via email.



### Important Notice Regarding Standard Sound Files


The indicator assumes that the MetaTrader 5 platform where it is running contains all standard sound files located in the appropriate `Sounds` directory.  

If these sound files have been removed, renamed, replaced, or otherwise modified, the indicator may fail to play sounds, may not function correctly, or could even cause critical issues such as the indicator freezing or shutting down, the chart freezing, or in rare cases, the entire platform becoming unresponsive.


Users are strongly advised not to delete, rename, or alter the standard sound files provided with the MetaTrader platform.  

Any such modifications may result in instability, loss of functionality, or unexpected technical problems when using the Beepsticks indicator.


---


## 5. Installation Guide


1. Copy the `Beepsticks_v1.92.mq5` file to:  

   `MQL5\Indicators\`

2. Launch or restart your MetaTrader 5 platform.

3. In the “Navigator” window, locate the “Beepsticks” indicator and drag it onto your chart.

4. Set your desired configuration:

   - Choose sound files from the dropdowns,

   - Select language,

   - Adjust button position and appearance.


Done!


---


## 6. Disclaimer & Terms of Use


This indicator is provided as a helpful tool only.


- The author accepts **no responsibility** for financial losses, misinterpretation of signals, or trading decisions made while using this tool.

- The indicator may not work properly in all conditions, especially when other sound-based tools are also active.

- Use at your own risk.


**By installing or running the indicator, you accept these terms. If you do not agree, do not install or use the Beepsticks indicator.**


### Notice Regarding Documentation Currency and Accuracy


Due to possible updates and changes in the program code, the author reserves the right not to update certain parts of this description immediately or continuously.  

As a result, there may be some differences between the documentation and the actual state of the indicator, including its features, functionality, or user interface.


Such discrepancies may also arise from accidental mistakes, omissions, or technical errors in the documentation.


**The author does not accept responsibility for any damages or losses that may result for the user from such differences or errors in the documentation.**


This documentation is provided for general informational purposes only and does not constitute a guarantee of completeness, accuracy, or ongoing relevance.  

Users are encouraged to consult the most recent version of the indicator and to use their own discretion when relying on documentation and descriptions.


By using the Beepsticks indicator, the user acknowledges and accepts that the documentation may not accurately reflect the current state of the program and waives any claims against the author arising from such discrepancies.

---


## 7. FAQ


### **Candle Sound Timeframe vs. Chart Timeframe**


**Q:** If I set the candle sound interval (`SoundInterval`) to a different timeframe than my chart, will the indicator and chart get out of sync?  

**A:**  

No, you do not have to worry about time drift or mismatches. Candle sound events are always triggered by the precise opening time of bars in the selected `SoundInterval` timeframe, aligned to the broker’s server time.


### **Will the program continue to be developed?**


**A:**  

Yes, updates and improvements are planned.


### **How can I contact the author?**


**A:**  

For feedback, questions, or support, email: Paweł Albert Jelec, beepsticks@comf.pl


---


## 8. Complete List of Input Parameters (Quick Reference)


| Parameter               | Type                  | Example Value           | Description                                                  |

|-------------------------|-----------------------|-------------------------|--------------------------------------------------------------|

| `Language`              | LanguageOptions enum  | English                 | Button language                                              |

| `Mode`                  | ModeOptions enum      | MODE_TICK               | Sound mode (Tick, Candle, Tick+Candle)                       |

| `TickUpSound`           | TickUpSoundOptions    | TICKUP_SOUND_TICK       | Sound for tick up                                            |

| `TickDownSound`         | TickDownSoundOptions  | TICKDOWN_SOUND_EXPERT   | Sound for tick down                                          |

| `CandleUpSound`         | CandleUpSoundOptions  | CANDLEUP_SOUND_NEWS     | Sound for candle up                                          |

| `CandleDownSound`       | CandleDownSoundOptions| CANDLEDOWN_SOUND_ALERT2 | Sound for candle down                                        |

| `DojiSound`             | DojiSoundOptions      | DOJI_SOUND_NONE         | Sound for doji candle                                        |

| `DojiThreshold`         | double                | 0.0001                  | Open/close difference for doji                               |

| `SoundInterval`         | ENUM_TIMEFRAMES       | PERIOD_CURRENT          | Timeframe for candle sounds                                  |

| `BlockTickAfterCandle`  | bool                  | true                    | Block tick sound after candle sound                          |

| `BlockTickSeconds`      | double                | 1.0                     | Seconds to block tick sound                                  |

| `ButtonColor`           | color                 | clrSilver               | Button background color                                      |

| `ButtonTextColor`       | color                 | clrBlack                | Button text color                                            |

| `ButtonWidth`           | int                   | 120                     | Button width (pixels)                                        |

| `ButtonHeight`          | int                   | 25                      | Button height (pixels)                                       |

| `ButtonPosX`            | int                   | 100                     | Button position X (pixels from left)                         |

| `ButtonPosY`            | int                   | 20                      | Button position Y (pixels from top)                          |

| `ButtonFontSize`        | int                   | 12                      | Button font size                                             |


---


**End of Technical Description**


Önerilen ürünler
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
Auto Fractal Support And Resistance is a powerful multi-timeframe indicator designed for traders who want to trade lower timeframes with higher timeframe accuracy. When your mouse cursor is on a line you can easily see fractal describtion and index of fractal candle  and timeframe of that fractal candle.  This indicator automatically detects H1 and D1 fractal levels and draws clean horizontal support and resistance lines on any lower timeframe chart (M1, M5, M15, M30). Now you can see where the
https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
FREE
Owl Smart Levels MT5
Sergey Ermolov
4.03 (32)
MT4 versiyonu  |  FAQ Owl Smart Levels Indicator , Bill Williams'ın gelişmiş fraktalları , piyasanın doğru dalga yapısını oluşturan Valable ZigZag ve kesin giriş seviyelerini gösteren Fibonacci seviyeleri gibi popüler piyasa analiz araçlarını içeren tek gösterge içinde eksiksiz bir ticaret sistemidir. pazara ve kar elde edilecek yerlere. Stratejinin ayrıntılı açıklaması Gösterge ile çalışma talimatı Baykuş Yardımcısı ticaretinde Danışman Yardımcısı Kullanıcıların özel sohbeti -> Satın aldıktan
KT Horizontal Lines MT5
KEENBASE SOFTWARE SOLUTIONS
MetaTrader’da birden fazla   yatay çizgi   çizmek ve bu çizgilerin fiyat seviyelerini takip etmek zahmetli olabilir. Bu gösterge, fiyat uyarıları ayarlamak, destek/direnç seviyelerini çizmek ve diğer manuel işlemler için eşit aralıklarla otomatik olarak birden fazla yatay çizgi çizer. Bu gösterge, hızlı alım-satımlarla kâr elde etmeyi hedefleyen yeni başlayan Forex yatırımcıları için uygundur. Yatay çizgiler, piyasa bir trend izliyorken ya da yatay seyrederken işlem başlatılabilecek potansiyel a
Gösterge, tarihsel olanlarla karşılaştırılabilecek güncel teklifler oluşturur ve bu temelde bir fiyat hareketi tahmini yapar. Gösterge, istenen tarihe hızlı navigasyon için bir metin alanına sahiptir. Seçenekler: Sembol - göstergenin göstereceği sembolün seçimi; SymbolPeriod - göstergenin veri alacağı dönemin seçimi; GöstergeRenk - gösterge rengi; Ters - doğru tırnakları tersine çevirir, yanlış - orijinal görünüm; Sonraki, tarihi girebileceğiniz ve 'enter' tuşuna basarak hemen atlayab
Welcome to the Ultimate Harmonic Patterns recognition indicator that is focused to detect advanced patterns. The Gartley pattern, Bat pattern, and Cypher pattern  are popular technical analysis tools used by traders to identify potential reversal points in the market. Our Ultimate Harmonic Patterns recognition Indicator is a powerful tool that uses advanced algorithms to scan the markets and identify these patterns in real-time. With our Ultimate Harmonic Patterns recognition Indicator, you ca
This indicator uses the metaquotes ZigZag indicator as base to plot fibonacci extension and fibonacci retracement based in the Elliot waves. A fibonacci retracement will be plotted on every wave draw by the ZigZag. A fibonacci extension will be plotted only after the 2nd wave. Both fibonacci will be updated over the same wave tendency. Supporting until 9 consecutive elliot waves. Parameters: Depth: How much the algorithm will iterate to find the lowest and highest candles Deviation: Amount of
Adaptive Trend Lines
Henri Salvatore Bigatti
4.76 (25)
This indicator shows the TLH and TLL and some trendlines that allow us to estimate the trend of market.  It also shows the values of the angles of the lines in percentage in points (pip) , the standard deviation, and the trend of each line, and when it breaks the lines of support and resistance (TLH and TLL). And finally, it also shows the points identified as supports and resistances through the fractal algorithm in the graph. The high and low trend lines are supported by the highs and lows, th
FREE
Ortalama geri dönüş ticareti için profesyonel ve nicel bir yaklaşım uygulayan benzersiz gösterge. Fiyatın tahmin edilebilir ve ölçülebilir bir şekilde ortalamaya döndüğü ve yön değiştirdiği gerçeğinden yararlanır, bu da nicel olmayan ticaret stratejilerinden büyük ölçüde daha iyi performans gösteren net giriş ve çıkış kurallarına izin verir. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Ticaret sinyallerini temizle Ticaret yapmak inanılmaz derecede kolay Özelleşt
Support & Resistance indicator is a modification of the standard Bill Williams' Fractals indicator. The indicator works on any timeframes. It displays support and resistance levels on the chart and allows setting stop loss and take profit levels (you can check the exact value by putting the mouse cursor over the level). Blue dashed lines are support level. Red dashed lines are resistance levels. If you want, you can change the style and color of these lines. If the price approaches a support lev
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Overview Heiken Ashi CE Filtered MT5 is a technical indicator for the MetaTrader 5 platform. It integrates smoothed candlestick charting with a dynamic exit strategy and a customizable trend filter to deliver clear buy and sell signals. The indicator is designed to improve trend detection and signal reliability by reducing market noise. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual
“Üst zaman dilimlerinin trend yönünü görmek istiyorum ama her seferinde grafiğin zaman dilimini değiştirmek çok zahmetli…” İşte tam size göre bir ürün!! Trend Map Ürün Özeti Her zaman diliminde (ya da her fraktal yapıda) trend yönünü kaydeden ve grafikte sürekli gösteren bir araçtır. Zaman dilimi değiştirilse bile panel görüntüsü sabit kalır, sık sık zaman dilimini değiştirerek grafik bakanlar için idealdir. İşlem yaparken trend yönünü hızlıca kontrol edebilir, stres olmadan trade yapabilirsiniz
SolarTrade Suite Finansal Robot: LaunchPad Market Expert - işlemleri açmak için tasarlanmıştır! Bu, değerlerini hesaplamak için özel yenilikçi ve gelişmiş algoritmalar kullanan bir işlem robotudur, Finans Piyasaları Dünyasındaki Asistanınız. Bu robotu başlatmak için anı daha iyi seçmek için SolarTrade Suite serisindeki gösterge setimizi kullanın. Açıklamanın alt kısmında SolarTrade Suite serisindeki diğer ürünlerimize göz atın. Yatırım ve finans piyasaları dünyasında güvenle gezinmek ister m
L'indicatore SMC Venom Model BPR è uno strumento professionale per i trader che operano nell'ambito del concetto di Smart Money (SMC). Identifica automaticamente due modelli chiave sul grafico dei prezzi: FVG   (Fair Value Gap) è una combinazione di tre candele, in cui c'è un gap tra la prima e la terza candela. Forma una zona tra livelli in cui non c'è supporto di volume, il che spesso porta a una correzione dei prezzi. BPR   (Balanced Price Range) è una combinazione di due modelli FVG che for
DYJ BoS göstergesi, piyasa yapısındaki değişimlerin temel unsurlarını otomatik olarak belirler ve işaretler, bunlar arasında şunlar yer alır: Yapının Kırılması (BoS): Fiyatın önceki bir yapı noktasını kırarak önemli bir hareket yapması durumunda tespit edilir. Olası yükseliş trendi çizgilerini ve düşüş trendi çizgilerini (UP & DN, yani sürekli yeni zirveler ve yeni dipler) işaretler ve fiyat bu çizgileri aştığında kırmızı (AYI) ve yeşil (BOĞA) okları işaretler BoS genellikle fiyatın önceki f
Exclusive Imperium MT5 — Otomatik Ticaret Sistemi Exclusive Imperium MT5 , MetaTrader 5 için geliştirilmiş bir Uzman Danışman (EA) olup, piyasa analiz algoritmaları ve risk yönetimine dayanmaktadır. EA tamamen otomatik çalışır ve trader’ın müdahalesini en aza indirir. Dikkat! Satın aldıktan hemen sonra benimle iletişime geçin , kurulum talimatlarını almak için! ÖNEMLİ: Tüm örnekler, ekran görüntüleri ve testler yalnızca gösterim amaçlıdır. Bir brokerda belirli bir döviz çifti iyi sonuçlar veriyo
GEN TrendPivot Hunter Developer: Gede Egi Overview GEN TrendPivot Hunter is a multifunctional indicator for MetaTrader 5. It combines Pivot-based Support & Resistance, Fair Value Gaps (FVG), and Trendlines into one analytical tool. The indicator helps visualize possible price reaction areas and market structures directly on the chart. All drawing styles, alerts, and notifications can be customized through the input parameters. The tool does not generate trading signals automatically; it is inte
Auto Support and Resistances
Flavio Javier Jarabeck
4.57 (70)
Are you tired of drawing Support & Resistance levels for your Quotes? Are you learning how to spot Support & Resistances? No matter what is your case, Auto Support & Resistances will draw those levels for you! AND, it can draw them from other timeframes, right into you current chart, no matter what timeframe you are using... You can also Agglutinate regions/zones that are too much closer to each other and turning them into one single Support & Resistance Level. All configurable. SETTINGS Timefr
FREE
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (238)
Hamster Scalping tam otomatik bir ticaret danışmanıdır. Gece ölçeklendirme stratejisi. Giriş olarak RSI göstergesi ve ATR filtresi kullanılır. Uzman Danışman, bir riskten korunma hesabı türü gerektirir. ÖNEMLİ! Talimatları ve bonusu almak için satın aldıktan hemen sonra benimle iletişime geçin! Gerçek işin izlenmesi ve diğer geliştirmelerim burada görüntülenebilir: https://www.mql5.com/en/users/mechanic/seller Genel öneriler Minimum para yatırma 100 $, minimum spread ile ECN hesaplarını kul
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Acıklama:  Forex piyasasında (PSAR) Profesyonel ve populate göstergelerden Birine Dayanan Yeni ücretsiz göstergemizi tanıtmaktan mutluluk duyuyoruz (PSAR) drank gösterge orijinal Parabolik SAR göstergesinde Yeni bir değişikliktir pro SAR göstergesinde noktalar ve Fiyat tablosu arasındaki geçişi görebilirsiniz, drank crossover bir sinyal değil, hareketin sonu potansiyeli hakkında konuşun, yeni mavi nokta ile satın almaya başlayabilir ve ilk mavi noktadan bir atr önce stop loss koyabilirsiniz ve
FREE
MSnR Lines
Pierre Paul Amoussou
MSnR Lines , bir grafikte destek ve direnç seviyelerini göstermek için tasarlanmış özel bir göstergedir. Bu seviyeler, Malezya Destek ve Direnç teorisine dayanarak, alanlar olarak değil, belirli fiyat seviyeleri olarak tanımlanan zirve ve vadilerden türetilmiştir. Özellikler: Üç tür seviye: A-Level, V-Level ve Boşluk Seviyesi. Seviyeler için tazelik göstergesi: Taze seviyeler taze olmayan seviyelerden daha önemlidir. Taze ve taze olmayan seviyeler için özelleştirilebilir renk ve stil. Yalnızca t
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Doctor Edge Strategy Pro – Range & Breakout Zones Doctor Edge Strategy Pro is a professional indicator designed to simplify market reading based on range and breakout zones. It combines concepts of Price Action, ICT, and Smart Money Concepts, providing an automated and precise approach for traders of synthetic indices, cryptocurrencies, and Forex pairs. How It Works Doctor Edge Strategy Pro automatically draws on the chart: The range zone (lateral accumulation); The upper breakout zone (gr
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Bounce Zone MT5
Nguyen Thanh Cong
4.56 (9)
Introduction The Bounce Zone indicator is a cutting-edge non-repainting technical tool built to identify key areas on the price chart where market sentiment is likely to cause a significant price reversal. Using advanced algorithms and historical price data analysis, this indicator pinpoints potential bounce zones. Combined with other entry signal, this indicator can help forex traders place the best trades possible Signal A possible buy signal is generated when price is in the green zone an
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
SuperScalp Pro
Van Minh Nguyen
5 (8)
SuperScalp Pro – Gelişmiş Çoklu Filtreli Scalping Gösterge Sistemi SuperScalp Pro, klasik Supertrend ile çok sayıda akıllı onay filtresini birleştiren gelişmiş bir scalping gösterge sistemidir. Gösterge M1’den H4’e kadar tüm zaman dilimlerinde verimli çalışır ve özellikle XAUUSD, BTCUSD ve ana Forex pariteleri için uygundur. Bağımsız bir sistem olarak kullanılabilir veya mevcut ticaret stratejilerine esnek şekilde entegre edilebilir. Gösterge, hız ve yavaş EMA’lar, trend belirleyen üç EMA, EMA e
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Bu indikatörü satın alırsanız, Profesyonel Trade Manager’ımı  + EA ÜCRETSİZ olarak alacaksınız. Öncelikle, bu Ticaret Sistemi'nin Non-Repainting, Non-Redrawing ve Non-Lagging Göstergesi olduğunu vurgulamak önemlidir, bu da hem manuel hem de robot ticareti için ideal hale getirir. Online kurs, kılavuz ve ön ayarları indir. "Smart Trend Trading System MT5", yeni ve deneyimli tüccarlar için özelleştirilmiş kapsamlı bir ticaret çözümüdür. 10'dan fazla premium göstergeyi birleştiriyor ve 7'den fazla
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: Yeni Nesil Çoklu Piyasa Trend Zekâsı Genel Bakış FX Trend NG , çoklu zaman dilimlerinde çalışan profesyonel bir trend analiz ve piyasa izleme aracıdır. Piyasanın yapısını saniyeler içinde anlamanızı sağlar. Birden fazla grafik arasında geçiş yapmak yerine, hangi enstrümanların trendde olduğunu, momentumun nerede zayıfladığını ve hangi zaman dilimlerinin uyumlu olduğunu anında görebilirsiniz. Lansman Teklifi – FX Trend NG sadece $30 (6 Ay) veya $80 Ömür Boyu Lisans ile edinin. Zate
Divergence Bomber
Ihor Otkydach
4.89 (83)
Bu göstergeyi satın alan herkese aşağıdaki ekstra içerikler ücretsiz olarak sunulmaktadır: Her işlemi otomatik olarak yöneten, Stop Loss ve Take Profit seviyelerini ayarlayan ve işlemleri strateji kurallarına göre kapatan özel yardımcı araç: "Bomber Utility" Göstergenin farklı varlıklar üzerinde kullanılmasına yönelik ayar dosyaları (set dosyaları) Bomber Utility için 3 farklı modda kullanım sunan ayar dosyaları: "Minimum Risk", "Dengeli Risk" ve "Bekle-Gör Stratejisi" Bu ticaret stratejisini hı
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
Game Changer è un indicatore di tendenza rivoluzionario, progettato per essere utilizzato su qualsiasi strumento finanziario, per trasformare il tuo MetaTrader in un potente analizzatore di trend. Funziona su qualsiasi intervallo temporale e aiuta a identificare i trend, segnala potenziali inversioni, funge da meccanismo di trailing stop e fornisce avvisi in tempo reale per risposte tempestive del mercato. Che tu sia un professionista esperto o un principiante in cerca di un vantaggio, questo st
Power Candles – Tüm Piyasalar İçin Güce Dayalı Giriş Sinyalleri Power Candles , Stein Investments’ın kanıtlanmış güç analizini doğrudan fiyat grafiğinize taşır. Sadece fiyata tepki vermek yerine, her mum gerçek piyasa gücüne göre renklendirilir. Bu sayede momentum birikimleri, güç hızlanmaları ve net trend geçişleri anında görülebilir. Tüm Piyasalar İçin Tek Mantık Power Candles tüm işlem sembollerinde otomatik olarak çalışır. Gösterge, mevcut sembolün Forex mi yoksa Forex dışı bir piyasa mı old
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Daha Akıllı Ticaret Kararları için Para Birimlerinin Gücünü Analiz Edin Genel Bakış FX Power , her piyasa koşulunda başlıca para birimlerinin ve altının gerçek gücünü anlamak için vazgeçilmez bir araçtır. Güçlü para birimlerini alıp zayıf olanları satarak, FX Power ticaret kararlarınızı basitleştirir ve yüksek olasılıklı fırsatları ortaya çıkarır. İster trendlere sadık kalın ister Delta'nın aşırı değerlerini kullanarak tersine dönüşleri öngörün, bu araç ticaret tarzınıza mükemmel bir
RFI levels PRO MT5
Roman Podpora
3.67 (3)
Bu gösterge, fiyat dönüş noktalarını ve fiyat geri dönüş bölgelerini doğru bir şekilde gösterir.       Başlıca oyuncular   . Yeni trendlerin nerede oluştuğunu görüyorsunuz ve her işlem üzerinde kontrolü elinizde tutarak, azami hassasiyetle kararlar alıyorsunuz. TREND LINES PRO   göstergesiyle birlikte kullanıldığında maksimum potansiyelini ortaya koyar.  VERSION MT4 Göstergenin gösterdiği şey: Yeni bir trendin başlangıcında aktivasyonla birlikte tersine dönüş yapıları ve tersine dönüş seviyeler
Azimuth Pro
Ottaviano De Cicco
5 (4)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
Smart Stop Indicator – Stop-loss düzeylerini doğrudan grafikte akıllı ve hassas şekilde belirleyin Genel Bakış Smart Stop Indicator, stop-loss seviyesini tahmin ederek veya sezgilere güvenerek değil, net ve sistematik bir şekilde belirlemek isteyen traderlar için özel olarak geliştirilmiştir. Bu araç, klasik price-action mantığını (yükselen tepeler, düşen dipler) modern breakout algılama ile birleştirerek bir sonraki mantıklı stop seviyesini belirler. Trendlerde, yatay piyasalarda veya hızlı k
Grabber System MT5
Ihor Otkydach
4.82 (22)
Size mükemmel bir teknik gösterge olan Grabber’ı tanıtıyorum. Bu araç, kullanıma hazır bir “her şey dahil” işlem stratejisi olarak çalışır. Tek bir yazılım kodu içinde güçlü piyasa teknik analiz araçları, işlem sinyalleri (oklar), uyarı işlevleri ve push bildirimleri entegre edilmiştir. Bu göstergeyi satın alan herkes aşağıdaki hediyeleri ücretsiz olarak alır: Açık emirleri otomatik yönetmek için Grabber Yardımcı Aracı Kurulum, yapılandırma ve nasıl işlem yapılacağını adım adım anlatan video kıl
Atomic Analyst MT5
Issam Kassas
4.1 (29)
Öncelikle belirtmek gerekir ki bu Ticaret Göstergesi Yeniden Çizim Yapmaz, Gecikmez ve Gecikme Göstermez, bu da hem manuel hem de robot ticareti için ideal hale getirir. Kullanıcı kılavuzu: ayarlar, girişler ve strateji. Atom Analisti, Piyasada Daha İyi Bir Avantaj Bulmak İçin Fiyatın Gücünü ve Momentumunu Kullanan PA Fiyat Hareketi Göstergesidir. Gürültüleri ve Yanlış Sinyalleri Kaldırmaya ve Ticaret Potansiyelini Artırmaya Yardımcı Olan Gelişmiş Filtrelerle Donatılmıştır. Birden fazla katmanl
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
Trend Ai göstergesi, trend tanımlamasını işlem yapılabilir giriş noktaları ve geri dönüş uyarılarıyla birleştirerek bir yatırımcının piyasa analizini geliştirecek harika bir araçtır. Bu gösterge, kullanıcıların forex piyasasının karmaşıklıklarında güvenle ve hassasiyetle yol almalarını sağlar. Birincil sinyallerin ötesinde, Trend Ai göstergesi geri çekilmeler veya düzeltmeler sırasında ortaya çıkan ikincil giriş noktalarını belirleyerek, yatırımcıların belirlenen trend içindeki fiyat düzeltmele
Quantum TrendPulse
Bogdan Ion Puscasu
5 (21)
SuperTrend   ,   RSI   ve   Stochastic'in   gücünü tek bir kapsamlı göstergede birleştirerek işlem potansiyelinizi en üst düzeye çıkaran nihai işlem aracı olan   Quantum TrendPulse'u   tanıtıyoruz. Hassasiyet ve verimlilik arayan yatırımcılar için tasarlanan bu gösterge, piyasa trendlerini, momentum değişimlerini ve en uygun giriş ve çıkış noktalarını güvenle belirlemenize yardımcı olur. Temel Özellikler: SuperTrend Entegrasyonu:   Güncel piyasa trendlerini kolayca takip edin ve karlılık dalgası
TREND ÇİZGİLERİ PRO       Piyasanın gerçek yön değiştirdiği noktayı anlamaya yardımcı olur. Gösterge, gerçek trend dönüşlerini ve büyük oyuncuların piyasaya yeniden girdiği noktaları gösterir. Anlıyorsun   BOS hatları   Daha yüksek zaman dilimlerindeki trend değişiklikleri ve önemli seviyeler, karmaşık ayarlar veya gereksiz gürültü olmadan gösterilir. Sinyaller yeniden çizilmez ve çubuk kapandıktan sonra grafikte kalır. MT4 SÜRÜMÜ   -   RFI LEVELS PRO   göstergesiyle   birlikte kullanıldığında m
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: Tüm Piyasalar İçin Son Derece Hassas Destek ve Direnç Hızlı Bakış Döviz kurları, endeksler, hisseler veya emtialar gibi herhangi bir piyasada güvenilir destek ve direnç seviyeleri belirlemek mi istiyorsunuz? FX Levels geleneksel “Lighthouse” yöntemini ileri düzey bir dinamik yaklaşımla birleştirerek neredeyse evrensel bir doğruluk sağlar. Gerçek broker deneyimimize ve otomatik günlük güncellemeler ile gerçek zamanlı güncellemelerin birleşimine dayalı olarak, FX Levels size dönüş nok
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
Trend Göstergesi, Trend Alım Satım ve Filtreleme için Çığır Açan Benzersiz Çözüm, Tüm Önemli Trend Özellikleriyle Tek Bir Araç İçinde Yerleştirildi! Forex, emtialar, kripto para birimleri, endeksler ve hisse senetleri gibi tüm sembollerde/araçlarda kullanılabilen %100 yeniden boyamayan çoklu zaman çerçevesi ve Çoklu para birimi göstergesidir. Trend Screener, grafikte noktalarla ok trend sinyalleri sağlayan etkili bir trend trend göstergesidir. Trend analizörü göstergesinde bulunan özellikler: 1.
RelicusRoad Pro: Kantitatif Piyasa İşletim Sistemi ÖMÜR BOYU ERİŞİMDE %70 İNDİRİM (SINIRLI SÜRE) - 2.000+ TRADER'A KATILIN Neden çoğu trader "mükemmel" indikatörlere rağmen başarısız olur? Çünkü tekil kavramları boşlukta trade ederler. Bağlamı olmayan bir sinyal kumardır. Sürekli kazanmak için KONFLÜANS (UYUM) gerekir. RelicusRoad Pro basit bir ok indikatörü değildir. Tam bir Kantitatif Piyasa Ekosistemi dir. Tescilli volatilite modellemesini kullanarak fiyatın ilerlediği "Adil Değer Yolu"nu har
Top indicator for MT5   providing accurate signals to enter a trade without repainting! It can be applied to any financial assets:   forex, cryptocurrencies, metals, stocks, indices .  Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! MT4 version is here It will provide pretty accurate trading signals and tell you when it's best to open a trade and close it. Most traders improve their trading results during the first trading week with the help of
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Endeksler, Emtialar, Kripto Paralar ve Forex Piyasaları için İçgörüler Genel Bakış IX Power , endeksler, emtialar, kripto paralar ve forex sembollerinin gücünü analiz etmek için tasarlanmış çok yönlü bir araçtır. FX Power , tüm kullanılabilir döviz çiftlerinin verilerini kullanarak döviz çiftleri için maksimum doğruluk sağlarken, IX Power yalnızca temel sembolün piyasa verilerine odaklanır. Bu, IX Power 'ı forex dışındaki piyasalar için ideal ve daha basit forex analizleri için güven
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic: Özelleştirilebilir ATR Analiziyle Volatilite ve Trendleri Takip Edin Genel Bakış FX Dynamic , ortalama gerçek aralık (ATR) hesaplamalarını kullanarak günlük ve gün içi volatilite hakkında rakipsiz bilgiler sağlayan güçlü bir araçtır. 80%, 100%, 130% gibi net volatilite eşikleri ayarlayarak, piyasa olağan hareketlerinin ötesine geçtiğinde hızlı şekilde uyarı alabilir ve potansiyel kazanç fırsatlarını süratle tespit edebilirsiniz. FX Dynamic , brokerınızın zaman dilimine uyum sağlaya
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Candle Smart Range
Gianny Alexander Lugo Sanchez
MetaTrader 5 için Candle Smart Range (CSR) Candle Smart Range, birden fazla zaman diliminde fiyat aralıklarının otomatik olarak tanımlanması için tasarlanmış teknik bir göstergedir. Bu araç, piyasa yapısını mum formasyonlarına ve fiyatın önceki en yüksek/en düşük seviyelerle olan etkileşimine dayanarak analiz eder. Ana Özellikler: Aralık Tespiti: İmpulsif hareketlerden önceki konsolidasyon bölgelerini tanımlar. Sahte Kırılma Tanımlama: Fiyatın önceki seviyeyi aştığı ancak mum kapanış kriterlerin
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
" Dynamic Scalper System MT5 " göstergesi, trend dalgaları içinde işlem yapmak için scalping yöntemi için tasarlanmıştır. Başlıca döviz çiftleri ve altın üzerinde test edilmiştir, diğer işlem araçlarıyla uyumluluğu mümkündür. Ek fiyat hareketi desteğiyle trend boyunca pozisyonların kısa vadeli açılması için sinyaller sağlar. Göstergenin prensibi. Büyük oklar trend yönünü belirler. Küçük oklar şeklinde scalping için sinyaller üreten bir algoritma trend dalgaları içinde çalışır. Kırmızı oklar yü
Tanıtım       Quantum Breakout PRO   , Breakout Bölgeleri ile ticaret yapma şeklinizi değiştiren çığır açan MQL5 Göstergesi! 13 yılı aşkın ticaret tecrübesine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilmiştir.       Kuantum Breakout PRO       yenilikçi ve dinamik koparma bölgesi stratejisiyle ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. Kuantum Breakout Göstergesi, size 5 kar hedefi bölgesi ile kırılma bölgelerinde sinyal okları ve kırılma kutusuna da
Dark Absolute Trend   is an Indicator for intraday trading. This Indicator is based on   Trend Following  strategy but use also candlestick patterns and Volatility. We can enter in good price with this Indicator, in order to follow the main trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does   Not repaint   and   N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs: All. I nstallation and  Update Guide   -  Troubleshooting
Filtrele:
İnceleme yok
İncelemeye yanıt