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**


Рекомендуем также
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
Версия MT4   |   FAQ Индикатор Owl Smart Levels – это полноценная торговая система внутри одного индикатора, которая включает в себя такие популярные инструменты анализа рынка как усовершенствованные фракталы Билла Вильямса , Valable ZigZag, который строит правильную волновую структуру рынка, а также  уровни Фибоначчи, которые   отмечают точные уровни входа в рынок и места взятия прибыли. Подробное описание стратегии Инструкция по работе с индикатором Советник-помошник в торговле Owl Helper При
В MetaTrader построение нескольких   горизонтальных линий   и отслеживание их ценовых уровней может быть утомительным. Этот индикатор автоматически строит горизонтальные линии на равных интервалах для установки ценовых оповещений, отображения уровней поддержки и сопротивления и других ручных целей. Этот индикатор идеально подходит для начинающих трейдеров на рынке Форекс, стремящихся быстро заработать на покупке и продаже. Горизонтальные линии помогают определить возможные зоны для входа в рынок
Индикатор строит текущие котировки, которые можно сравнить с историческими и на этом основании сделать прогноз ценового движения. Индикатор имеет текстовое поле для быстрой навигации к нужной дате. Параметры : Symbol - выбор символа, который будет отображать индикатор; SymbolPeriod - выбор периода, с которого индикатор будет брать данные; IndicatorColor - цвет индикатора; Inverse - true переворачивает котировки, false - исходный вид; Далее идут настройки текстового поля, в которое можно ввес
Добро пожаловать в индикатор распознавания Ultimate Harmonic Patterns Этот индикатор обнаруживает паттерн Гартли, паттерн Летучая мышь и паттерн Сайфер на основе HH и LL ценовой структуры и уровней Фибоначчи, и когда определенные уровни Фибоначчи встречаются, индикатор показывает паттерн на графике, Этот индикатор представляет собой комбинацию трех других моих индикаторов, которые обнаруживают сложные паттерны. Функции : Усовершенствованный алгоритм обнаружения паттерна с высокой точностью. Обна
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
Уникальный индикатор, реализующий профессиональный и количественный подход к торговле на возврате к среднему. Он использует тот факт, что цена отклоняется и возвращается к среднему предсказуемым и измеримым образом, что позволяет использовать четкие правила входа и выхода, которые значительно превосходят неколичественные торговые стратегии. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Четкие торговые сигналы Удивительно легко торговать Настраиваемые цвета и разме
Индикатор Support & Resistance - это модификация стандартного индикатора Fractals Билла Вильямса. Индикатор работает на любых временных интервалах. Он отображает на графике уровни поддержки и сопротивления и позволяет установить уровни стоп-лосса и тейк-профита (их точные числовые значения вы можете узнать, наведя на уровни указатель мышки). Синие пунктирные линии - уровни поддержки. Красные пунктирные линии - уровни сопротивления. По желанию вы можете изменить вид и цвет этих линий. Если цена п
Price Magnet — Индикатор зон плотности цены и уровней притяжения Price Magnet — это профессиональный аналитический инструмент, который определяет ключевые уровни поддержки и сопротивления на основе статистической плотности распределения цены (Price Density). Индикатор анализирует заданный исторический период и находит ценовые значения, на которых рынок находился дольше всего. Эти зоны выступают в роли «магнитов» — они притягивают цену или служат фундаментом для разворота. В отличие от стандартны
FlatBreakout  MT5 (Бесплатная версия) Детектор флэта и пробоев для MT5 — только для GBPUSD FlatBreakout   MT5  — это бесплатная версия профессионального индикатора FlatBreakoutPro MT5, специально предназначенная для анализа флэта и поиска точек пробоя только по паре   GBPUSD . Идеально для трейдеров, которые хотят познакомиться с уникальной фрактальной логикой FlatBreakout MT5  и протестировать сигналы пробоя диапазона на реальном рынке. Для кого этот продукт Для трейдеров, предпочитающих торгов
FREE
Heiken Ashi CE Filtered - индикатор, генерирующий торговые сигналы на основе свечей Heiken Ashi c использованием дополнительной фильтрации. Для фильтрации используется: Chandelier Exits , основанный на изменении ATR, для определения направления торговли. Вы можете скачать этот индикатор здесь: Chandelier Exits Zero Lags SMA ,  основанный на линейной регрессии, для дополнительного подтверждения тренда.  Вы можете скачать этот индикатор здесь:  Zero Lags SMA Основные функции : Сигналы на покупку/п
«Хочу видеть тренд старшего таймфрейма, но надоедает постоянно переключать графики...» Этот продукт создан специально для вас!! Trend Map - Обзор продукта   Этот инструмент записывает направление тренда на каждом таймфрейме (или фрактальной структуре) и отображает его прямо на графике. Панель сохраняется даже при смене таймфрейма, что делает её удобной для трейдеров, часто переключающих графики. Вы можете быстро определить направление тренда и торговать без стресса. Кроме того, с помощью одн
Финансовый Робот SolarTrade Suite: LaunchPad Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
Индикатор SMC Venom Model BPR — профессиональный инструмент для трейдеров, работающих в рамках концепции Smart Money (SMC). Он автоматически идентифицирует на графике цены два ключевых паттерна:  FVG   (Fair Value Gap) — комбинация их трёх свечей, в которой имеется разрыв между первой и третьей свечой. Формирует зону между уровнями, где отсутствует поддержка объемов, что часто приводит к коррекции цены. BPR   (Balanced Price Range)— комбинация двух FVG-паттернов, образующих «мост»  — зону пробо
Индикатор DYJ BoS автоматически определяет и отмечает основные элементы изменений структуры рынка, включая: Прорыв структуры (BoS): обнаруживается, когда цена совершает значительное движение, прорывая предыдущую точку структуры. Он отмечает возможные линии восходящего тренда и линии нисходящего тренда (UP & DN, то есть непрерывные новые максимумы и новые минимумы), и как только цена пробивает эти линии, он отмечает красные (МЕДВЕДЬ) и зеленые (БЫЧЬИ) стрелки. BoS обычно происходит, когда цен
Exclusive Imperium MT5 — автоматизированная торговая система Exclusive Imperium MT5 — это эксперт-советник для MetaTrader 5, основанный на алгоритмах анализа рынка и управлении рисками. Советник работает в полностью автоматическом режиме и требует минимального вмешательства со стороны трейдера. Внимание! Свяжитесь со мной сразу после покупки , чтобы получить инструкции по настройке! ВАЖНО: Все примеры, скриншоты и тесты приведены исключительно в демонстрационных целях. Если у одного брокера опре
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 - полностью автоматический торговый советник. Стратегия ночной скальпинг. В качестве входов используется индикатор RSI и фильтр по ATR. Для работы советника требуется хеджинговый тип счета. ВАЖНО! Свяжитесь со мной сразу после покупки, чтобы получить инструкции и бонус! Мониторинг реальной работы, а также другие мои разработки можно посмотреть тут: https://www.mql5.com/ru/users/mechanic/seller Общие рекомендации Минимальный депозит 100 долларов, используйте ECN счета с минимальн
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
Описание :  мы рады представить наш новый бесплатный индикатор, основанный на одном из профессиональных и популярных индикаторов на рынке форекс (PSAR), этот индикатор является новой модификацией оригинального индикатора Parabolic SAR, в индикаторе pro SAR вы можете видеть пересечение между точками и графиком цены, это пересечение не является сигналом, а говорит о возможности окончания движения, вы можете начать покупать с новой синей точки, и разместить стоп-лосс за один атр до первой синей т
FREE
MSnR Lines
Pierre Paul Amoussou
MSnR Lines - это пользовательский индикатор, предназначенный для отображения уровней поддержки и сопротивления на графике. Эти уровни основаны на теории малайзийской поддержки и сопротивления, которая определяет уровни не как области, а как конкретные ценовые уровни, происходящие из пиков и впадин линейного графика. Особенности: Три типа уровней: A-Level, V-Level и уровень разрыва. Индикация свежести для уровней: свежие уровни более значимы, чем незаполненные уровни. Настраиваемый цвет и стиль д
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
С этим продуктом покупают
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 – Продвинутая система скальпингового индикатора с множеством фильтров SuperScalp Pro — это продвинутая система скальпингового индикатора, объединяющая классический Supertrend и множество интеллектуальных подтверждающих фильтров. Индикатор эффективно работает на всех таймфреймах от M1 до H4 и особенно подходит для XAUUSD, BTCUSD и основных валютных пар. Может использоваться как самостоятельная система или гибко интегрироваться в существующие торговые стратегии. Индикатор включает б
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
Если вы покупаете этот индикатор, вы получите мой профессиональный Trade Manager + EA БЕСПЛАТНО. Прежде всего стоит подчеркнуть, что эта торговая система является индикатором без перерисовки, без повторной отрисовки и без задержки, что делает ее идеальной как для ручной, так и для роботизированной торговли. Онлайн курс, руководство и загрузка пресетов. «Smart Trend Trading System MT5» - это комплексное торговое решение, созданное для новичков и опытных трейдеров. Он объединяет более 10 премиаль
FX Trend NG: Следующее поколение интеллектуального анализа трендов на разных рынках Обзор FX Trend NG — это профессиональный инструмент анализа трендов и мониторинга рынка с поддержкой нескольких таймфреймов. Он позволяет за секунды получить полное структурное понимание текущего состояния рынка. Вместо переключения между десятками графиков вы мгновенно видите, какие инструменты находятся в тренде, где импульс ослабевает и где наблюдается сильная синхронизация между таймфреймами. Специальное пр
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
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
Представляю Вам отличный технический индикатор GRABBER, который работает, как готовая торговая стратегия "Все включено"! В одном программном коде интегрированы мощные инструменты для технического анализа рынка, торговые сигналы (стрелки), функции алертов и Push уведомлений.  Каждый покупатель этого индикатора получает дополнительно БЕСПЛАТНО:  Grabber Утилиту для автоматического управления открытыми ордерами, Пошаговый видео-мануал : как установить, настроить и торговать, Авторские сет-файлы дл
Power Candles – Входные сигналы на основе силы для любого рынка Power Candles переносит проверенный анализ силы Stein Investments прямо на ценовой график. Вместо реакции только на цену каждая свеча окрашивается на основе реальной рыночной силы, позволяя мгновенно распознавать накопление импульса, ускорение силы и четкие смены тренда. Одна логика для всех рынков Power Candles автоматически работает со всеми торговыми инструментами . Индикатор определяет, является ли текущий символ валютной парой
Индикатор точно показывает точки разворота и зоны возврата цены, где входят   крупные игроки . Вы видите, где формируется новый тренд, и принимаете решения с максимальной точностью, держа контроль над каждой сделкой. VERSION MT4     -    Раскрывает свой максимальный потенциал в связке с индикатором  TREND LINES PRO Что показывает индикатор: Разворотные конструкции и разворотные уровни с активацией в начале нового тренда. Отображение уровней  TAKE PROFIT  и  STOP LOSS  с минимальным соотношением
Game Changer — это революционный трендовый индикатор, разработанный для использования с любым финансовым инструментом, который превратит ваш MetaTrader в мощный анализатор трендов.  Он работает на любом таймфрейме и помогает определять тренд, сигнализирует о потенциальных разворотах, служит механизмом трейлинг-стопа и выдает оповещения в режиме реального времени для оперативной реакции рынка. Независимо от того, являетесь ли вы опытным трейдером, профессионалом или новичком, стремящимся к преиму
FX Power: Анализируйте силу валют для более эффективной торговли Обзор FX Power — это ваш незаменимый инструмент для понимания реальной силы валют и золота в любых рыночных условиях. Определяя сильные валюты для покупки и слабые для продажи, FX Power упрощает принятие торговых решений и выявляет высоковероятные возможности. Независимо от того, хотите ли вы следовать за трендами или предсказывать развороты с использованием экстремальных значений дельты, этот инструмент идеально адаптируется под
Azimuth Pro
Ottaviano De Cicco
5 (4)
АКЦИЯ НА ЗАПУСК Цена Azimuth Pro установлена на уровне 299$ для первых 100 покупателей. Финальная цена составит 499 $ . РАЗНИЦА МЕЖДУ РОЗНИЧНЫМИ И ИНСТИТУЦИОНАЛЬНЫМИ ВХОДАМИ — НЕ В ИНДИКАТОРЕ, А В МЕСТОПОЛОЖЕНИИ. Большинство трейдеров входят на произвольных ценовых уровнях, гонясь за импульсом или реагируя на запаздывающие сигналы. Институциональные игроки ждут, пока цена достигнет структурных уровней, где спрос и предложение действительно меняются. Azimuth Pro автоматически определяет эти у
Smart Stop Indicator – Интеллектуальная точность стоп лоссов прямо на графике Обзор Smart Stop Indicator это специализированное решение для трейдеров, которые хотят устанавливать стоп лоссы чётко и методично, а не на интуитивной основе. Индикатор объединяет классическую логику прайс экшн (higher highs, lower lows) с современной системой распознавания пробоев, чтобы определить действительно логичный уровень стопа. В трендах, диапазонах или фазах резких движений он показывает оптимальные зоны SL
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Quantum TrendPulse
Bogdan Ion Puscasu
5 (21)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
TREND LINES PRO   помогает понять, где рынок действительно меняет направление. Индикатор показывает реальные развороты тренда и места, где крупные участники входят повторно. Вы видите   BOS-линии   смены тренда и ключевые уровни старших таймфреймов — без сложных настроек и лишнего шума. Сигналы не перерисовываются и остаются на графике после закрытия бара. VERSION MT4     -     Раскрывает свой максимальный потенциал в связке с индикатором  RFI LEVELS PRO Что показывает индикатор: Реальные смены
Индикатор Trend Ai - отличный инструмент, который улучшит анализ рынка трейдером, сочетая идентификацию тренда с точками входа и предупреждениями о развороте. Этот индикатор позволяет пользователям уверенно и точно ориентироваться в сложностях рынка Форекс Помимо первичных сигналов, индикатор Trend Ai определяет вторичные точки входа, возникающие во время откатов или коррекций, позволяя трейдерам извлекать выгоду из коррекции цены в рамках установленного тренда. Важные преимущества: · Работае
FX Dynamic: Отслеживайте волатильность и тренды с помощью настраиваемого ATR-анализа Обзор FX Dynamic — это мощный инструмент, который использует расчёты среднего истинного диапазона (ATR) для предоставления трейдерам непревзойдённой информации о дневной и внутридневной волатильности. Настраивая понятные пороги волатильности (например, 80%, 100% и 130%), вы можете быстро определять потенциальные возможности для прибыли или получать предупреждения, когда рынок выходит за типичные рамки. FX Dyna
Раскройте силу торговли трендами с помощью индикатора Trend Screener: вашего идеального решения для торговли трендами, основанного на нечеткой логике и мультивалютной системе! Повысьте уровень своей торговли по тренду с помощью Trend Screener, революционного индикатора тренда, основанного на нечеткой логике. Это мощный индикатор отслеживания тренда, который сочетает в себе более 13 инструментов и функций премиум-класса и 3 торговые стратегии, что делает его универсальным выбором для превращения
FX Levels: Исключительно точные уровни поддержки и сопротивления для всех рынков Краткий обзор Ищете надежный способ определить уровни поддержки и сопротивления для любых инструментов—валют, индексов, акций или сырьевых товаров? FX Levels сочетает традиционный «Lighthouse» метод с современным динамическим подходом, обеспечивая почти универсальную точность. Благодаря сочетанию опыта реальных брокеров и автоматических ежедневных плюс «в реальном времени» обновлений, FX Levels поможет вам выявлят
Топовый индикатор МТ5, дающий сигналы для входа в сделки без перерисовки! Идеальные точки входа в сделки для  валют, крипты, металлов, акций, индексов !  Смотрите  видео  (6:22) с примером отработки всего одного сигнала, окупившего индикатор. Версия индикатора для MT4 Преимущества индикатора Сигналы на вход без перерисовки Если сигнал появился, он никуда НЕ исчезает! В отличие от индикаторов с перерисовкой, которые ведут к потере депозита, потому что могут показать сигнал, а потом убрать его. Б
Candle Smart Range
Gianny Alexander Lugo Sanchez
Candle Smart Range (CSR) для MetaTrader 5 Candle Smart Range — это технический индикатор, предназначенный для автоматического определения ценовых диапазонов на нескольких таймфреймах. Инструмент анализирует структуру рынка на основе свечных формаций и взаимодействия цены с предыдущими максимумами и минимумами. Основные характеристики: Определение диапазонов: Идентификация зон консолидации перед импульсивными движениями. Идентификация ложных пробоев: Маркировка случаев, когда цена выходит за пред
Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) on completed bars and draws entry, stop loss, and take profit levels on the chart. Detection is non-repainting: signal values do not change after bar close. The indicator scores each candidate pattern across 17 factors and routes scored signals through a 4-layer Signal Engine before displaying a tier-classified result. How Detectio
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Получите рыночные инсайты для индексов, сырьевых товаров, криптовалют и форекс Обзор IX Power — это универсальный инструмент для анализа силы индексов, сырьевых товаров, криптовалют и форекс. В то время как FX Power предлагает наивысшую точность для валютных пар, используя данные всех доступных пар, IX Power фокусируется исключительно на данных рынка базового символа. Это делает IX Power отличным выбором для некорреляционных рынков и надежным инструментом для форекса, если вам не нуж
ARIBot 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 Cus
Индикатор Trend Forecaster использует уникальный авторский алгоритм для определения точек входа в сделку по пробойной стратегии. Индикатор определяет ценовые скопления и анализирует движение цены возле уровней и показывает сигнал, когда цена пробивает уровень. Индикатор Trend Forecaster подходит для любых финансовых активов: валюты (Форекс), металлы, акции, индексы, криптовалюты. Также индикатор можно настроить для работы на любых тайм-фреймах, однако в качестве рабочего тайм-фрейма все же реком
Индикатор " Dynamic Scalper System MT5 " разработан для скальпингового метода торговли внутри трендовых волн. Тестировался на основных валютных парах и золоте, возможна совместимость с другими торговыми инструментами. Дает сигналы для кратковременного открытия позиций по тренду с дополнительным сопровождением движения цены. Принцип действия индикатора. Большие стрелки определяют направление тренда. Внутри трендовых волн действует алгоритм генерации сигналов для скальпинга в виде маленьких ст
Фильтр:
Нет отзывов
Ответ на отзыв