Tempest

Indicator “Tempest” for MQL5 Market (SEO-optimized, in English)

1. Introduction
The Tempest indicator is a modern technical tool for MetaTrader 5 designed to automatically detect market reversal points by analyzing RSI across multiple timeframes.

Provides clear BUY/SELL signals that allow traders to react instantly to market conditions.

Easily integrates into Expert Advisors for fully automated trading.

SEO Keywords: Tempest, RSI indicator, MQL5 trading robot, Forex automation, RSI strategy, MT5 bot.

2. Key Benefits
Multi-timeframe analysis: supports up to eight timeframes (M1, M5, M15, M30, H1, H4, D1, W1) for more precise signals

High performance: processes up to 1 000 000 bars of history without significant terminal lag

Flexible configuration: two main parameters (LevelSignal and LimitHistory) let you adapt the indicator to any strategy quickly

Easy integration: outputs BUY/SELL arrows in standard buffers (DRAW_ARROW) for instant EA connectivity

Universal application: works on most currency pairs with a minimum recommended deposit of USD 10 000

3. How It Works
RSI signal collection

For each enabled timeframe, CalcSignal() calculates the current RSI value at the specified bar.

Direction determination

RSI > LevelUp → returns –1 (overbought → SELL signal)

RSI < LevelDn → returns +1 (oversold → BUY signal)

Signal aggregation

Sums results from all timeframes and compares to LevelSignal:

Sum ≥ LevelSignal → displays a blue BUY arrow

Sum ≤ –LevelSignal → displays a red SELL arrow

Chart visualization

Arrows are drawn in SignalBufferBlue and SignalBufferRed with an offset ArrowShift.

4. Indicator Settings
LimitHistory: number of bars for calculation (recommended 100 000–1 000 000)

Length: RSI period (typically 14–100; default 48)

LevelSignal: minimum number of simultaneous RSI signals (e.g. 3–5)

AppliedPrice: price type for RSI (PRICE_OPEN, PRICE_CLOSE, PRICE_HIGH, PRICE_LOW, etc.)

ArrowShift: arrow offset from price level (default 20)

Enable timeframes (tf_0…tf_7): choose which intervals to analyze (M1 through W1)

LevelUp0…7 and LevelDn0…7: RSI upper and lower thresholds per timeframe

Tip:

To ensure correct multi-timeframe operation, preload history by opening each required chart (M1…W1) in your terminal and waiting for data to fully download.

Experiment with LimitHistory (100 000; 500 000; 1 000 000) and LevelSignal (3–5) to find the optimal balance between signal accuracy and speed.

5. Expert Advisor Integration
Buffer setup


#property indicator_buffers 2
double BuyArrow[], SellArrow[];
// In OnInit():
SetIndexBuffer(0, BuyArrow);
SetIndexBuffer(1, SellArrow);
Entry/exit logic

if (BuyArrow[i] > 0) {
    // Open BUY
}
if (SellArrow[i] > 0) {
    // Open SELL
}
Risk management

Add positions sized as a fixed percentage of deposit (0.5–2 %).

A minimum deposit of USD 10 000 ensures stable performance on major pairs.

6. Minimum Requirements & Recommendations
Platform: MetaTrader 5 build 3300 or higher

Deposit: at least USD 10 000 (or equivalent in other currencies)

History: load data for all active timeframes (M1…W1)

Suggested starting parameters:

LevelSignal ≥ 3

LimitHistory ≥ 100 000

Length 14–100


