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
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
MetaTraderでは、複数の   水平線   を描画し、それぞれの価格レベルを追跡するのは面倒な作業になることがあります。このインジケーターは、価格アラートの設定、サポートとレジスタンスの表示、その他の手動用途のために、等間隔で複数の水平線を自動で描画します。 このインジケーターは、短期間で売買による利益を狙いたい初心者のFXトレーダーに最適です。水平線は、相場がトレンド中またはレンジ相場である場合に、エントリーの可能性があるゾーンを見つける手助けをしてくれます。 機能 入力設定に基づいて、瞬時に複数の水平線を描画可能。 各水平線を区別しやすいように、カラフルなカラーテーマを採用。 複数の取引セッションのレンジを追跡するのに必須のツール。 価格が水平線にタッチした際にアラートを送信。 アラート間に間隔を設定でき、過度な通知を防止。 完全にカスタマイズ可能。 解説 このインジケーターは、入力設定で指定されたデータと指示に従って水平線を描画します。価格がこれらの水平線でどのように反応するかを観察することで、重要なサポート・レジスタンス付近でのトレード機会を見極めることができます。
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
回帰取引を意味する専門的かつ定量的なアプローチを実装する独自の指標。これは、価格が予測可能かつ測定可能な方法で迂回して平均に戻るという事実を利用しており、非定量的な取引戦略を大幅に上回る明確な出入りルールを可能にします。 [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 明確な取引シグナル 驚くほど簡単に取引できます カスタマイズ可能な色とサイズ パフォーマンス統計を実装します ほとんどの取引戦略を上回ります 適切なSLおよびTPレベルを表示します 電子メール/音声/視覚アラートを実装します 使い方 インディケータは、より高い時間枠からの完全にカスタマイズ可能な移動平均の周りの標準偏差を測定し、トレンドフォローアプローチを使用して正確に取引を見つけます。取引は、現在のチャートの価格アクションに飛び込むことによって見つけられ、価格が選択したより高い時間枠から計算された平均価格帯に戻ったときに閉じられます。それがコード化される方法のために、指標は高ボラティリティと強いトレンドの市場か
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
「上位足のトレンド方向を確認したいけど、いちいちチャートの時間足を切り替えるの、面倒だな~」 そんなあなたのために、この商品が存在します!! Trend Map - 商品概要 各時間足(あるいは各フラクタル構造)において、トレンド方向を記録して常にチャート上に表示しておけるツールです。時間足を変更してもパネルの表示はそのままなので、こまめに時間足を変更しながらチャートを見る方にオススメです。トレードする際に素早くトレンド方向を確認できるので、ノンストレスでトレードを行うことが可能になります。また、各時間足(フラクタル構造)での高安値を認識するためのラインをワンボタンで生成・削除することができます。自動売買の機能はないため、トレード補助のツールとしてお使いください。 - 機能説明 ①パネルユニット パネルUI全体のうち、縦一列分を指します。最大10個まで表示可能です。パネルユニットごとにテーマカラーを設定できます。 ②説明ラベル パネルユニットの一番上のラベルです。時間足の表示など好きなテキストを設定できます。また、設定から表示をOFFにすることもできます。 ③矢印
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
DYJ BoS インジケーターは、次のような市場構造の変化の主な要素を自動的に識別してマークします。 構造のブレイクアウト (BoS): 価格が大きく変動し、構造の前のポイントを突破したときに発生します。 彼は上昇トレンドと下降トレンドの可能性のあるライン(UP と DN、つまり連続した新高値と新安値)をマークし、価格がこれらのラインを突破すると、赤(弱気)と緑(強気)の矢印でマークします。 BoS は通常、価格が以前の価格変動によって確立されたスイング安値または高値を決定的に突破したときに発生します。価格がスイング高値を上回ったりスイング安値を下回ったりすると、単に以前に形成された市場構造から抜け出すだけなので、「ブレイクアウト」構造と呼ばれます。これは多くの場合、市場センチメントとトレンドの方向の変化を示し、既存のトレンドの継続または新しいトレンドの始まりを示唆します。 ポジションのクローズの精度を高めるために、通常はストップロスとテイクプロフィットを設定しないことが推奨されます。最終ポジションは通常、同じ方向の次のブレイクスルー ポイント、または反対方向のブレイクスルー
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 (239)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
説明 :  外国為替市場(PSAR)で専門的で人気のあるインジケーターの1つに基づいた新しい無料インジケーターをご紹介します。このインジケーターは元のパラボリックSARインジケーターの新しい変更です。プロSARインジケーターでは、ドットと価格チャートのクロスオーバーを見ることができます。クロスオーバーはシグナルではありませんが、動きの終わりの可能性について話します。新しい青いドットで購入を開始し、最初の青いドットの1 atr前にストップロスを配置し、最後にドットが価格チャートを横切るとすぐに終了できます。 売買シグナルを開く方法は? 最初の青い点によるオープンバイトレードと最初の赤いドットによるオープンセルトレード 正しいストップロスはどこにありますか? 安全なストップロスは最初のドットにある可能性があります(最初の青いドットの買いの場合と最初の赤い点の売りの場合) 正しいテイクプロフィットはどこにありますか? テイクプロフィットはストップロス距離とRRに基づいて調整できるので、私の提案は2 RRで、ストップロスの2倍です。 利益を上げているのにtpを達成できなかった場合
FREE
マルチタイムフレーム対応、カスタマイズ可能なビジュアルシグナル、設定可能なアラートシステムを備えたBalance of Power(BOP)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを大歓迎します! BOPとは? Balance of Power(BOP)は、価格の変化をバーの値幅と比較することで、買い手と売り手の強さを測定するオシレーターです。インジケーターは(終値 - 始値)/(高値 - 安値)として計算され、その後Simple Moving Average(SMA)で平滑化されます。 BOP値は-1から+1の間で変動します。正の値は買い手が強いことを示し(終値が始値より高い)、負の値は売り手が強いことを示します(終値が始値より低い)。値の大きさは動きの強さを示します。BOPは買い圧力と売り圧力のバランスを示すことで、市場の強さと潜在的な反転を識別するのに役立ちます。 特徴: 矢印と垂直線によるビジュアルシグナルマーカー 設定可能なトリガーを持つ3
FREE
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
Exclusive Imperium MT5 — 自動売買システム Exclusive Imperium MT5 は MetaTrader 5 用のエキスパートアドバイザー(EA)で、市場分析アルゴリズムとリスク管理に基づいています。EAは完全自動で稼働し、トレーダーの介入は最小限で済みます。 注意!購入後すぐにご連絡ください 。設定手順をお渡しします! 重要: すべての例、スクリーンショット、テストはデモ目的のみです。あるブローカーで特定の通貨ペアが良好な結果を示しても、他のブローカーでも同様になるとは限りません。各ブローカーには独自のレート、スプレッド、取引条件があります。したがって、 各通貨ペアはユーザー自身が個別に最適化する必要があります 。実際の口座では 単一通貨モードのみ で稼働させてください。マルチ通貨モードのスクリーンショットは参考例にすぎません。市場環境は変化するため、最適化は少なくとも 年に1回 繰り返すことを推奨します。 重要情報: EAのデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の動作を反映しません。完全な利用には、ブローカー、資金、選
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,
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
Haven FVG Indicator 2.0 - 市場の不均衡分析の新次元 大幅なアップデート、 Haven FVG Indicator 2.0 の登場です!これはフェアバリューギャップ(FVG)を扱うためのプロフェッショナルなツールであり、これまで以上に強力になりました。今回のバージョンでは、本格的なマルチタイムフレーム(MTF)分析と高度な通知システムを実装しました。これにより、チャートを切り替える時間を無駄にすることなく、スマートマネーコンセプト(SMC)に基づいたトレードを最高精度で行うことが可能になります。 他の製品を見る - > こちら . フェアバリューギャップ(FVG)は、市場が効率的でなかった場所、つまり「スマートマネーの痕跡」を表しています。バージョン2.0では、これらの痕跡を現在のチャート上だけでなく、上位足(H1、H4、D1)でも同時に確認できるため、市場のコンテキストをグローバルに把握することができます。 バージョン2.0の新機能 マルチタイムフレーム(MTF)分析 — 上位足のFVGを現在のチャート上に直接表示できるようになりました。M5やM15でトレー
FREE
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.72 (18)
SuperScalp Pro — 高度なマルチフィルター対応スキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェントな確認フィルターを組み合わせた高度なスキャルピング用インジケーターシステムです。M1〜H4 のすべての時間足で効率的に機能し、特に XAUUSD、BTCUSD、および主要なFX通貨ペアに適しています。単体のシステムとして、また既存の取引戦略へ柔軟に統合して使用できます。 本インジケーターは 11 以上のフィルターを統合しており、短期・長期の EMA、トレンド判定に用いる 3 本の EMA、EMA スロープ(EMA slope)、RSI、ADX、出来高、VWAP、ボリンジャーバンドのブレイクアウト、MACD ダイバージェンスフィルターなどを含みます。スマートキャンドルフィルターはローソク足の終値を確認して弱いシグナルを排除し、3 本の EMA と MACD ダイバージェンスを組み合わせたトレンド認識メカニズムにより勝率の高いシグナルの選別を支援します。 SuperScalp Pro は ATR に基
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Power Candles – あらゆる市場に対応した強度ベースのエントリーシグナル Power Candles は、Stein Investments が長年培ってきた強度分析を価格チャート上に直接反映します。価格だけに反応するのではなく、各ローソク足は実際の市場の強さに基づいて色分けされ、モメンタムの蓄積、強度の加速、明確なトレンド転換を瞬時に把握できます。 すべての市場に共通する単一ロジック Power Candles は すべての取引シンボル で自動的に動作します。現在のシンボルが Forex か非 Forex 市場かを自動判別し、内部で適切な強度モデルを適用します。 Forex および Gold :FX Power のデルタ値を使用(絶対値レンジ最大 100) 指数、暗号資産、CFD :IX Power の強度値を使用(絶対値レンジ最大 50) 必要な強度計算は Power Candles に直接組み込まれています。ローソク足のカラーリングやシグナルロジックに、追加のインジケーターは不要です。 価格ノイズではなく「強度状態」 各ローソク足は、以下の 9 つの明確に定義された強
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
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
Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
あなたのシンボルでどの戦略が実際に機能するか確認しましょう - リアルマネーをリスクにさらす前に。 Power Barは、あらゆるシンボルとあらゆるタイムフレームで 極端な価格バー を検出し、3つの異なるトレード戦略を即座にバックテストします。勝率、プロフィットファクター、損益を並べて比較できます。すべてが1つのインタラクティブなパネルに集約されています。 推測なし。カーブフィッティングなし。データだけです。 Power Barが特別な理由 ほとんどのインジケーターはシグナルを出すだけで、それが機能するかどうかは推測に任されます。Power Barはさらに先を行きます - すべてのシグナルを 3つの戦略 に対してテストし、統計を表示します。FlipFlop、Momentum、Reversalをワンクリックで切り替え、数値が即座に変化するのを確認できます。 FlipFlop - 常にポジションを保有。シグナルでエントリーし、反対シグナルでイグジット。当社のリサーチでは、US30、US500、DAXなどのトレンドのあるインデックスで最も効果的です。 Momentum - シグナルの方向に
Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
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
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Candle Smart Range
Gianny Alexander Lugo Sanchez
5 (1)
MetaTrader 5用 Candle Smart Range (CSR) Candle Smart Rangeは、複数のタイムフレームで価格レンジを自動的に識別するためのテクニカル指標です。このツールは、ローソク足の形成と、以前の高値・安値との相互作用に基づいて市場構造を分析します。 主な機能: レンジ検出: 勢いのある動きの前のコンソリデーション(保ち合い)ゾーンを特定します。 だまし(フェイクアウト)の識別: 価格が以前の水準を超えたものの、ローソク足の終値基準でレンジ内に戻った場合をマークします。 マルチタイムフレーム分析: カスタム期間を含む最大19のタイムフレームのデータを1つのチャートに表示します。 内部可視化(ズーム): チャートを切り替えずに、上位足のローソク足内部の値動きを確認できます。 時間フィルター: 主要な市場セッションなど、特定の時間帯で動作するように設定可能です。 履歴確認モード: 過去のデータをステップバイステップで確認し、分析できます。 アラート機能: ローソク足の確定や新しいレンジの検出を通知します。 インターフェース: 視覚的な負荷を管理する画面
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT4 Version Available Full Setup Guide & Strategy Playbook: https://www.mql5.com/en/blogs/post/768683 MT4 Version: https://www.mql5.com/en/market/product/171742 Indicator Overview The ICT PO3 AMD Protocol Framework is a complete structural overlay for MetaTrader 5 that maps the True Daily Cycle directly onto your lower-timeframe execution chart. It projects
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
フィルタ:
レビューなし
レビューに返信