• 概要
  • レビュー
  • コメント
  • 最新情報

DSS Bressert AM

Double Smoothed Stochastics – DSS Bressert is an oscillator introduced by William Blau and Walter Bressert. 

The calculation of DSS Bressert values is similar to the stochastic indicator.

The confirmation of the indicator's signal is the overcoming by the price of the high/low of the bar on which the signal was given by the indicator.


Settings:

  • Price - the price at which the indicator is calculated;
  • EMA_Period - smoothing period;
  • Stoch_Period - oscillator period;

  • OB_Level - overbought level;
  • OS_Level - oversold level;

  • Show_Move - displaying the moments of the oscillator change on the chart;
  • Show_Enter_OB_OS - display on the chart the moments when the oscillator enters the overbought/oversold zones;
  • Show_Exit_OB_OS - display on the chart the moments when the oscillator exits the overbought/oversold zone;

  • Alerts - show a dialog box;
  • Send_Mail - sends an email using an address specified on the Email tab of the options window;
  • Send_Notification - sends push notifications to the mobile terminals, whose MetaQuotes IDs are specified in the "Notifications" tab.


おすすめのプロダクト
このインディケータは、チャートのビジュアルを向上させるだけでなく、チャートに躍動感やダイナミックさを与えます。このインジケータは、1つまたは複数の移動平均(MA)インジケータを組み合わ せたもので、常に色が変化し、カラフルで興味深い外観を作り出します。 この製品はグラフィカルなソリューションであるため、テキストでその機能を説明することは困難です。 このインジケーターは、ビデオ編集用にチャートの美しい画像を作成したいブロガーや、チャートを生き生きとカラフルにしたいトレーダーに適しています。 MAラインのカラーパレットは、虹のように変化したり、ランダムに変化したりします(設定したパラメータによる)。MAインジケータは、「MA期間」パラメータのステップを維持することで、独立に並び、美しい画像を作成します。 また、このインジケーターにはMA期間を常に変更する機能があり、チャートに活気とダイナミズムの効果を作り出すことができます。 ご清聴ありがとうございました。 ご清聴ありがとうございました。
FREE
Mr Beast Sniper
Luis Mariano Vazquez Marcos
Asesor Experto "Sniper FX": Precisión Milimétrica para Tus Operaciones El asesor experto "Sniper FX" redefine la precisión en el trading automatizado al ofrecer un enfoque estratégico centrado en pocas, pero extraordinariamente precisas, entradas en el mercado. Inspirado por la agudeza de un francotirador, este asesor experto utiliza algoritmos avanzados para identificar oportunidades óptimas de compra y venta, maximizando el potencial de beneficios mientras minimiza la exposición al mercado.
FREE
Market Ticker Free
John Louis Fernando Diamante
5 (1)
A scrolling Market Ticker that displays price changes from all symbols in the Market Watch list. Provides an easy snapshot of symbol prices, and keeps scrolling automatically while you trade and analyse the chart. Options include: - MTF, eg choose to show price changes of the daily chart, or the hourly - use the live candle or the recently completed - font and background coloring
FREE
An indicator in the form of a panel for collecting statistics on spreads from a specified list of pairs. It is enough to open one chart and set an indicator to collect statistics for all specified pairs. After completion of work, the panel writes values to a file, which allows not to interrupt statistics after completion of work. Input parameters: -Interval to update the spread for pairs (sec) Allows you to specify how often to collect statistics (allows you to reduce the load) -List of p
FREE
Note: this product is a free limited version of the full featured product Currency Timeframe Strength Matrix . It only includes AUD, CAD, CHF currencies instead of all 8 currencies. It includes only 5S, 1M, 5M time frames instead of all 8 (5S, 1M, 5M, 15M, 30M, 1H, 4H, 1D). What is it? The Currency TimeFrame Strength Matrix is a simple and comprehensive Forex map that gives a snapshot of what is happening in the Forex market at the very present time. It illustrates the strength and momentum
FREE
A very simple and intuitive indicator that shows the deviations from the moving average in percent. The default is a 50-day moving average. Just throw on the chart and the indicator build in a separate window under the graph. This can be very convenient if your strategy implies a certain deviation in percentage of the moving average. It is not very convenient to calculate it manually. The method of averaging, the period of the moving average and at what prices to build all this is selected in
FREE
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Aroon and Moving Average A combination of Supertrend and Moving Average to create a converging trade setup Input parameters: signal mode: set it to true if you want to plug it into   STAT (Signal Tester and Trader) arrow shift: distance between fast EMA line to arrow on chart turn on price line filter turn on moving average signal for converging setup aroon period MA period MA averaging method MA pricing method upper level limit (Aroon) lower level limit  (A roon ) You can find the best setting
FREE
This indicator allows to hide Parabolic SAR (on all MT4 timeframes) from a date define by the user, with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: Step Maximum  Color Width Information on "Parabolic SAR" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/parabolic ************************************************************* Hey traders!!  Give me your feeds!  We are a community here and we have the sa
FREE
Marginhedged   情報インジケーター。 ロット-計算に必要なロットを設定し、入力フィールドを使用して設定します MARGININIT-指定されたロットの初期証拠金要件 MARGINHEDGED-セットロットごとの重複注文から請求されるマージン PERCENT- 重複した注文に請求されるマージン(パーセンテージで表される) インジケーター設定の説明: _color-色を設定します インジケーターの使用例: ロット1の1つの買いポジションが市場で開かれています。この場合の証拠金要件は$ 10に対応します。 ロット1で売りポジションを開くと、必要な証拠金の合計は5ドルになります。 または50%。 インジケータは、特定のロットのこの情報を示します。
FREE
変化率 式に基づいて、 ROC = (Close[n] - Close[n-look if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (roc < roc_lookback && roc < 0 ) trend= "DOWN" ; back]) / Close[n-lookback] * 100 ルックバック期間にわたる通貨ペアの価格アクションの変化率をプロットし、2 つのグローバル変数 SYMBOL_ROC と SYMBOL_ROC_LOOKBACK を提供します。これらは、最新の変化率の値と前のルックバック期間での変化率を表します。 iCustom 関数を使用してインジケーターを呼び出し、 iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); グローバル変数を取得し、 double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); doubl
FREE
FFx Bears Power
Eric Venturi-Bloxs
4.75 (4)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
Market Dashboard FREE
Christian Opperskalski
4 (2)
Market Dashboard FREE Indicator gives you advanced information’s about your selected Symbols in MarketWatch Features Daily Price Movements (M1 – D1) RSI Values with Highlight Function for your current Timeframe & H1 & H4 Profit per Symbol and traded lots (buy & sell) EMA 5 – 100 based on selected period Swap Information (which direction is positive) FIBO Info & Tracking (highlighted FIBO Levels close to current price – based on selected period) One Click ChartOpen this Version is limited to
FREE
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcul
FREE
Rsi Style
Javier Morales Fernandez
スタイルが重要だから キャンドルの色や背景の明暗を変えたり、グリッドを付けたり消したりするために、いちいちプロパティをクリックするのが面倒なのはよくわかります。ここでは、1つのクリックで解決策です。 トレーダーが望むキャンドルのスタイルを選択するための3つのカスタマイズ可能なボタン。 昼と夜のモードを切り替えるには、1つのボタン。 チャート上のグリッドを表示または非表示にするには、1つのボタン。 ***** 設定で、ボタンを画面上のどこに表示するかを選択できます*****。 私の他の製品をチェックすることを検討してください https://www.mql5.com/en/users/javimorales.fer/seller MT5 VERSIONを確認する: https://www.mql5.com/en/market/product/69070 RSIインジケーターとは何ですか? RSIは、0から100まで測定できるオシレーターとして表示されます。この指標は、J. Welles Wilder Jr.によって開発され、彼の代表的な1978年の著書 "New C
FREE
Simple indicator that shows your history in pips and profit. You can use it to follow your progress on the positions. It shows you the trade progress only for the symbol that the indicator is on and only for your trade history. Label text is updated when order is closed. The text can be displayed on each corner, it is in the parameters. Basic input parameters: Label color Font size Conrner position Anchor position Note: corner and anchor have to be the same position.
FREE
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウン
FREE
指標は、ロットの最大数と最小数、およびシンボルのスプレッドのサイズを示します。 この情報は、迅速かつ大規模な利益を達成するために、最大入金額に基づいて市場に参入することを迅速に決定するために必要です。利用可能な資金と1ロットを開くための資金に基づいて計算されます。 このような状況は、さまざまなForexコンテストに参加したり、最大限の手段で市場を取引したり、ボラティリティが増減した期間に迅速かつ大きな利益を達成したりする場合によく発生します。 インジケーターは、ツールウィンドウに接続すると、すぐに必要な情報が表示されます。ツールウィンドウでフォントサイズを変更したり、情報を置き換えたりする必要がある場合は、インジケーターの設定で変更できます(スクリーンショットを参照)。 Fontsize-フォントサイズ。 Xdistance-アンカー角度を基準としたピクセル単位のX座標距離。 Ydistance-アンカー角度に対するピクセル単位のY座標の距離。 著者の製品に関する追加情報......
FREE
Introduction Virtual Money Flow free - Lightweight free trading robot based on Money Flow index. Orders set with ISL and take profit is virtual. Equipped with trailing stop and limited money management. How to? Any account type,leverage and time frame Works only on currency pair   EURUSD, optimizations needed in regualar intervals You can start with as low as   $20-50   based on leverage   500 This is  not  a   scalper and trades can therefore be less frequent, be patient! Limited contract size
FREE
Free version. Only works on EURUSD. Do you want to always know in a quick glance where price is going? Are you tired of looking back and forth between different timeframes to understand that? This indicator might just be what you were looking for. Trend Signal Multitimeframe shows you if the current price is higher or lower than N. candles ago, on the various timeframes. It also displays how many pips higher or lower current price is compared to N. candles ago. Number N. is customizable The dat
FREE
This is an implementation of the market cycle indicator described by Raghee Horner in the book "Forex Trading for Maximum Profit" . The current state of the market can be determined by analyzing the inclination angle of the exponential moving average (EMA) running on a period of 34 bars. If the EMA inclination is defined as the direction of the hour hand on the dial from 12 to 2 hours, then an uptrend is considered to be present; from 2 to 4 hours, the market consolidates; from 4 to 6 hours, a d
FREE
FFx Bulls Power
Eric Venturi-Bloxs
4 (4)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx RVI
Eric Venturi-Bloxs
4.67 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
CCFp (Complex_Common_Frames percent) は、通貨の強弱を判断する指標で、 各通貨ごとの「短期移動平均」と「長期移動平均」の変化率の総計を示しています。 USD、EUR、JPY、CHF、GBP、AUD、CAD、NZDの8つの主要通貨に対して対応しております。 1.グラフの右端に通貨名を表示します。 2.各通貨の表示色を変更できます。 3.移動平均平滑化タイプ(ENUM_MA_METHOD)が選択可能です。 4.価格定数(ENUM_APPLIED_PRICE)が変更可能です。 5.短期移動平均期間(Fast)を変更できます。 6.短期移動平均期間(Slow)を変更できます。 ***28通貨ペアが全て選択されていることが必要です。 ***週足よりも小さい時間足利用を推奨します。
FREE
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
FREE
Ratio widget
Aleksandr Krokhalev
5 (2)
The indicator helps to determine the potential for price movement within the day and on a trend. For calculations, the average price movement on the instrument is used. If you have a problem setting TP, the indicator allows you not to overestimate your expectations. For volatile instruments, the SL position can also be taken into account. If the entry was in the right place, the risk / reward ratio will prompt a profitable level for profit taking. There is a reset button at the bottom of the sc
FREE
DF Osc AM
Andriy Matviyevs'kyy
DF Osc AM - this is an indicator that marks the moments when the price direction changes.  The indicator uses adaptive digital filters for analysis. Digital filters are (simplified) a way to smooth data. Unlike traditional moving averages, a digital filter will be more effective in most cases. The indicator does not redraw, the signal is generated after the candle is completed. It is optimal to use the indicator signals as signals to open a trade when the price overcomes the maximum or minimum o
FREE
Shooter AM
Andriy Matviyevs'kyy
This indicator is an implementation of the "One shot - one hit" principle. In the course of work on the creation of this product, an attempt was made to achieve the maximum balance between the sensitivity of the indicator and the effectiveness of its signals. This tool is as reliable and effective as a 45 caliber revolver, but in the same way it requires discipline and understanding of the conditions and purpose of use from its user. The indicator has only one adjustable parameter that determine
FREE
This indicator is an implementation of the "One shot - one hit" principle. In the course of work on the creation of this product, an attempt was made to achieve the maximum balance between the sensitivity of the indicator and the effectiveness of its signals. This tool is as reliable and effective as a 45 caliber revolver, but in the same way it requires discipline and understanding of the conditions and purpose of use from its user. The indicator has only one adjustable parameter that determine
FREE
Ichimoku Signals Scanner This is the Demo version, please download Full version  here. Find Ichimoku signals as easy as you can. Ichimoku is one of the most powerful trends recognition indicators. And it has valid signals for the trades. This indicator scans several symbols and time-frames by the Ichimoku to find all the signals that you want and show in a dashboard. It's easy to use, just drag it onto the chart. It's better to add  Ichimoku indicator  to chart before adding this indicator. Ichi
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイトレーディングおよび短期トレード
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
Gold Stuff
Vasiliy Strukov
4.89 (250)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターはBOSやCHoCHなどのパターンの識
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
Trend Screener
STE S.S.COMPANY
4.83 (86)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $59  for the first 25 copies ( 1  left)! Next price is $120 .  This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! After many months of hard work and dedication, we are extremely proud to present you our  Break and Retest price action indicator created from scr
SALE NOW! Limited Time Offer! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
驚異的なFXインジケーター「Miraculous」をご紹介します。完璧な結果を得るための1時間足を含むすべてのタイムフレームで効果的に機能する、最強の強力な特殊MT4フォレックスインジケーターです。 すべてのタイムフレームで優れた結果を提供する最高のFXインジケーターを探し続けるのに疲れましたか?これ以上探す必要はありません!「Miraculous」フォレックスインジケーターをご紹介します。このインジケーターは、トレーディングの経験を変革し、収益を新たなレベルに引き上げるために設計されました。 先進のテクノロジーと長年にわたる緻密な開発に基づいて構築された「Miraculous」フォレックスインジケーターは、FX市場における力と正確さの頂点となります。この素晴らしいツールは、すべてのレベルのトレーダーのニーズを満たすように設計されており、一貫した収益性を追求する上で比類のない優位性を提供します。 「Miraculous」フォレックスインジケーターの他との違いは、その非常に適応性にあります。デイトレーダー、スウィングトレーダーであろうと、長期ポジションを好む方であろうと、このインジケータ
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
Price Action Entry Alerts
Stephen Sanjeeve Sahayam
5 (3)
このインジケーターは、売買圧力についてすべてのバーをスクリーニングし、最大量の 4 種類のローソク足パターンを特定します。次に、これらのローソク足はいくつかの線形フィルターを使用してフィルター処理され、買いまたは売りのシグナルが表示されます。シグナルは、より高い時間枠の方向と組み合わせて、取引量が多い時間帯に取引される場合に最も効果的に機能します。すべてのフィルターはカスタマイズ可能で、独立して動作します。ボタンをクリックするだけで単一方向の信号を表示できます。 このインジケーターには、意思決定プロセスに役立つ最も重要な価格アクションとスマート マネーの概念も組み込まれています。 シグナルとトレードに関する教育をすべて 1 つのツールにまとめました。 特徴: 信号は再描画されません。 飲み込むキャンドル、拒否キャンドル、拡張範囲キャンドル、ピンバーを識別します。 有効なシグナルごとに複数のエントリー、ストップロス、複数のテイクプロフィットレベルを表示します。 大容量セッションでフィルタリングします。 サポート/レジスタンスレベルとローソク足の構造でフィルターします。 MACD ヒ
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
Indicator : RealValueIndicator Description : RealValueIndicator is a powerful tool designed specifically for trading on the EURUSD pair. This indicator analyzes all EUR and USD pairs, calculates their real currency strength values, and displays them as a single realistic value to give you a head start on price. This indicator will tell you moves before they happen if you use it right. RealValueIndicator allows you to get a quick and accurate overview of the EURUSD currency pair tops and bottoms,
支持線と抵抗線、そしてローソク足のギャップをチャート上に自動的に表示するため、価格が次に向かう可能性のある場所や反転する可能性のある場所を確認することができます。 このインジケーターは、私のウェブサイト(The Market Structure Trader)で教えているポジショントレード手法の一部として使用するように設計されており、ターゲットとエントリーの可能性のための重要な情報を表示します。 このインジケーターには、2つのコア機能と4つの追加機能があります: コア機能1 - 日足、週足、月足のサポートラインとレジスタンスラインの自動表示 このインジケーターは、直近2日間、最大6週間前、数ヶ月前のサポートレベルとレジスタンスレベルを自動的に引き込みます。これらのレベルの見た目は完全にカスタマイズすることができ、いくつ表示されるかを表示することもできます。これらの重要な水準は、しばしば主要な支持線と抵抗線として機能し、価格が転換して引き戻されたり反転したりする場所です。また、価格が向かうターゲットでもあるため、価格が転換する前に、取引に利用できる潜在的な距離を素早く確認するこ
まず最初に、このトレーディングシステムがリペイントされず、再描画されず、遅延しないことを強調する価値があります。これにより、プロのトレーディングに最適な状態になります。 「スマートサポートアンドレジスタンストレーディングシステム」は、新規および経験豊富なトレーダー向けにカスタマイズされた高度なインジケーターです。この包括的なシステムは、7以上の戦略、10のインジケーター、およびデイトレード戦略、スイングトレード戦略、サポートおよびレジスタンス戦略、ローソク足パターン戦略、VWAP戦略、マルチタイムフレームトレンド戦略など、さまざまなトレーディングアプローチを組み合わせています。これは、矢印信号、エントリーポイント、出口ポイント、トレードアラート、より高い時間枠のトレンド分析、リアルタイムのトレードモニタリング、そして洞察力のあるトレンドとボリュームキャンドルの着色を提供します。自動的なサポートとレジスタンスの検出により、さまざまな市況下でトレーダーが的確な決定を下すのを支援する多面的なインジケーターとなっています。 スマートサポートアンドレジスタンストレーディングシステムは、
This indicator is unstoppable when combined with our other indicator called Katana. After purchase, send us a message and you could get Katana for FREE as a BONUS After purchase, send us a private message for your instructions.  MT5 version: click here 3 copies left available at $39. Next price is $99. Don't miss this great deal!  The Trend Forecasting indicator is a very unique & easy tool that is able to make prediction about future price movement based on the signals generated
作者のその他のプロダクト
ADX Signal AM
Andriy Matviyevs'kyy
4.75 (4)
The indicator is an interpretation of the Average Directional Movement Index (ADX) allowing you to determine if there is a price trend. It was developed by Welles Wilder and described in his book "New concepts in technical trading systems". The indicator shows signals on the price chart when +DI и -DI intersect and when an ADX value rises or falls relative to the +DI и -DI positional relationship. The indicator's buy signals work just like a support level, while the sell signals work like a resi
FREE
SuperTrend AM
Andriy Matviyevs'kyy
5 (1)
SuperTrend AM is an indicator that allows you to open a position at the very beginning of a significant price movement. The second most important quality of the indicator is the ability to follow the trend as long as possible in order to obtain all potential profits while minimizing potential losses. This indicator does not repaint or not recalculate. A version of this indicator with advanced settings and signal notifications is  SuperTrend 3 AM . Signal of the indicator: red arrow appearing a
FREE
ADX Line AM
Andriy Matviyevs'kyy
4.67 (3)
The indicator analyzes ADX and ATR data to define the current trend and allow traders to gain maximum profit from strong price movements. The indicator is intuitively clear: line direction change - trend direction change. Change of the line color warns of a coming direction change. Extended version of this indicator - Line on Osc . Customized parameters: Ind_Period (>1) - ADX calculation period; Sensitivity (>1) - ATR sensitivity. Alerts - show a dialog box containing user data; Send_Mail - send
FREE
The indicator displays the signals of the RSX oscillator. The main type of signal is given when the oscillator exceeds the 0 value. If the "Sensitivity" parameter increases above zero, the main signal will also be given when overbought/oversold levels are overcome, defined as zero plus sensitivity and zero minus sensitivity. An additional signal is given when the direction of the oscillator line changes. It is optimal to use the indicator signals as signals to open a trade when the price overcom
FREE
This indicator colors candles in accordance with the projected price movement. The analysis is based on the values of the classic ADX. If the DMI+ line is above the DMI- line - the candlestick is painted in color that signals a price growth; If the DMI+ line is below the DMI- line - the candlestick is painted in color that signals a price fall. The indicator does not redraw on completed candlesticks. The forming candlestick can change its color depending on the current data. Thus, it is recommen
FREE
This indicator displays elements of the trading system described by Alexander Elder. This indicator uses the idea of opening sell deals in the period of MACD (or OsMA) falling below zero and opening buy deals when the indicator values rise above zero, in case this fall or rise coincide with the Moving Average direction. The thick and thin histograms correspond to the values of MACD and OsMA. If a histogram is above 0, the indicator value is greater than 0. If it is below, the indicator value is
FREE
BarLineBreak AM
Andriy Matviyevs'kyy
4 (1)
The indicator detects the current trend using the following definition: A trend is a market situation when each subsequent peak is higher/lower than the previous one, as well as each subsequent bottom is higher/lower than the previous one. Exceeding all previous peaks/bottoms on the specified amount of bars by the current peak/bottom is considered to be a beginning of a new trend. The indicator paints bars according to an identified trend. The indicator does not repaint. Settings: Lines_Bre
FREE
The indicator accurately identifies a short-term trend both on trend and flat markets. The confirmation of the signal is the overcoming by the price of the high/low of the bar on which the signal was given. Signals are given on fully formed bars and are not redrawn. Calculations are based on the system of Moving Averages. The indicator is highly sensitive. Use it together with other technical analysis indicators. Settings: Sensitivity - amount of bars for the indicator calculation (1 or higher
FREE
ADX Trigger AM
Andriy Matviyevs'kyy
5 (1)
The indicator is an interpretation of the Average Directional Movement Index (ADX) allowing you to determine if there is a price trend. It was developed by Welles Wilder and described in his book "New concepts in technical trading systems". The indicator determines entry points and uses crossing of ADX +/- lines and growth or fall of the main ADX line. When the indicator crosses the zero line, the trend is changed. If the oscillator's value is 1 - the price grows, the trend remains; If the oscil
FREE
This indicator displays the signals based on the values of the classic RSI indicator on the price chart. The RSI can be used for determining the overbought or oversold areas on the chart. Reaching these levels means that the market can soon turn around, but it does not give signal, as in a strong trend the market can stay in the overbought or oversold state for quite a long time. As with most oscillators, the signals are generated when leaving these areas. This indicator allows to display three
FREE
The presented indicator uses the Laguerre filter to build an oscillator. The indicator has the possibility of double additional smoothing, which can be useful for small values ​​of the Gamma parameter. The indicator gives three types of signals: Exit of the oscillator from the overbought / oversold zone; The oscillator crossing the middle of the value between the overbought/oversold zones; The oscillator enters the overbought/oversold zone. On fully formed candles, the indicator does not redraw.
FREE
This indicator displays the moment when the DeMarker oscillator crosses its smoothed value. If the DeMarker oscillator crosses its smoothed value, it is a signal of a trend change. The signal is given after the end of the formation of the candle. The signal is confirmed when the price crosses the high/low of the bar on which the signal was given. The indicator does not redraw. Custom Parameters: DeM_Period (>1) - DeMarker indicator period; MA_Period - period for smoothing DeMarker indicator va
FREE
The product combines the best features of the standard CCI oscillator with the adaptive digital filter. The indicator allows entering and exiting the market at the very beginning and end of a trend. The indicator generates high-probability signals while retaining high sensitivity. The indicator does not repaint on fully formed bars. Options: Ind_Price - price used for the indicator calculation; Ind_Period - indicator period. Application rules: A big red dot - a strong bearish trend, if the price
FREE
This indicator displays the signals based on the values of the classic WPR indicator. The WPR indicator can be used for determining the overbought or oversold areas on the chart. Reaching these levels means that the market can soon turn around, but it does not give signal, as in a strong trend the market can stay in the overbought or oversold state for quite a long time. As with most oscillators, the signals are generated when leaving these areas. This indicator allows to display three types of
FREE
This technical indicator is a Momentum indicators built using a fast adaptive digital filter - FATL. In a simplified sense, an adaptive digital filter is a moving average with effective smoothing. Using a digital filter allows you to smooth out sharp fluctuations with minimal signal delay. Using the indicator: It should be taken into account that the values ​​of the indicator on the zero bar (which has not finished forming yet) may change, so decisions should be made after the end of the bar for
FREE
EasyTrend AM is an indicator that allows you to open a position at the very beginning of a significant price movement. The second most important quality of the indicator is the ability to follow the trend as long as possible in order to obtain all potential profits while minimizing potential losses. This indicator does not repaint or not recalculate. A version of this indicator with advanced settings and signal notifications is EasyTrend 3 AM . Signal of the indicator: red arrow appearing abov
FREE
MFI Signal AM
Andriy Matviyevs'kyy
5 (2)
This indicator displays the signals based on the values of the classic Money Flow Index (MFI) indicator on the price chart. The volume is considered during the calculation of the MFI values. The MFI can be used for determining the overbought or oversold areas on the chart. Reaching these levels means that the market can soon turn around, but it does not give signal, as in a strong trend the market can stay in the overbought or oversold state for quite a long time. As with most oscillators, the s
FREE
Step RSI AM
Andriy Matviyevs'kyy
5 (1)
This indicator is an interpretation of the values of the classic indicator - RSI. A filter is used to smooth the sharp fluctuations of the indicator values, eliminating the weak changes and focusing the trader's attention on strong fluctuations of values. The indicator is not redrawn on completed bars. For greater efficiency of this indicator, it should be used in conjunction with the indicators that identify the trend direction, as well as support/resistance levels. Signals: Histogram crossing
FREE
This indicator is a combination of classic trend indicator and signals of the slow digital filter. The indicator has no configurable parameters. The signals are displayed on completed bars and are not redrawn. It shows high efficiency on periods less than 1 hour. The usage principle is intuitive - trade in the direction shown by the fan of moving averages. Enter once the price exceeds the High/Low of the bar where the signal was formed. Exit on the opposite conditions.
FREE
TTF Candles AM
Andriy Matviyevs'kyy
5 (1)
This indicator displays the moment when the TTF oscillator crosses the zero value, and the moment when the TTF oscillator crosses its smoothed value. Crossing the zero value by the TTF oscillator is a buy/sell signal. If the TTF oscillator crosses its smoothed value, it is a signal of a trend change. The signal is given after the end of the formation of the candle. The signal is confirmed when the price crosses the high/low of the bar on which the signal was given. The indicator does not redraw.
FREE
This indicator displays the signals based on the values of the classic CCI indicator on the price chart. The CCI can be used for determining the overbought or oversold areas on the chart. Reaching these levels means that the market can soon turn around, but it does not give signal, as in a strong trend the market can stay in the overbought or oversold state for quite a long time. As with most oscillators, the signals are generated when leaving these areas. This indicator allows to display three
FREE
The indicator analyzes TTF and ATR data to define the current trend and allow traders to gain maximum profit from strong price movements. The indicator is intuitively clear: line direction change - trend direction change. Change of the line color warns of a coming direction change. Customized parameters: Ind_Period (>1) - TTF calculation period; Sensitivity (>1) - ATR sensitivity. Alerts - show a dialog box containing user data; Send_Mail - sends an email using an address specified on the Em
FREE
TTF Osc AM
Andriy Matviyevs'kyy
This indicator displays the moment when the TTF oscillator crosses the zero value, and the moment when the TTF oscillator crosses its smoothed value. Crossing the zero value by the TTF oscillator is a buy/sell signal. If the TTF oscillator crosses its smoothed value, it is a signal of a trend change. The signal is given after the end of the formation of the candle. The signal is confirmed when the price crosses the high/low of the bar on which the signal was given. The indicator does not redraw.
FREE
This indicator is a combination of classic trend indicator and signals of the fast digital filter. The indicator has no configurable parameters. The signals are displayed on completed bars and are not redrawn. It shows high efficiency on periods greater than 1 hour. The usage principle is intuitive - trade in the direction shown by the fan of moving averages. Enter once the price exceeds the High/Low of the bar where the signal was formed. Exit on the opposite conditions.
FREE
The  indicator generates signals for opening positions. The principle of operation is to compare the current average price with a range of average prices over a longer period. The signals are confirmed when the price exceeds the High/Low of the bar where the indicator generated the signal.  Maintenance of an open position is carried out on a smaller TF. Indicator signals to open an opposite position on a smaller TF are a signal to close the deal. This indicator does not repaint or not recalculat
FREE
The presented indicator is a moving average based on the fast digital filter (FATL) data. Using the indicator is similar to using a standard moving average: For small values ​​of the period of the moving average (1-10): Buying/selling is carried out at the moment of changing the direction of the moving average (after the price has overcome the high/low of the bar on which the change of direction occurred). For large values ​​of the period of the moving average: Buying / selling is carried out de
FREE
The indicator is based on the elements of Bill Williams' trading system. Sell signals are formed when MACD and OsMA values are falling simultaneously (Bill Williams calls these indicators АО and АС in his book), while buy signals appear when both indicators are rising. Thick and thin colored histograms match MACD and OsMA values. If the histogram is greater than 0, the indicator value is rising. Otherwise, it is falling. Positions should be opened when the price exceeds the bar's high or low, at
FREE
This indicator generates signals when the close price values ​​go beyond the channel built using the FATL fast digital filter. Application is extremely simple: The up arrow is a buy signal. Down arrow - sell signal. The signal must be confirmed by the price breaking the high/low of the bar on which the signal was given. The indicator is effective for trend trading. Thus, to open a position, it is necessary to take into account the trend of a higher period. Signals against the trend of a higher p
The indicator displays elements of the trading system, name trading in the zone, described by Bill Williams. Sell signals are formed when MACD and OsMA values are falling simultaneously (Bill Williams calls these indicators АО and АС in his book), while buy signals appear when both indicators are rising. The indicator has no configurable parameters. (Indicator variant in which MACD and OsMA parameters can be changed - ZT Signal 2 AM ). The indicator signals are confirmed when the price exceeds t
FREE
Fine Trade AM
Andriy Matviyevs'kyy
5 (1)
Not all price changes can be used for trading, as small price fluctuations do not allow you to make a profit. The presented indicator with high efficiency gives signals about the moments of a significant change in the direction of price movement. The indicator is intuitive and easy to use. The indicator signal is generated after the completion of the bar, where the indicator changes its position relative to zero. Never repaints signal. The indicator signals must be confirmed by the price exceedi
フィルタ:
レビューなし
レビューに返信
バージョン 26.0 2023.09.20
Updated to version 26+.
バージョン 25.0 2023.08.11
Updated to version 25+.
バージョン 6.0 2023.06.15
Added a price selection parameter for indicator calculation.
バージョン 5.60 2023.06.14
Fix bug.
バージョン 5.50 2023.06.04
New version.
バージョン 5.0 2023.05.23
New version.
バージョン 4.30 2023.05.16
The basic settings of the indicator have been changed.
バージョン 4.20 2023.05.08
Удалена неиспользуемая часть кода.
バージョン 4.10 2023.04.30
Исправлена опечатка в уведомлении.
バージョン 4.0 2023.04.27
Сигналы размещены в окне индикатора. Исправлено визуальное отображение сигналов.
バージョン 2.0 2023.04.21
Added the ability to send notifications about indicator signals.