おすすめのプロダクト
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
このインジケーターは、H.M.Gartley (「株式市場の利益」、1935 年) の開発に従って調和パターン (XABCD) を識別します。 D 点を透視投影の点として投影します (設定で ProjectionD_Mode = true を指定します)。 再描画はしません。 作業時間枠のバーが閉じるとき、特定されたパターン ポイントが Patterns_Fractal_Bars バーの間に移動していない場合、チャート上に (予想される価格変動の方向に) 矢印が表示されます。 この瞬間から、矢印はチャート上に永久に残ります。 連続した 2 ~ 3 つ以上の矢印 - これは市場状況の変化であり、再描画/再描画ではありません (時間枠を前後に切り替えてはなりません)。 注: 2 ~ 3 つ以上の矢印が連続している場合 - これは市況の変化であり、再描画ではありません。 パターンの総数は 85 です (Gartley-222 と Gartley-222WS を含む。完全なリストはコメント セクションにあります)。 識別されたすべてのパターンのうち、最後に識別されたパターンのみがベ
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
The   Fibonacci Confluence Toolkit   is a technical analysis tool designed to help traders identify potential price reversal zones by combining key market signals and patterns. It highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns. Its unique strength lies in its reliance solely on price patterns, eliminating the need for user-define
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
NeuralTickによるCleanTrend — 過去を決して書き換えないトレンド指標。履歴上は美しいのに、ライブトレードではシグナルを書き換えてしまう指標にうんざりしていませんか? ノイズと欺瞞にうんざりしているトレーダーがCleanTrendを選ぶ3つの理由: 100%再描画なし。 ラインの色は永久に固定されます。過去のバーが後から変わることは一切ありません — ストラテジーテスターでご確認ください。 デュアルノイズフィルター。 価格が設定したしきい値(MinMove)を超えかつ複数のバーにわたって方向を維持した(ConfirmBars)場合にのみシグナルが出現します。レンジ相場での「ノコギリ刃」とはおさらばです。 状況を逃さないアラートシステム。 ポップアップウィンドウ、サウンド、ジャーナル記録、スマートフォンへのプッシュ通知(MetaTrader 5アプリ)。ターミナルが閉じていても、トレンド変化を即座に把握できます。 CleanTrendはチャートをパネルで埋め尽くしません — シンプルなカラーラインのみ:青(買い) または 赤(売り)。エントリー価
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
Introducing the Power Trade Plus indicator designed by a small group of traders with a few years of experience trading the market profitably.  The Power Trade Plus is derived from the Power Trade indicator,  the indicator strive in powerful sniper entries and take profit levels,  with an algorithm that's can determine the markets volatility and Provides entries based on the current market volatility. This indicator is much more effective in stock ,currencies and indices.
SophieSMC One is a premium Smart Money Concepts indicator designed specifically for XAUUSD (Gold) traders who want a cleaner, more structured and institutional approach to the market. Built around real market structure concepts, SophieSMC One combines multiple Smart Money Concepts tools into one powerful and visually clean trading system for MetaTrader 5. FEATURES: • BOS & CHoCH market structure detection • Fair Value Gap (FVG) identification • Liquidity sweep visualization • Order Block recog
HAS RSI Signal — SL/TP自動計算機能付き プロフェッショナル・トレンドインジケーター HAS RSI Signal は、信頼性の高いクラシックな手法と最新のノイズ除去アルゴリズムを融合させた強力なトレーディングツールです。 平均足スムーズド(Heiken Ashi Smoothed) と RSI を組み合わせることで、トレンドの転換点や買われすぎ・売られすぎ圏からの脱出タイミングを正確に捉え、明確なエントリーシグナルを提示します。 主な特徴: 二重のフィルタリング: 平均足スムーズドで市場の「ノイズ」を除去し、RSIで勢い(モメンタム)の強さを確認します。 損切り・利確ラインの自動計算: 単にシグナルを出すだけでなく、ボラティリティ( ATR )に基づいた最適なストップロス(SL) と テイクプロフィット(TP)を自動で算出します。 視覚的な分かりやすさ: シグナルはチャート上にカラーキャンドルとして表示されるため、一目でトレンドを把握でき、取引画面をスッキリと保てます。 充実の通知機能: アラート、音声、スマートフォンへのプッシュ通知機能を搭載。チャンスを逃すこと
MOST ELLIOTT WAVE TOOLS JUST DRAW LINES. THIS ONE ACTUALLY UNDERSTANDS THE RULES. Elliott Wave analysis is one of the most powerful — and most difficult — methods in technical trading. Most indicators fake it. They draw zigzag lines and call them waves without checking a single Elliott Wave rule. Elliott Wave Detector Pro is different. It was built from the ground up to detect, validate, and project Elliott Wave patt
Multi Timeframe Smc Bias Finder Trading in alignment with higher timeframe structure is one of the most consistently profitable habits a trader can build. The difficulty has always been execution: switching between timeframes, manually reading structure, and keeping track of whether the Daily, 4-Hour and 1-Hour are all pointing in the same direction before committing to a position. Multi Timeframe Smc Bias Finder resolves that entirely. Three tools in one indicator: A live multi-timeframe bias d
Potential Reversal Price (PRP) Indicator - Ultimate Sniper Entries for XAUUSD Discounted   Price   !!     Secure your lifetime access   now   before it switches to   subscription-only ! Welcome to the Potential Reversal Price (PRP) Indicator , your ultimate trading tool designed to catch high-probability market reversals with extreme precision. Built for serious traders who demand accuracy, the PRP Indicator combines advanced market structure analysis with momentum exhaustion to pinpoint the exa
MercariaPattern1-2-3 відстежує рух ціни, знаходить трьоххвильові структури 1-2-3 та підсвічує момент, коли сценарій підтверджується пробоєм ключового рівня. MercariaPattern1-2-3 tracks price movement, detects three-leg 1-2-3 structures and highlights the moment when the scenario is confirmed by a key level breakout. Індикатор збирає локальні свінги в компактну фігуру 0–1–2–3 , чекає підтвердженого пробою та будує стрілку входу з готовими рівнями SL/TP. The indicator combines local swings into a
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Multi-Timeframe Heiken Ashi (Smoothed with Dashboard) Professional Market Structure Visualization with Weighted Confluence Scoring Transform your trading with crystal-clear multi-timeframe analysis. This indicator combines smoothed Heiken Ashi candles with an intelligent weighted scoring system to give you unprecedented clarity in any market condition. YOUR TRADING QUESTIONS – ANSWERED INSTANTLY: 1. What's the REAL trend direction? Dashboard Reveals:   Higher timeframe (MN1, W1, D1, H4) trend a
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市場では、
SMART ATR GRID PRO++ – Adaptive Grid Intelligence Suite is a next-generation, institutional-grade grid trading indicator engineered for traders who demand precision, adaptability, and comprehensive market structure analysis. By seamlessly integrating   Adaptive Volatility Grid System ,   KAMA Candle Trend Filtering ,   Multi-Factor Trend Detection (ADX + EMA20/50) ,   Dynamic Heatmap Zone Engine , and   Real-Time Market Regime Classification , this indicator delivers a complete decision-making
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
頭と肩のパターンは、3つのピークを持つベースラインに似たチャート構成であり、外側の2つは高さが近く、中央は最高です。強気から弱気のトレンド反転を予測し、最も信頼性の高いトレンド反転パターンの1つと考えられています。これは、トレンドが終わりに近づいていることをさまざまな精度で知らせるいくつかのトップパターンの1つです。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] クリアな取引シグナル カスタマイズ可能な色とサイズ パフォーマンス統計を実装します カスタマイズ可能なフィボナッチリトレースメントレベル 適切なストップロスおよび利益レベルを表示します インジケーターを使用して、継続パターンまたは反転パターンを見つけることができます 再描画および非再描画ではありません 電子メール/音声/視覚アラートを実装します 設定 チャートにインジケーターをロードすると、入力パラメーターとして一連のオプションが表示されます。パラメーターが自明のブロックにグループ化されているため、それらが多すぎると思う場合でも、絶望しないでください。これは、パ
ATrend
Zaha Feiz
4.83 (18)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
Fibo Box Santai — Indicator Description What is this indicator? A custom MetaTrader 5 (MQL5) indicator that combines three main features in one tool: a colored ZigZag , automatic Fibonacci levels , and candle coloring based on trend direction. Main Features 1. Color ZigZag Draws a classic ZigZag line connecting swing high and swing low points. The line turns blue when price moves up (toward a peak) and red when moving down (toward a bottom).  2. Automatic Fibonacci Levels Each time a new confirm
The RSI Divergence + FVG Signal indicator combines Relative Strength Index (RSI) Divergence with Fair Value Gap (FVG) detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbalances caused
メタトレンドプロ   これは、トレードにおける推測を排除し、市場が既に決定を下したポイントを示すトレンドフォローツールです。この指標は、トレンド、動向、構造が変化する重要なポイントを特定し、主要プレーヤーがポジションを取るべき価格の戻り領域を強調表示します。 単に値動きを見るだけでなく、その背後にある論理を理解できます。すべてのシグナルはローソク足が確定した後に記録され、再描画されることなくチャートに保存されるため、自信を持って状況を分析し、意思決定を行うことができます。トレード目標(利益確定)も表示されます。 この指標の有効性について完全に確信を持っていただくために、自動統計機能をご利用いただけます。 方向転換のたびに、インジケーターはストップロスレベルとそのインテリジェントな段階的移動(Move SL)も表示します。これは非常に重要です。     削減   リスク   ポジション別。 損切り/利益確定/リスクリワード 右側の内蔵パネルには、現在の世界的なトレンドの方向における市場参入ポイントが表示され、過去のデータからもこれらのシグナルが確認できます。 任意の時間枠/ツール この指
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line cl
サポート線と抵抗線のプロットにうんざりしていませんか? サポートレジスタンス は、非常に興味深いひねりを加えてチャート内のサポートとレジスタンスラインを自動検出およびプロットするマルチタイムフレームインジケーターです。価格レベルは時間とともにテストされ、その重要性が高まるにつれて、ラインは太くなり、暗くなります。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一晩でテクニカル分析を強化 チャートを閲覧せずに重要な価格レベルを検出 一目ですべての価格レベルの相対的な強さを認識する すべての取引で最大30時間のプロットラインを節約 インジケーターは、すべての価格レベルの年齢を表示します インジケーターは再描画されていません 過去および現在の価格レベルは近接によって崩壊し、現在の市場行動に合わせて調整されます。動作は、必ずしもピークではない場所に線が引かれます。 価格レベルは、時間とともに拒否されるにつれて、より暗く、より広くなります ノイズを避けるために、重要でない価格レベルは定期的にクリアされます カスタマイズ可能な時間枠の
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
このプロダクトを購入した人は以下も購入しています
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Quantum を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべ
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
ARIPoint
Temirlan Kdyrkhan
1 (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
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:MT5向け合成マルチタイムフレーム・バイアスエンジン ️ サマー・ローンチ・オファー — The Oracle Pro を 199 USD で(早期購入者向け)。価格は普及に応じて上昇します。最終価格 399 USD。 The Oracle Pro は、要求の高いプロのトレーダーのために作られた MetaTrader 5 向けのプレミアム・マルチタイムフレーム バイアスエンジン です。ひとつの問いに規律をもって答えます。すなわち、各タイムフレームの現在の方向バイアスは何か、その強さはどれほどか、そしてタイムフレーム同士はどれだけ一致しているか。すべては確定足のみで計算され、リペイントはありません。 The Oracle Pro はマルチファクター・コンセンサス・システムです。独自のインジケーターと最適化されたアルゴリズムを単一の高度なコンセンサス・ベクトルに統合し、それを単一のインジケーター・インスタンス内で現在足と上位足のスタックにわたって読み取ります。複数のチャートにばらばらのツールを積み重ねる代わりに、です。 これは Oracle コンセンサス手法
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
PrimeScalping 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 e
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
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
### **Zain Gold V4 - AI-Powered Trading Dashboard** **Overview:** Zain Gold V4 is the ultimate evolution in our series of professional technical analysis indicators for the MetaTrader 5 platform. Engineered specifically to navigate the complexities of the XAUUSD (Gold) market and major currency pairs, this version introduces a sophisticated AI-powered dashboard. Our goal is to empower traders with precise, data-driven insights that translate market noise into clear, actionable trading opportun
以下は Chimera Volume の日本語訳です。 MetaTrader 5用 Chimera Volume 高度な出来高分析と市場活動の可視化 Chimera Volumeは、MetaTrader 5向けに設計されたカスタムインジケーターです。正規化された出来高の動きを分析し、動的な視覚的フレームワークを通じて市場参加者の変化をリアルタイムで表示します。 このインジケーターは、適応型正規化アルゴリズムを用いてティック出来高データを処理し、出来高の強さ、蓄積フェーズ、および異なる市場条件下での活動シフトを構造化して表現します。 生の出来高を表示する標準的なインジケーターとは異なり、Chimera Volumeは追加の計算を適用することで、市場活動の相対的な変化を強調し、チャートの視認性を向上させます。 主な機能 ルート・インテント・ヒストグラム (Root Intent Histogram): 正規化された出来高の強さと市場参加度を視覚化する動的ヒストグラムです。適応型カラー・トランジションを採用しており、活動の活発化と参加の減少を明確に区別します。 慣性ライン (Inertia
MT5向けA2SR インジケーター:自動実需給(S/R)。 + 取引商品。 Product description in English here. --   Guidance   : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog 強力で信頼性が高く、時間を節約。よりスマートな取引判断を実現。 + EA互換オブジェクト。 主な利点 先行する実SRレベル(遅延やリペイントなし) 2014年以来、MT4で長年にわたり信頼性が実証されてきたA2SRが 、MetaTrader 5でも利用可能になりました。 価格がサポートレベルとレジスタンスレベルに到達する前に、実際のサポートレベルとレジスタンスレベルを特定できる、リペイントなしの先行インジケーターにより、トレーダーに卓越した優位性をもたらします。 A2SRは、価格がサポートレベルとレジスタンスレベルに到達する前に、事前にサポートレベ
Trend Forecaster は、ブレイクアウトシグナル、反転の可能性があるエリアの分析、マーケットレンジデータ、視覚的な統計パネルを1つのチャート作業スペースにまとめた MetaTrader 5 インジケーターです。 Buy と Sell シグナルを表示し、Average Range と Current Range を追跡できます。また、現在の銘柄と時間足に合わせて Sensitivity を自動調整できます。Sensitivity の手動設定も可能です。 このインジケーターは、FX通貨ペア、金属、株式、指数、暗号資産で使用できます。複数の時間足に対応しており、M5 は実用的な開始点として使えます。 主な機能 ブレイクアウトと反転エリアの分析 Trend Forecaster は、検出されたエリア付近の価格の動きを分析し、内部のブレイクアウト条件が満たされたときに Buy または Sell シグナルを表示します。このインジケーターは、トレンド継続と反転の可能性があるゾーンの両方を確認するために使用できます。 複数フィルターによるシグナルロジック このインジケーターは、複数の内部
KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
MERAVITH SCANNERは、MetaTrader 5用のプロフェッショナルな金融市場インジケーターで、複数の分析ツールを一つの統合システムにまとめています。独自の出来高加重平均価格(VWAP)手法を使用してすべての計算を自動で行い、主観的な解釈を完全に排除します。 このインジケーターは、すべての資産クラス(FX、株式、指数、商品、暗号通貨)およびM1から月足までのすべての時間軸で動作します。基本原理は「価格は出来高に従う」というものです。MERAVITHは機関投資家の出来高が集中するポイントを特定し、その集中から数学的に正確な価格レベルを導き出します。予測や投機は行わず、計算のみを行います。 MERAVITH SCANNERを使用すると、28の主要FX通貨ペアをすべての時間軸でわずか2~3分でスキャンできます。また、任意の市場をスキャンすることも可能です。例えば、約100銘柄の株式を約10分でスキャンできます。 インジケーターは、消耗レベル、均衡線、偏差、統計レベル、およびターゲット予測を算出します。 チャート要素 Origin Point :すべての計算が始まる起点です。イン
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
3.5 (2)
ACB Breakout Arrows インジケーターは、特別なブレイクアウトパターンを検出することで、市場における重要なエントリーシグナルを提供します。このインジケーターはチャートを常に監視し、一方向に勢いが定着してきた段階で、主要な値動きの直前に精度の高いエントリーシグナルを表示します。 マルチシンボル・マルチタイムフレームスキャナーはこちらから - ACB Breakout Arrows MT5 用スキャナー 主な機能 ストップロスとテイクプロフィットの水準が自動で表示されます。 すべての時間足のブレイクアウトシグナルを監視できるMTFスキャナーダッシュボードを搭載。 デイトレーダー、スイングトレーダー、スキャルパーに最適。 シグナル精度を高めるための最適化されたアルゴリズム。 損益分岐点やスキャルピングターゲットに使える特別なライン(クイックプロフィットライン)。 勝率、平均利益などのパフォーマンス分析メトリクスを表示。 リペイントなし。 トレードの確認 - 低確率のトレードを除外するために ACB Trade Filter インジケーター を使用してください。 強い買い:
Berma Bands
Muhammad Elbermawi
5 (10)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
Route Lines Prices MT5  - は、潜在的な取引シグナルを見つけるために設計されたインジケーターです。シンプルなインターフェースには、複数の価格変動アルゴリズムに加え、シグナル終点の検出と完了した軌跡の計算機能が搭載されています。アルゴリズムには、使用する時間枠に基づいたボラティリティと価格平滑化の計算が含まれています。 このインジケーターには、値を変更するための主要なパラメーター「 Calculating price values 」があります。デフォルト値の1は、バランスの取れた自動計算形式を提供し、インジケーターを手動で設定することなく使用できます。 2から500までの値を手動で変更することで、独自の取引システムに合わせてインジケーターをカスタマイズできます。 このインジケーターには、2本の移動平均線(高速移動平均線と低速移動平均線)の交点で表される市場方向インジケーターが組み込まれており、独自のトレンドを判断する際には無効にすることができます。 このインジケーターは、M1からH4の時間枠での使用を推奨します。あらゆる取引銘柄で使用できます。 シグナル
MT5 Indicator See What the Market Is Really Doing, See the 3 Market Phases Live in front of you (Contraction, Expansion, Trend Phases) and have Better Entries at the Early Stage in the Trend Phase. Stop guessing . Start reading the market like the institutions, Smart Money do. Apex Market Structure Pro Indicator for MT5 is a precision smart-money analysis tool that strips away the noise and shows you the true structure beneath every candle, liquidity, structure shifts, accumulat
OrderFlow Absorption – MT5用プロフェッショナル・デルタ&アブソープションシグナルインジケーター OrderFlow Absorptionで本物のオーダーフロー分析の力を解き放ちましょう。MetaTrader 5向けの究極のデルタヒストグラム&アブソープションシグナルインジケーターです。あらゆる価格変動の裏側で何が起きているのかを知りたいトレーダーのために設計されており、市場を動かす隠れた買い/売り圧力や吸収イベントを明らかにします。 特徴 デルタヒストグラムの可視化:   買い圧力・売り圧力を色分けされたヒストグラムで即座に表示。 アブソープションシグナル検出:   高度なロジックで強気・弱気の吸収イベントを特定し、反転の兆しを早期に通知。 チャートマーカー:   吸収シグナルをチャート上に直接マークし、視覚的に分かりやすく表示。 ポップアップアラート:   新しい吸収シグナルが出現した際にリアルタイムで通知。 カスタマイズ可能な閾値:   弱いシグナルを除外し、高確率のセットアップに集中。 リソース管理:   大きなチャートでも高速に動作する効率的な計算。
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
収益性の高い取引機会を簡単に特定するのに役立つ強力な外国為替取引インジケーターをお探しですか?ビースト スーパー シグナル以外に探す必要はありません。 この使いやすいトレンドベースのインジケーターは、市場の状況を継続的に監視し、新しいトレンドを検索したり、既存のトレンドに飛びついたりします。ビースト スーパー シグナルは、すべての内部戦略が一致し、互いに 100% 合流したときに売買シグナルを発するため、追加の確認は不要です。シグナル矢印アラートを受け取ったら、単に売買します。 購入後、プライベート VIP グループに追加されるようにメッセージを送ってください! (完全な製品購入のみ)。 購入後、最新の最適化されたセット ファイルについてメッセージを送ってください。 MT4版は こちらから。 Beast Super Signal EA は こちらから 入手できます。 コメント セクションをチェックして、最新の結果を確認してください。 ビースト スーパー シグナルは、1:1、1:2、または 1:3 のリスクと報酬の比率に基づいて、エントリー価格、ストップ ロス、テイク プ
This indicator automatically detects internal & swing market structure, Fibonacci Retracement and Fibo Levels. Features Full internal & swing market structure labeling in real-time Fibonacci Retracement Fibonacci Levels After purchasing the indicator, the full source code is provided, and via indicator buffers it can be easily integrated into your Expert Advisors (EAs) for automated trading strategies.
作者のその他のプロダクト
The original BoomTroom trend indicator. With this indicator, you do not need to sit near the computer and wait for the inflection point to appear day and night. How important it is to determine the trend in the stock market or the Forex market! Still not sure how to determine the inflection point of a trend? Are you still worried about how to draw short-term and long-term trend lines? Run this smart utility. You will see pivot points of varying strength, as well as long-term and short-term tre
The Forex market can go through many different price paths to reach a point in the future. The future is dynamic. Therefore, planning a trade with a possible future scenario is an essential step for your success. For these purposes, we present to your attention Trend Units. A unique author's strategy that simultaneously determines the strength of trends and points of entry into the market, visualizing it using arrows on the chart. The indicator is optimally adapted for trading on time periods
Trend Basement indicator showing buy and sell areas. The indicator follows price movement around the opening price. It also displays information about the trend following the breakout of the low and high. The indicator has a very simple but effective chart: an orange dot is displayed above the open price, and a blue one below the open price. The indicator also includes a sound alert and a pop-up window that notifies you when the candle closes at these important levels. The indicator will allow y
Trend Sys, an indicator designed to detect trends in price movement and allows you to quickly determine the direction of the trend. The best way to trade Trend Sys is to enter the market when Trend Sys peaks and goes the other way. This is a sign of a trend reversal. I hope you enjoy this indicator and leave your comments to make it even better. Good luck and happy trading.
Using the Trend Moment indicator, you can find not only overbought and oversold zones, but also be able to identify the strongest reversals of the current trend. This will take your trading to a whole new level. Forget about slipping in oscillators, be it Stochastic or RSI or any other oscillator. Trend Moment signals 100% do not redraw and do not require adjusting the parameters - the indicator will work equally well on any chart, even with default parameters.
Trend Sens is a universal indicator, the values of which are calculated based on different indicators. The iPump indicator is a versatile indicator that combines the advantages of three categories of indicators. You get 3 indicators in 1 product. Trend Sense itself appeared in the process of many years of work with financial assets. The indicator has become a consequence of those desires and requirements, for the analysis that I personally would like to use for trading.
With the development of information technologies and a large number of participants, financial markets are less and less amenable to analysis by outdated indicators. Conventional technical analysis tools, such as the Moving Average or Stochastic, in their pure form are not able to determine the direction of the trend or its reversal. Can one indicator indicate the correct direction of the future price, without changing its parameters, in the history of 14 years? At the same time, not to lose ad
The Trend Map indicator is designed to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also to understand the levels of interaction between buyers and sellers. It has no settings and therefore can be perceived as it signals. It contains only three lines, each of which is designed to unambiguously perceive the present moment. Line # 2 characterizes the global direction of the price movement. If we see that the other two lines are above
Trend LineA is a powerful trend indicator equipped with everything you need to trade and at the same time very easy to use. The indicator calculates the most probable zones of trend stop / reversal, zones of confident trend movements. The indicator works on all timeframes and currency pairs. The indicator gives quite accurate signals and it is customary to use it both in trend and flat markets. It is advisable to use the indicator in combination with other instruments for more reliable signals
Original Trrend Arrow trend indicator showing buy and sell areas. With this indicator, you do not need to sit near the computer and wait for the inflection point to appear day and night. The indicator is very easy to use. When an up arrow appears, open a buy deal. When a down arrow appears, open a sell trade. The indicator works on all timeframes and currency pairs. It is advisable to use the indicator in combination with other instruments for more reliable signals and making a more balanced
One of the biggest challenges traders face is finding the trading system that's right for them. Trend Op indicator predicts the most likely short-term price movement based on complex mathematical calculations. This indicator is designed to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also to understand the levels of interaction between buyers and sellers. It has no settings and therefore can be perceived as it signals.
The Trend Hist indicator is designed to display on a chart and visually evaluate the trailing algorithm by inside bars. This indicator finds strong trend movements of a currency pair on a given number of bars, and also finds a correction to this trend. If the trend is strong enough, and the correction becomes equal to the one specified in the parameters, then the indicator signals this.
The Trend Slow indicator uses the author's algorithm for analyzing price behavior and displays the result of complex work in the form of lines. For simplicity, the algorithm automatically changes the line color according to its direction. The indicator has a parameter to enable alerts when the color changes, thus helping the trader to identify new market trends. This system will help you find high-probability trades in the direction of strong trends.
Индикатор тренда Decisive , показывает моменты для входа в рынок стрелками. Это гибридный индикатор, так как основывается на сигналах нескольких двух достаточно известных продуктов - индикатор среднего истинного диапазона, который определяет диапазон минимальных и максимальных ценовых колебаний, а также цен закрытия. В результате - указывает текущую рыночную волатильность. Также индикатор семейства осцилляторов. Индикатор помогает рассчитать уровни перепроданности и перекупленности торгового ин
The Effect indicator shows the points of potential market reversal. Simple, visual and efficient trend detection. Ready-made trading system. The intelligent algorithm of the indicator determines the trend with good probability. Uses just one parameter for settings. The indicator does not redraw and does not lag. Works on all currency pairs and all timeframes. You should remember that using a combination of forecasting tools, it is advisable to choose 2-3 indicators for trading. Otherwise, thei
American traders say: “Trend is your friend”, which means “Trend is your friend”. And indeed it is! By trading with the trend, you reduce your risks and gain an advantage, as you increase the mathematical expectation of completed trades and, therefore, earn more profit. Together with the Going straight indicator you will trade with the trend with ease! This is one of the most effective ways to deal with market trends. Trading strategies using the channel indicator belong to the classic methods
Schrodinger Channel is a non-redrawing channel indicator based on moving averages, it takes into account not simple moving averages, but twice smoothed ones, which, on the one hand, makes it possible to more clearly determine the market movement, and on the other hand, makes the indicator less sensitive. Signals are not redrawn and can be used immediately after they appear. This means that there is no need to wait for a new confirming bar. The lower and upper bands are used as support / resista
The Direction Arrows indicator tracks the market trend while ignoring the sharp market fluctuations and noise around the average price. The indicator implements a kind of technical analysis based on the idea that the market is cyclical in nature. It catches the trend and shows favorable moments of entering the market with arrows. The indicator can be used both for pipsing on small periods and for long-term trading.
The Incognito RSI indicator is an advanced internal strength index. It transforms the signal so that the low-frequency components lag behind much more than the high-frequency components. In general, the data of the last bar has more weight than the previous data, like an exponential moving average. The indicator demonstrates not the relative strength of the compared trading instruments, but the internal strength of a single instrument, therefore it is the “Internal Strength Index”. This is an
The Oscillator Trend indicators are most useful in identifying trend decay. Nobody canceled the divergence. Correct use of this signal will give you a certain head start in the market. When working in flat. The principle of operation of the oscillator is based on the measurement of fluctuations. The indicator tries to determine the maximum or minimum of the next swing - an exit from the overbought and oversold zones. Do not forget that these signals are most interesting at the borders of the fl
Purpose Trend - analyzes the current trend gives an excellent understanding of which direction the market is aimed at, at what point it should be expected in the near future. Unfortunately, most of the popular indicators in practice give a huge number of false signals, since they all work without any consideration of global trends. That is why in today's conditions, when the market is far from stable price movement, it is almost impossible to build a strategy without using trend indicators. Ho
BitTerraCoin is a unique trading system! It goes through the entire history and all currency pairs with one single setting. Works using sharp tick movements. Recommendations for working with a scalpel: It is recommended to work on liquid Forex pairs with a low spread. The lower the commission and the spread, the greater the profit. You can start using it with $ 100 and 0.01 lot. You can work on any hourly period, on any currency pair and on the server of any broker. Details: The MaxSpread par
The Make Use trend indicator copes with the main task of trading: to find an entry point to the market at the moment of trend initiation and an exit point at the moment of its completion. A stable movement of quotations in a certain direction is called a trend in trading. In this case, the movement itself can be downward, upward or sideways, when the market movement does not have a pronounced direction. The Make Use trend indicator is important for identifying trends in financial markets. Howev
Trend Thyrogen is a trend trading strategy, filtering and all the necessary features built into one tool! Intelligent indicator algorithm with generates input signals and output levels. The principle of operation of the indicator is to automatically determine the current state of the market when placed on a chart, analyze historical data based on historical data and display instructions for further actions on the trader's screen. The system itself shows in the form of arrows when to buy and wh
The Channel Token indicator automatically builds a trend movement tracking channel. The price is in its trend movement in a certain range, and not a chaotic spread of the price, it is not clear in which direction. And if the price deviates within a certain range, it means that the boundaries of these ranges are support and resistance lines and form the Channel Token channel. Channel Token - an indicator in which the indicator period is automatically calculated based on the number of bars of t
The bot uses 4 MACD indicators and two MAs in its work, thus a zone is formed for trading on the breakdown of the Bands channel and, accordingly, with a minimum stop level and only one deal. The bot also takes into account parameters such as slippage, spread and volatility. Entry is made only when there is sufficient volatility. Thus, the bot works using sharp tick movements. It is recommended to work on liquid Forex pairs with a low spread. The lower the commission and the spread, the greater
The Trend Long indicator accompanies long trends. It can be used only to determine the global trend, but not as an entry point. Any reliable entry indicator can be used for the entry point. Or the standard RSI, based on overbought / oversold levels. The indicator can be used without restrictions on instruments or timeframes. Experiment with the parameters! The parameters are not linear! When you specify a period, you only specify a period to determine the price range for a certain interval. Th
This is no ordinary channel. Everyone should analyze it and find a way to use it in their trading strategies. Like all channels, it has a middle line as well as a high and low line. This channel is worth watching for its unusual behavior. The use of the Channel Reliable indicator allows the trader to react in time to the price going beyond the boundaries of the channel set for it. This corridor is built on the basis of the analysis of several candles, and changes in the parameter of the number
The principle of operation of the Patern Trend indicator is to work on a channel breakout. The parameters and width of the channel are selected in such a way that the closing in the red is sufficiently balanced, which is shown on the chart by the inscriptions near the arrows. You can see that the arrow signal does not appear every time the channel is broken. Because the indicator has a volatility filter that has a big impact on the entry. In total on the chart (EURUSD / H1) you can see that th
Signal Switched is a channel indicator designed to work with support and resistance levels and help traders find opportunities to enter the market. It is also protected by arrows that help to enter the market correctly. Channel indicators are among the most popular technical analysis tools on Forex and Signal Switched is a promising market analysis tool. Signal Switched can be used as a base for building a strategy or as an addition to an existing one. Signal Switched is a limited range (corr
フィルタ:
レビューなし
レビューに返信