Ai predictor

AI Predictor is an artificial intelligence-based indicator trained to forecast future price movements several bars ahead. You can specify the number of forecasted bars in the indicator settings. The longer the indicator remains on the chart and gathers analytical data, the more accurate its price predictions become. The indicator draws future candles predicting with high probability the direction in which the price is likely to move.

The AI Predictor indicator is designed to forecast price movements for N future bars using a voting system based on technical indicators (EMA, ADX, RSI, Stochastic, H4 EMA) and a self-learning mechanism. It displays forecasted candles (blue for bullish trend, red for bearish) on the price chart and automatically adjusts its parameters if prediction accuracy drops below a predefined threshold. Below is a detailed and precise description of each indicator parameter in English, including its purpose, impact on performance, and configuration recommendations.

Indicator Parameters and Configuration:

BarsToAnalyze

  • Type: Integer

  • Default: 50

  • Description: Defines how many historical bars are analyzed for calculating technical indicators (EMA, ADX, RSI, Stochastic, ATR, H4 EMA). These form the voting system's data basis.

  • Impact:

    • Higher values provide more data for analysis, potentially improving accuracy but increasing calculation time.

    • Lower values speed up calculations but may reduce signal reliability due to insufficient data.

  • Recommendation:

    • Keep 50 for GBP/USD M5 with sufficient data.

    • Reduce to 30 or 25 on strategy tester or new accounts.

    • For H1 or slower timeframes, increase up to 100.

    • Check the Experts tab for “Insufficient bars” messages.

FastMAPeriod

  • Type: Integer

  • Default: 12

  • Description: Initial period for fast EMA used to detect short-term trend in the voting system.

  • Recommendation:

    • 12 for M5 GBP/USD.

    • For scalping: 8–10.

    • For conservative setups: 14–16.

    • Self-adjusts dynamically (CurrentFastMA) between 8–20.

SlowMAPeriod

  • Type: Integer

  • Default: 26

  • Description: Initial period for slow EMA to define long-term trend.

  • Recommendation:

    • 26 for M5 GBP/USD.

    • Aggressive: 20–22.

    • Stable markets: 30–40.

    • Self-adjusts (CurrentSlowMA) between 20–40.

ADXPeriod

  • Type: Integer

  • Default: 14

  • Description: ADX period measuring trend strength.

  • Recommendation:

    • 14 standard for M5.

    • Faster response: 10–12.

    • Stable trends: 16–20.

ADXThreshold

  • Type: Double

  • Default: 25

  • Description: ADX strength threshold for voting weight.

  • Recommendation:

    • 25 for GBP/USD M5.

    • Volatile pairs: 20–22.

    • Calm markets: 28–30.

    • Adjusted dynamically (CurrentADXThreshold) 15–35.

RSIPeriod

  • Type: Integer

  • Default: 14

  • Description: RSI period for overbought/oversold detection.

  • Recommendation:

    • 14 standard.

    • Scalping: 9–12.

    • Longer-term: 18–21.

RSIOverbought

  • Type: Double

  • Default: 70

  • Description: RSI level above which a bearish vote is cast.

  • Recommendation:

    • Default: 70

    • Aggressive: 65–68

    • Conservative: 75–80

    • Dynamically adjusted 60–80.

RSIOversold

  • Type: Double

  • Default: 30

  • Description: RSI level below which a bullish vote is cast.

  • Recommendation:

    • Default: 30

    • Aggressive: 32–35

    • Conservative: 20–25

    • Adjusted within 20–40.

StochKPeriod, StochDPeriod, StochSlowing

  • Types: Integer

  • Defaults: 14, 3, 3 respectively

  • Descriptions: %K, %D, and slowing for Stochastic oscillator.

  • Recommendations:

    • K: 14 (default), 9–12 (fast), 18–21 (slow).

    • D: 3 default, 2 (sensitive), 5–7 (smooth).

    • Slowing: 3 default, 2 (scalp), 4–5 (volatile).

StochOverbought

  • Type: Double

  • Default: 80

  • Description: Overbought level triggering bearish signal.

  • Recommendation:

    • Default: 80

    • Aggressive: 75–78

    • Conservative: 85–90

    • Adjusted 70–90.

StochOversold

  • Type: Double

  • Default: 20

  • Description: Oversold level triggering bullish signal.

  • Recommendation:

    • Default: 20

    • Aggressive: 22–25

    • Conservative: 10–15

    • Adjusted 10–30.

ATRPeriod

  • Type: Integer

  • Default: 14

  • Description: ATR period for calculating candle height.

  • Recommendation:

    • Default: 14

    • Volatile: 10–12

    • Calm: 16–20

ForecastBars

  • Type: Integer

  • Default: 10

  • Description: Number of forecasted bars.

  • Recommendation:

    • Default: 10 (~50 mins on M5)

    • Scalping: 5–7

    • Swing: 12–15

    • Ensure rates_total > minBars .

MinAccuracy

  • Type: Double

  • Default: 0.6 (60%)

  • Description: Minimum prediction accuracy before re-optimization.

  • Recommendation:

    • Default: 0.6

    • Testing: 0.5

    • Strict: 0.65–0.7

LearningRate

  • Type: Double

  • Default: 0.1

  • Description: Controls speed of parameter adaptation.

  • Recommendation:

    • Default: 0.1

    • Faster learning: 0.2–0.3

    • Stable markets: 0.05

VoteThreshold

  • Type: Double

  • Default: 0.3

  • Description: Minimum combined vote weight to define trend.

  • Recommendation:

    • Default: 0.3

    • Low confidence? Lower to 0.2

    • Conservative? Raise to 0.4–0.5

DebugMode

  • Type: Boolean

  • Default: true

  • Description: Enables log messages for debugging.

  • Recommendation:

    • True during testing.

    • False in live trading to reduce log load.

Configuration Guidelines

General Steps:

  1. Start with Defaults – optimized for GBP/USD M5.

  2. Use Strategy Tester – evaluate parameter changes.

  3. Enable DebugMode – monitor accuracy and errors.

  4. Load Historical Data – especially M5 and H4 bars.

Tuning Steps:

  • Step 1: Ensure candles are visible

    • Enable chart shift.

    • If no candles:

      • “Insufficient bars”: lower BarsToAnalyze .

      • “Low-confidence vote”: reduce VoteThreshold .

      • “Invalid data”: ensure H4 data or lower long-periods.

  • Step 2: Optimize Accuracy

    • Watch “Accuracy: X” in logs.

    • If often <60%:

      • Raise LearningRate to 0.2.

      • Reduce FastMAPeriod , RSIPeriod , or ADXThreshold .

      • Increase SlowMAPeriod and ADXThreshold in calm markets.

  • Step 3: Forecast Candle Size

    • Modify ATRMultiplier (default 0.7).

    • Increase to 1.0–1.2 (bigger candles) or decrease to 0.5 (smaller).

    • Use longer ATRPeriod if candles too large.

  • Step 4: Voting Balance

    • Inspect “Weights=[...]” in log.

    • If one indicator dominates with low accuracy:

      • Reduce its initial weight.

      • Raise VoteThreshold for reliability.

  • Step 5: Backtest & Fine-tune

    • Test on 1–3 months GBP/USD M5 data.

    • Adjust MinAccuracy , ForecastBars , and save parameters to file for reuse.

Usage Scenarios:

  • Scalping: Lower FastMAPeriod , RSIPeriod , StochKPeriod , ForecastBars , VoteThreshold .

  • Swing Trading: Increase SlowMAPeriod , ADXThreshold , BarsToAnalyze , VoteThreshold .

  • Training: Enable DebugMode , lower MinAccuracy , raise LearningRate .

  • Live Trading: Disable DebugMode , use defaults, periodically review accuracy.

Example (GBP/USD M5, no forecast candles, log shows “Low-confidence vote”, accuracy 0.55):

  • Lower VoteThreshold to 0.25

  • Lower MinAccuracy to 0.5

  • Increase LearningRate to 0.2

  • Reduce BarsToAnalyze to 30 if needed

  • Ensure H4 data is loaded
    → Forecast candles should start to appear after learning phase.



おすすめのプロダクト
M5 タイムフレームのロボット スカルパー。 GBPUSD 通貨ペアでの取引。このロボットは、英ポンドの取引のためにプロのトレーダーの会社によって特別に開発されました。ロボットは、毎日約 5 ~ 15 の取引を開始します。 GBPUSD のスプレッドが最大 10 ピップスまでの低いブローカーと取引するのが最善です。開始するための推奨最低入金額は $500 以上です。 利点: マーチンゲールは使いません。 ネットではありません。 すべての取引にはストップロスがあります。 GBPUSDペア専用のプロボット。 ロボットスキャルパー、M5 期間の日中取引。 このロボットはどのように取引しますか? 市場を分析するために、ロボットは 2 つの指標の価格モデルと戦略的な市場パターンを使用します: パラボリック ストップとリバース システムとボリンジャー バンド。ロボットは最初に、価格エントラポレーション統計を使用して価格の動きについて市場を分析します。次に、ロボットはこれらの指標を読み取り、現在と過去の動きの傾向を比較します。市場の反転またはロールバックを示すパターンが一致した場合、ロボットは取
Shark Deal Book
Philip Pankaj Suthagar
4 (3)
Term  "shark"  in the business world denotes a high volume investor who just made a good investment in a highly Potential business deal.So, sharks are the ones who make the market move. In our case, if an American shark bought a Japanese company, he/she has to convert American dollars into Japanese yen to make the deal. So, the demand for the Japanese yen will increase sharply. Thus USD/JPY will go short rapidly if the deal was from the shark. Another example, In the case of forex, if fed increa
「Auto FIBO Pro」Crypto_Forex インジケーターは、取引の補助ツールとして最適です。 - インジケーターは、フィボナッチ レベルとローカル トレンド ライン (赤色) を自動的に計算してチャート上に配置します。 - フィボナッチ レベルは、価格が反転する可能性のある重要な領域を示します。 - 最も重要なレベルは、23.6%、38.2%、50%、61.8% です。 - リバーサル スキャルピングやゾーン グリッド取引に使用できます。 - Auto FIBO Pro インジケーターを使用して、現在のシステムを改善する機会も多数あります。 - Info Spread Swap Display があり、接続されている外国為替ペアの現在のスプレッドとスワップを表示します。 - ディスプレイには、アカウントの残高、エクイティ、マージンも表示されます。 - Info Spread Swap Display は、チャートのどのコーナーにも配置できます。 0 - 左上コーナー、1 - 右上、2 - 左下、3 - 右下。 高品質のトレーディングロボットとインジケーターをご覧にな
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視
Crypto_Forex MT4 用インジケーター「モーニング スター パターン」 - インジケーター「モーニング スター パターン」は、プライス アクション トレーディングに非常に強力なインジケーターです。再描画なし、遅延なし。 - インジケーターは、チャート上で強気のモーニング スター パターンを検出します。チャート上の青い矢印信号 (画像を参照)。 - PC、モバイル、および電子メール アラート付き。 - また、その兄弟である弱気の「イブニング スター パターン」インジケーターも利用できます (以下のリンクに従ってください)。 - インジケーター「モーニング スター パターン」は、サポート/レジスタンス レベルと組み合わせるのに最適です。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、この MQL5 Web サイトでのみ提供されるオリジナル製品です。
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
これは、キャンドルの終値を予測する指標です。 このインジケータは、主にD1チャートでの使用を目的としていますが. この指標は、従来の外国為替取引とバイナリオプション取引の両方に適しています。 インジケーターは、スタンドアロンのトレーディングシステムとして使用することも、既存のトレーディングシステムへの追加として機能させることもできます。 このインジケーターは、現在のキャンドルを分析し、キャンドル自体の内部の特定の強度係数と、前のキャンドルのパラメーターを計算します。 したがって、この指標は、市場の動きのさらなる方向性と現在のキャンドルの終値を予測します。 この方法のおかげで、この指標は、短期の日中取引だけでなく、中期および長期の取引にも適しています。 インジケーターを使用すると、市場の状況の分析中にインジケーターが生成する潜在的な信号の数を設定できます。 インジケーターの設定には、このための特別なパラメーターがあります。 また、インジケーターは、チャート上のメッセージの形式で、電子メールで、およびPUSH通知の形式で、新しい信号について通知することができます。 購入後は必ず私に書いて
Antabod Gamechanger
Rev Anthony Olusegun Aboderin
*Antabod GameChanger Indicator – Transform Your Trading!*   Are you tired of chasing trends too late or second-guessing your trades? The *Antabod GameChanger Indicator* is here to *revolutionize your trading strategy* and give you the edge you need in the markets!   Why Choose GameChanger? *Accurate Trend Detection* – GameChanger identifies trend reversals with *pinpoint accuracy*, ensuring you enter and exit trades at the optimal time.   *Clear Buy & Sell Signals* – No more guesswork! T
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
Day Pattern
Oleksandr Martsynyshen
Description: - D ay Pattern - an indicator that helps to identify patterns of price changes for the development of trading algorithms and strategies. For whom this tool? - For developers of trading strategies and algorithms. - Medium- and long-term traders. Time frames H1-W1. Features of the indicator: - There is a function of exporting indicator values to a file of the csv format. - Using the information panel, you can conduct an express analysis of trading tool. - The indicator is sui
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。 最初
Volume Profile Sniper v11.1は、包括的な市場分析ツールです 取引への専門的なアプローチ ボリュームプロファイルスナイパー v11.1は、市場状況の包括的な評価に基づいて明確な信号を提供し、一つの指標に15以上の主要なフィルタを組み合わせ 主な特長 ボリューム不均衡分析-アルゴリズムは、各キャンドルの買い手と売り手のシェアを計算し、当事者の1つの優位性を通知します(50%から90%までの設定可能なしきい値)。 マルチレベル信号フィルタリング-インジケータは考慮されます: トレンド指標(9/21) 買われ過ぎ/売られ過ぎゾーンを除くRSI キャンドルパターン(ピンバー、吸収、ハンマー) サポート/抵抗レベル(自動検出) 主要なプレーヤーの活動を識別するためのボリュームスパイク クラシックと増幅されたRSIの相違 ボラティリティ評価のためのATR 傾向の強さを決定するためのADX 価格アクション(内部バーと外部バー) 複数の時間枠の確認 市場構造(高値/安値) セッションフィルタ(アジア、ロンドン、ニューヨークセッション) ニュースの
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns は、レンコチャートの各レンガをスキャンしながら、さまざまな金融市場でトレーダーによく使用されている有名なチャートパターンを検出します。 時間ベースのチャートと比較して、レンコチャートは視認性が高くシンプルなため、パターンベースのトレードがより簡単かつ明確になります。 KT Renko Patterns は複数のレンコパターンを搭載しており、その多くは Prashant Shah 氏の著書『Profitable Trading with Renko Charts』でも詳しく解説されています。 KT Renko Patterns インジケーターに基づいた 100% 自動化された EA は、こちらからご利用いただけます - KT Renko Patterns EA 。 機能一覧 最大8種類の明確なレンコパターンを表示し、あいまいさなく取引をサポートします。 完全な客観性を保つため、すべてのパターンにストップロスとフィボナッチターゲットが設定されています。 KT Renko Patterns は各パターンの精度を継続的に測定し、重要な統計情報をチャート
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
[ZhiBiCCI]インディケータは全てのサイクル使用に適しており、そして全ての市場品種にも適しています。 [ZhiBiCCI]緑色の実線は強気の発散の逆転です。緑色の点線は古典的な強気の発散です。 [ZhiBiCCI]赤への実線は逆弱気の発散である。赤い点線は古典的な弱気の発散です。 [ZhiBiCCI]はパラメータ(アラート、メール送信、通知送信)で設定でき、(true)に設定するとインスタント信号をアラームウィンドウに送信し、Eメール、インスタントメッセージを送信できます。 パラメータ設定の説明 [displayAlert]:これはアラームスイッチで、trueに設定され、矢印が表示されればプロンプトに自動的に警告され、falseに設定されれば警告されません。 [sendmail_NO_OFF]:これはメールを送信するためのスイッチで、trueに設定します。矢印が表示されていればMT4で設定したメールボックスにメールを送信し、falseに設定されていればメールを送信しません。 [sendnotification_NO_OFF]:これはインスタントメッセージを送信するた
Introducing the "Magic Trades" for MetaTrader 4 – your ultimate tool for precision trading in dynamic markets. This innovative indicator revolutionizes the way you perceive market trends by harnessing the power of advanced analysis to detect subtle changes in character, paving the way for optimal trading opportunities. The Magic Trades Indicator is designed to empower traders with insightful entry points and well-defined risk management levels. Through its sophisticated algorithm, this indicato
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
"Pattern 123" is an indicator-a trading system built on a popular pattern, pattern 123. This is the moment when we expect a reversal on the older trend and enter the continuation of the small trend, its 3rd impulse. The indicator displays signals and markings on an open chart. You can enable/disable graphical constructions in the settings. The indicator has a built-in notification system (email, mobile terminal, standard terminal alert). "Pattern 123" has a table that displays signals from sele
Gold Bricks FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $300
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
This indicator is good for small time frames like 1 and 5 minutes and made for day trading. The indicator never repaints or recalculates. The indicator works is for trading swing points in day trading, following bulls or bears.  Its a simple to use, non cluttered indicator with a high success rate.  This indicator works well to capture ranges.  All indicators come with limitations and no indicator or system is always accurate. Use money management for long term trading success.   Place in backte
Easy Trade Indicator – Your Path to Profitable Trades! Work any Time Frame! Maximize your profits with precise and assertive trades! ️ Trade with comfort – the indicator does the analysis and you only open the order in the direction in which the indicator shows you!  Exclusive panel with past trade counter and accuracy tracking! Simplify your analysis, boost your performance, and trade with confidence! Get it now and take your trading to the next level
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Crypto_Forex MT4用インジケーター「 RSI SPEED 」は、優れた予測ツールで、リペイント機能はありません。 - このインジケーターの計算は物理学の方程式に基づいています。RSI SPEEDはRSI自体の1次導関数です。 - RSI SPEEDは、主要トレンドの方向にスキャルピングエントリーするのに適しています。 - 適切なトレンドインジケーター(例えばHTF MA(画像参照)など)と組み合わせて使用​​してください。 - RSI SPEEDインジケーターは、R​​SI自体がどれだけ速く方向転換するかを示します。非常に敏感です。 - モメンタムトレード戦略にはRSI SPEEDインジケーターの使用をお勧めします。RSI SPEEDインジケーターの値が0未満の場合は価格モメンタムが下降し、RSI SPEEDインジケーターの値が0を超える場合は価格モメンタムが上昇します。 - インジケーターにはモバイルとPCのアラートが組み込まれています。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトで
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
このプロダクトを購入した人は以下も購入しています
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターは
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4マルチタイムフレームオーダーブロック検出インジケーター。 特徴 -チャートコントロールパネルで完全にカスタマイズ可能で、完全な相互作用を提供します。 -必要な場所でコントロールパネルを表示および非表示にします。 -複数の時間枠でOBを検出します。 -表示するOBの数量を選択します。 -さまざまなOBユーザーインターフェイス。 -OBのさまざまなフィルター。 -OB近接アラート。 -ADRの高線と低線。 -通知サービス(画面アラート|プッシュ通知)。 概要 注文ブロックは、金融機関や銀行からの注文収集を示す市場行動です。著名な金融機関と中央銀行が外国為替市場を牽引しています。したがって、トレーダーは市場で何をしているのかを知る必要があります。市場が注文ブロックを構築するとき、それは投資決定のほとんどが行われる範囲のように動きます。 注文の構築が完了すると、市場は上向きと下向きの両方に向かって急激に動きます。注文ブロック取引戦略の重要な用語は、機関投資家が行っていることを含むことです。それらは主要な価格ドライバーであるため、機関投資家の取引を含むあらゆる戦
ゴールドラッシュ・トレンド・アロー・シグナル ゴールドラッシュ・トレンド・アロー・シグナル 指標は、XAU/USDにおける高速・短期スキャルパー向けに最適化された、正確でリアルタイムのトレンド分析を提供します。 1分足専用に設計されたこのツールは、明確なエントリーポイントを示す方向矢印を表示し、スキャルパーが変動の激しい市場状況でも自信を持って取引できるよう支援します。 この指標は、PRIMARY(主要)とSECONDARY(補助)のアラート矢印で構成されています。PRIMARYシグナルは、トレンドの方向転換を示す白と黒の方向矢印であり、SECONDARYシグナルは、PRIMARY矢印が示す方向を確認し、潜在的なエントリーポイントを示す青と赤の矢印です。 注意:トレンド方向の変化後にPRIMARYアラート矢印が1つだけ表示される場合、複数のSECONDARY青/赤矢印が表示される点に注意が必要です。SECONDARYシグナルは、シグナル基準を満たす任意のローソク足後に表示されます。したがって、長期的なトレンド移動の場合、画面に多くのSECONDARY矢印が表示されます(添付の
The Propfolio Master Suite is the ultimate all-in-one analytical workstation for professional traders. Combining the power of the Beat The Market Maker (BTMM) methodology, Smart Money Concepts (SND/Liquidity), and Advanced Volume Profile, this suite replaces multiple different indicators with one optimized engine. Monitor up to 14 pairs simultaneously from a single chart, instantly identify market cycles, and seamlessly map institutional footprints with the click of a button. The Command Center
The indicator is built on a non-standard Zig Zag, it draws accumulations after which if the price leaves this zone and a test of this zone occurs, then a sound signal is given and an arrow appears - after the test candle closes.The indicator does not redraw its signals, it is very easy to use, there are only three settings 1- this is the zig zag parameter 2- this is the minimum price exit from the zone 3- this is the maximum price exit from the zone. The lower the parameter for Zig Zag, the more
NAM Divergences
NAM TECH GROUP, CORP.
5 (1)
MT4マルチタイムフレームの発散と売られ過ぎ/売られ過ぎの検出インジケーター。 特徴 -チャートコントロールパネルで完全にカスタマイズ可能で、完全な相互作用を提供します。 -必要な場所でコントロールパネルを表示および非表示にします。 -資本化されていない発散に関するリアルタイムの情報。 -売られ過ぎ/売られ過ぎの状況に関するリアルタイム情報。 -定期的な発散に関するリアルタイムの情報。 -隠れた発散に関するリアルタイム情報。 -発散検出に使用できる発振器:AO、RSI、CCI、MACD、STOCH、RMI、TDI、RSIOMA。 -通知サービス(画面アラート|プッシュ通知)。 概要 発散取引を使用すると、弱体化傾向や勢いの逆転を見つけるのに役立ちます。トレンドが続くためのシグナルとして使用できる場合もあります。私たちのツールは、チャートを可能な限りクリーンに保つために、表示と非表示の可能性を備えた驚くほど快適で直感的なコントロールパネルで、すべての時間枠で同時に発散検出を提供します。 選択した履歴期間に、買われ過ぎと売られ過ぎの状況、通常の相違、隠れた相違
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tradi
「 Dynamic Scalper System 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレンド方向
LHおよびHLブレイクアウトを見つけるための純粋な価格アクションによって行われる高度な計算。 それはあなたに市場で素晴らしい逆転ポイントを与えるでしょう。LHとHL信号は同様にトレイングルブレイクアウトに使用することができます。 ブレイクアウトが発生すると、強い反転を示します。移動平均の優れたフィルターです。トレンドインジケーターと一緒に使用することを強くお勧めします。 サポートとレジスタンス、供給需要指標の追加確認として使用できます。 詳細については、次の外国為替スレッドをご覧ください。 インジケーターは再描画されていません。 Buffers :   SetIndexBuffer ( 0 ,UpBar);      SetIndexBuffer ( 1 ,UpBar2);           SetIndexBuffer ( 2 ,DnBar);      SetIndexBuffer ( 3 ,DnBar2);           SetIndexBuffer ( 4 ,UpBarTop);      SetIndexBuffer ( 5 ,UpBarLow);     
Miraculous Indicator – ガン・スクエア・オブ・ナインに基づく100%非リペイントのFXおよびバイナリーツール この動画では、FXおよびバイナリーオプションのトレーダー向けに特別に開発された、非常に正確で強力な取引ツールである Miraculous Indicator を紹介しています。このインジケーターがユニークなのは、伝説的な ガン・スクエア・オブ・ナイン と ガンの振動の法則 に基づいている点で、現代の取引で利用できる最も正確な予測ツールの一つとなっています。 Miraculous Indicatorは 完全に非リペイント であり、ローソク足が確定した後にシグナルが変化したり消えたりすることはありません。つまり、見たものがそのまま利用できます。これにより、トレーダーは自信を持ってエントリーおよびエグジットを行うための信頼性と一貫性のある根拠を得ることができます。 主な特徴: ガン・スクエア・オブ・ナインとガン理論に基づいて構築 100%非リペイントのシグナルシステム すべての時間枠(M1、M5、H1、H4、日足、週足)で機能 FXおよびバイナリーオプション取引
Trend Signal Advanced System - ド向けのトレンドフォロー型エントリーシグナルを提供するトレーディングシステムです。シグナル矢印は現在のローソク足上に描画され、チャートの上下にシグナルを生成します。トレンドは「標準偏差」指標に基づいており、あらゆる取引銘柄のボラティリティに合わせて柔軟かつカスタマイズ可能なパラメータを設定できます。 このトレーディングシステムには、適切な利益確定レベルと損切りレベルを設定できるプランナーが搭載されており、バックテストを行うことができます。 潜在的な取引シグナル軌跡ライン シグナル矢印から損切りポイント(SLおよびTPレベル)までのシグナルカウンターは、ローソク足の始値に基づいて計算されます。 M1からH4までの様々な時間枠に対応し、スキャルピングやデイトレードに適しています。 シグナル矢印の「買い」と「売り」のアラート機能が利用可能です。 ほとんどのシグナルは再描画なしで動作しますが、場合によっては現在のローソク足上で矢印が点滅することがあります。 統計モニターを使用すると、選択した取引銘柄と時間枠で、トレーディングシ
Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
Please send me Direct message on MQL5 CHAT after purchasing the Indicator for Training and Installation Support There are some additional files that is important to use with the Indicator . So be sure to contact me after purchasing the Indicator So that I can add you for training and support . If you find any difficulty with installation then send me Direct message here So that I can connect with you via Anydesk or Teamview for the product installation. " Smart Order Block Indicator " to find m
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Enigma Scalper  Overview Enigma Scalper Pro is a multi-filter breakout indicator designed for traders who want clean entry signals with confirmation from several technical conditions instead of relying on a single trigger. The indicator combines: 3-Bar Breakout pattern detection Higher Timeframe confluence Bollinger Band extreme filtering RSI momentum analysis Optional EMA trend filtering ATR-based SL/TP projection Signals are generated only after candle close to ensure stable non-repainting beh
Meravith
Ivan Stefanov
5 (3)
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
Buy Sell Signal Pro Looking for a precise and efficient swing detection tool that clearly identifies market structure turning points? Need consistent and easy-to-read buy and sell signals across different timeframes and instruments? Buy Sell Signal Pro  is designed to deliver accurate swing identification with a clean and practical approach, helping traders interpret price structure with confidence. Overview This indicator detects key market structure points, including: Higher Highs (HH) Higher
Advanced Market Footprint Profiles is a specialized market analysis tool, representing a customized volume distribution profile enhanced with Delta and Bid/Ask profiles. The indicator builds fixed horizontal profiles (Fixed Range), displaying the distribution of Volume, Delta, and Bid/Ask at each price level with high precision. Unlike standard horizontal volume profiles, which only show overall volume distribution, this indicator combines Volume, Delta, and Bid/Ask within the selected range a
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the channel theory is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel, it's a trading opportunity. The ind
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断はすべてトレーダー任せです。KT Alpha Hunter Arrows は、最初から完成されたトレードプランを提供します。 各シグナル矢印が表示されると、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足を今トレードする価値があるかを示すリアルタイムのエッジ判定が、チャート上にまとめて描画されます。付属の Trade Manager EA は、手動でエントリーした後の管理をサポートし、相場が荒れて感情が揺れやすい場面でも、トレードの規律を保ちやすくします。リペイントなし。確定足のみでシグナルを表示。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄向けに設計されています。 主な機能 リペイントしない買い・売り矢印。シグナルは足が確定した後にのみ表示されます。 各シグナルにエントリーライン、構造的なストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャート上で買いと売りのセットアップを個別に評価。 判定システム:No Edge、Ma
Linear Trend Predictor ー - エントリ ポイントと方向サポート ラインを組み合わせたトレンド インジケーター。高値/安値チャネルを突破するという原理に基づいて機能します。 インジケーターのアルゴリズムは市場のノイズをフィルタリングし、ボラティリティと市場の動向を考慮します。 インジケーターの機能  平滑化手法を使用して、市場のトレンドと、買い注文または売り注文を開くためのエントリー ポイントを表示します。  任意の時間枠のチャートを分析して、短期および長期の市場の動きを判断するのに適しています。  あらゆる市場や時間枠に適応可能な入力パラメータにより、トレーダーはインジケーターを独自にカスタマイズできます。  設定されたインジケーター信号は消えず、再描画もされません。ローソク足の終値で決定されます。  いくつかの種類の通知が矢印と組み合わされています。  このインジケーターは、独立した取引システムとして使用することも、他の取引システムへの追加として使用することもできます。  あらゆるレベルの経験を持つトレーダーが使用できます。 主なパラメータ Vol
GEM Signal Pro GEM Signal Pro は、MetaTrader 4 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
SYSTEM INTRODUCTION:   The Binary Options Channels System Is Specifically Designed For Binary Options Trading. Unlike Other Systems And Indicators That Were Adopted From Other Trading Environments For Binary Options. Little Wonder Why Many Of Such Systems Fail To Make Money . Many End Up Loosing Money For Their Users.  A Very Important Fact That Must Be Noted Is The Fact That Application Of Martingale Is not Required. Thus Making It Safer For Traders Usage And Profitability. A Trader Can Use Fi
This indicator is SO SIMPLE… when the green Rise Coming arrow appears, a price drop may be on the way! Plain and easy profits! As you receive more than one 'Rise Coming' text signal in a downtrend, it means momentum is building larger for a bull run. HOW TO USE 1. When the green "Rise Coming" text appears, a price jump may be on the way! This indicator Never Repaints! To get the best setting it's a matter of tweaking the indicator until it gives you the best results. Our recommendation, and what
PairMaster Buy Sell Arrow Indicator for MT4 Trade Reversals Like a Pro — Catch Every Swing Point with Precision The PairMaster Buy Sell Arrow Indicator is a powerful MetaTrader 4 tool built to identify high-probability swing trading opportunities . Designed for traders who value accuracy, clarity, and simplicity, PairMaster detects key market turning points and plots intuitive buy and sell arrows directly on your chart. Key Features Accurate Swing Point Detection – Automatically identifies ma
作者のその他のプロダクト
Market Scanner Elite is a new generation of indicators of the Market Scanner series. The Elite version features an improved market analysis algorithm, with a better identification of the entry points and filtering of the false signals. The logic of market analysis and calculation of effective entry points applied in this product are significantly different from those applied in Market Scanner . This indicator cannot be called a big brother, as it is a completely new product with innovative analy
Entry Point M5 — 完全なトレーディングシステム Entry Point M5 は、あらゆる通貨ペアに対応する 高性能なトレーディングシステム型インジケーター です。価格構造を分析し、市場の反転ポイントや新しいトレンドの発生を正確に特定します。強いトレンド相場からレンジ相場まで、さまざまな市場局面に自動適応し、追加のフィルターや補助ツールを使わずに明確で視覚的なシグナルを提供します。 このシステムでの取引は非常にシンプルです。 緑の矢印 が表示されたら**買いポジション(Buy)**を開きます。 赤い矢印 が表示されたら、すべての買いポジションをクローズし、 売りポジション(Sell) を開きます。次に再び緑の矢印が表示されたら、すべての売りをクローズし、新たに買いを開きます。こうしてインジケーターは、主観的な判断を必要とせず、シグナルに従うだけで機能する 完全なトレーディングシステム を構築します。 Entry Point M5 は、M1、M5、M15、H1 などの多くのタイムフレームや、すべての通貨ペアで使用できます。内部の適応アルゴリズムにより、各銘柄のボラティリテ
XL Arrow is a signal indicator that displays market entry points. The red arrow and the DOWN signal at the right corner indicate it is time to sell, while the blue arrow and the UP signal indicate it is time to buy. Settings PeriodSlower - indicator slowing period. PeriodFaster - indicator acceleration period. Recommendations trading pairs: EURUSD, GBPUSD and USDJPY timeframes: M5 - H4
The Quantum Expert Advisor is designed for trading EURUSD H1 . The trading algorithm lies in placing pending orders at the peaks of currency fluctuations, after a preliminary analysis of the market conditions. Trading is fully automated. Lot size is calculated automatically based on the lot percentage. Parameters MaxRisk - percentage of the deposit, used for the automatic calculation of the lot. LongWave - long wave of price fluctuation. ShortWave - short wave of price fluctuation. Level contro
The BoxetFx Expert Advisor analyzes the market using multiple trading strategies. Once the optimal signals for opening trades are obtained, the EA automatically determines the order volume as a percentage pf the deposit. Next, a pending order is placed in the direction of the expected price movement. When the deal reaches an optimal profit or loss level, it is automatically closed. Multiple analytical centers of information processing allow the EA to diversify the possible risks of the trader by
The Medok indicator shows the market entry and exit points on the chart using arrows and resistance lines. The indicator is very easy to use. Buy when a blue arrow appears and sell when a red arrow appears. After an order is opened, it is recommended to close a buy position when the price reaches the lower resistance level or to close a sell position when the price reaches the upper resistance level. Recommended values for EURUSD H1 Periods - 2; Acceleration - 0.02. Recommended values for EURU
TOP Xios is a ready-made trading system, which provides the trader with signals for opening and closing deals. The information panel in the right corner of the screen shows the total number of signals, the number of points in profit or loss and the percentage of valid and false signals. Working with this indicator is very simple. As soon as a blue arrow appears, open a buy deal and wait for a red cross to appear, which indicates the necessity to close the deal. When a red arrow appears, open a s
Buy Market Scanner is a ready-made trading system, which shows the moments when it is necessary to open or close deals. Buy arrows appear on the zero bar without delay and redrawing. The same applies to signals for closing orders. They appear on the zero bar and are not redrawn. The number of profit or loss in points for a certain time period is displayed in the top right corner of the indicator. The indicator works best on the EURUSD currency pair with the H1 timeframe. Operation Principles In
The DayWay indicator shows the current trend direction on the chart as a colored line. The best timeframes for operation are M5 and higher. Works on all currency pairs. Suitable for any scalping strategies. Quite easy to use. Recommendations on usage When a blue line appears, wait for a candle to close and open a buy order. When a red line appears, wait for the current candle to close and open a sell order. Parameters Periods - period of the indicator.
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
Leo Trend is a signal indicator that shows the market entry points, as well as the trend direction and flat on the chart in the form of arrows and lines. Leo Trend will be useful both for beginners creating a trading strategy, and for professionals to integrate into ready-made trading systems. Leo Trend works without redrawing and without significant delays. The operation of the indicator is demonstrated in the video. In addition, you can test this indicator in the strategy tester free of charge
NIZMA is a ready-made trading system, that is the most efficient on the EURUSD, AUDUSD and GBPUSD currency pairs. The best timeframes are M5 and higher. The system shows the market entry points in the form of arrows, and also displays the information on the strength and direction of the trend. The signals are easy to interpret. It is suitable for both novice and professional traders. With the properly selected settings, it gives the minimum number of false signals. In tests, this number did not
XPointer is a completely ready trading system. It shows the trader when to open and close a trade. It works on all currency pairs and all time frames. Very easy to use and does not require additional indicators for its operation. Even a beginner trader can start working with XPointer. But it will also be useful for professional traders to confirm the opening of orders. Features of the XPointer indicator It does not redraw its values. It works on all currency pairs and all time frames. It has al
Lobster is a ready-made trading system with a flexible market analysis algorithm. It performs most of the work for a trader. All you have to do is open and close orders following the indicator signals. The indicator will be very useful for both beginners and professionals. It is able to work with other indicators and independently. Features No signal repainting; Any pair; Any timeframe; Flexible market analysis system. How to trade When the blue arrow appears, open a buy order; When the blue c
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Scalper Zoom is a new trading system designed to facilitate the process of Forex trading both for beginners and professionals. The Scalper Zoom indicator uses an adaptive method of operation and analyzes the market using multiple trading algorithms, while selecting the most efficient one for the given currency pair and timeframe. Working with this indicator is very simple. When a red vertical line appears, open a sell order. Close it when a blue vertical line appears. Follow the opposite steps f
Brabux is a ready-made mechanical trading system. It works on all currency pairs and timeframes automatically adjusting to them. It also selects the most efficient trading parameters for receiving a necessary profit. In the indicator parameters, specify the trading period used for calculations and the least acceptable profit in points. Next, the system automatically selects the necessary trading parameters. Trading data is displayed on the info panel. After setting the indicator on the chart and
CoolLine is a signal indicator displaying on a chart points for opening and closing trade positions. The indicator signals are not redrawn. It draws arrows on the zero bar Open[0]. It works on all currency pairs and all time frames. Indicator Advantages Precisely shows the opening and closing points on the chart Does not redraw signals Works on all currency pairs and timeframes Very easy to use; suitable even for beginners Has a very flexible system of settings Can send push and email notificat
The Master Figures indicator analyzed the market for the most common chart patterns. The first pattern is called Pin bar . This pattern can rightly be considered one of the most widespread. This pattern looks like a candle with a small body and large tail (wick). Once you see it on the chart, open a position against the wick. It is better to use the resistance lines for closing. Master Figures shows this pattern in the form of circles. A position should be opened when a new candle appears after
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Pro is
Market Trend - a comprehensive system for determining the trend direction. Analyzes the market using a formula which considers the values of multiple technical indicators and other trading strategies. IT determines not only the current trend direction, but also its movement strength. The indicator is intuitive and very easy to use. The information on the current trend direction and its movement strength are displayed on the chart. If the indicator shows "UP!" then an uptrend is currently present
Aggressive intraday scalper is a mechanical system for intraday scalping, which displays trade opening and closing signals as arrows on the chart. When a signal emerges, the indicator sends email and push notifications. So, you don't have to stay by the monitor analyzing the market and waiting for a signal. Aggressive intraday scalper will do it for you. The system has been developed for those traders who do not have their own trading system and who would love to quickly start trading using the
Jerus Line Scalper is an indicator for scalping on EURUSD, GBPUSD, AUDUSD, USDJPY and USDCAD pairs. Recommended pairs: M5, M15, M30 and H1. The trading strategy is as follows: as soon as the arrow appears, open an order in the direction of the arrow and set take profit to +10 points. Set stop loss at the indicator's stop line. Stop line is displayed in red or blue depending on the indicator signal. Also, the Martingale system can be applied in the system. If a trade is closed at a loss, the next
DotaScalping is a semi-automated trading system for scalping. The indicator shows recommended moments for opening Buy/Sell trades as dots on the chart. Signals are generated based on the algorithm for price amplitude smoothing. The indicator tries to accurately calculate the moments of the maximum peak price values ​​and produces signals based on the smoothed correlation. The indicator determines the High and Low price values and generates signals based on the trend direction. The indicator is v
ForexGumpUltra is a new and more advanced indicator of the ForexGump series. This indicator easily determines the price direction on any currency pair and any timeframe. The indicator draws its signals on the zero bar and does not redraw them (see the video). In the 34th second of the video it can be seen that this indicator uses new filters to determine the changes in price movement direction without delay, despite the market noise present at the moment (see the video on the 34th second). Once
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Scalpin
Bomb Scalper is a ready-made mechanical trading system that analyzes the market using 12 market signals, as well as candle patterns, providing signals for opening and closing trades. On the screenshot below, you can see how the system draws the blue arrow for buying and the red one for selling. Order close signal is shown as the yellow arrow. Besides, during a closing signal, the indicator calculates potential profit/loss. How the indicator works After launching, Bomb Scalper navigates through
Stiker is a robot capable of trading in automatic or semi-automatic mode . If auto=true in the robot settings, the robot automatically opens and closes orders on its own when a signal appears. If auto=false, the robot analyzes the market and shows signals on the screen, while a trader manually confirms opening or closing orders by clicking the Open Buy and Close Order buttons. This is done to enable traders make trading decisions themselves. This reduces the trading risk. Striker is a smart syst
If you do not yet have your trading strategy, you can take advantage of our ready-made trading strategy, which is most effective for EURUSD H1 currency pair. The indicator "Ready Made Scalping System" automatically analyzes the market and shows the trader when to open and close orders. You just need to follow his instructions. When the arrow appears - open the order, when a square appears with a tick - close the warrant. For convenience of the trader, the indicator when signals appear sends a m
Amok is a fully automatic trading system that was developed for trading on the EURUSD currency pair, H1 timeframe on micro accounts. Nevertheless, as practice shows, this trading system works well in other currency pairs. Principle of work of the trading robot Amok In the algorithm of the robot, there are more than 7 different trading strategies. This was done to ensure that the robot could work more stably in different market conditions. The program part of the robot uses 12 different indicato
フィルタ:
レビューなし
レビューに返信