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

Pan PrizMA

At the very least, this indicator is able to entertain you. It builds a moving line based on interpolation by a polynomial of 1-4 powers and/or a function consisting of a sum of 1-5 sine curves. Various combinations are possible, for example, a sum of three sine curves about a second order parabola. The resulting line can be extrapolated by any of the specified functions and for various distances both as a single point at each indicator step (unchangeable line), and as a specified (re-painted) function segment for visualization.

The indicator involves four lines. Each successive indicator line is based on the results of a previous one. Each line, except the first one, can be averaging or extrapolating depending on a specified direction: (-1) - averaging or (1) - extrapolation.


Linear interpolation

We need at least two points for a straight line, three points for a square parabola, four ones for a cubic parabola, etc.

A straight line is an arithmetic progression allowing you to obtain a third point after the first two ones:

E3 = (E2-E1)+E2 = 2*E2 – E1 is a difference first-order equation for equidistant points (similar to the equation after the reduction of all Lagrange equation ratios).


Trigonometric interpolation

Use the double angle sine equation: Sin 2a = 2 * Cos a * Sin a. We can prove its validity geometrically as Sin 2a = 2 * Cos a * Sin a - 0 and Sin 3a = 2 * Cos a * Sin 2a - Sin a, etc., where Cos a is a one step angle cosine, while Sin is in fact the appropriate chart value. In that case, a difference first-order equation for the sine curve about zero looks as follows: E3 = 2 * Cos a * E2 - E1. Here we can see a perfect analogy with the straight line equation. In the indicator, transition from trigonometric equations to linear ones is performed by assigning the period equal to one. Cos 360 is equal to 1 turning the equation into a linear one.


External variables (using the first two lines as examples)

  • line_1_power =12 - interpolating line power. For the trigonometric function, power 2 corresponds to a single sine curve about the constant. Power 3 corresponds to a single sine curve about the inclined line. Power 4 corresponds either to a single sine curve about the square parabola, or two sine curves about the constant, etc. In this case, power 12 at the six periods specified below corresponds to the function comprised of 6 sinusoids about the constant.
  • line_1_leverage =10 - interpolation leverage. The equivalent of the smoothing period. In particular, the line of interpolation by the power of one fully corresponds to standard EMA with a double period value.
  • line_1_interval =1 - interval between adjacent points used in the calculation (not to be confused with the leverage). In particular, the straight line connects three points (two of them being adjacent, while the remaining one is at the leverage distance).
  • line_1_period_1=6 - sinusoid curve period if the function is trigonometric. If the function is linear, the value of 1 is set.
  • line_1_period_2=7.5
  • line_1_period_3=10
  • line_1_period_4=20
  • line_1_period_5=60
  • line_1_period_6=240
  • line_1_shift =0 - indicator line shift. Positive values are shifted to the right, while negative ones - to the left. By default, the lines are plotted considering the leverage shift.
  • XXXXXXXXXXXXXXXXXXXXXXXX1=2 - separator for parameters of different lines, for clarity.
  • line_2_trend =1 - line calculation direction: (-1) - smoothing, (1) - extrapolation.
  • line_2_power =10 - interpolating line power. If the remaining parameters are similar to the smoothing ones, the second line passes through the last bar open point. Powers 1001, 1002, 1003-1009, 1010 extrapolate the function segment. The function segment is re-painted at each bar and is necessary only for visualization.
  • line_2_leverage =8 - interpolation leverage, at each value the indicator draws one point at the distance of this leverage, which is not redrawn during the bar formation, as it is based on the opening price. In case of powers 1001, 1002, 1003-1009, 1010, it sets the plotted function segment line.
  • line_2_interval =1 - interval between adjacent points used in the calculation.
  • line_2_period_1 =6 - sinusoid curve period if the function is trigonometric. If the function is linear, the value of 1 is set.

There may be external parameter combinations taking the line far away from the current price (high power values, large leverage, unsuitable combination of a sine curve and a leverage). This is not a program error. The easiest way is to open a beginning of a chart and examine the line. For example, interpolation using a polynomial greater than the fourth power is mathematically possible. However, the oscillation amplitude of the smoothed line grows quickly resembling a resonance.

おすすめのプロダクト
The MACD indicator is based on volume , which can offer us a very valuable type of information (it marks the long or short strength of each candle), es pecially if we are operating in shorter time frames.  Green = bullish signal; Red = bearish  signal; Blue = MACD  volume Parameters: Fast: Numbers of bars used for fast period calculations  Slow: Numbers of bars used for slow period calculations 
The Expert Advisor with strategy based on the Bollinger Bands indicator. When the price is above or below the Bollinger Bands and the channel expands by the specified range, a trade is opened. For example, if the Ask price is less than the lower band of the indicator and the difference between the upper and lower bands of the indicator exceeds the distance of Delta, the EA will open a buy. For sell trades it is the opposite: if the Bid price is greater than the upper band of the indicator and th
This indicator is based on the classical indicator  Parabolic SAR  and will be helpful for those who love and know how to use not a visual, but digital representation of the indicator.  All TimeFrames PSAR MT5  indicator shows values from each timeframe (M1, M5, M15, M30, H1, H4, D1, W1 and MN1). You will be able to change the main input parameters for each Stochastic from every TF. Example for M1: sTF1 = M1 pStep1 = 0.02 pMax1 = 0.2
Alligator Trade X is an EA based on Alligator. Alligator parameters such as BuyJawsperiod1, BuyJawsshift1, BuyTeethsperiod1, BuyTeethsshift1,   BuyLipssperiod1, BuyLipssshift1, BuyShift1, BuyCandlestickShift1, BuyJawsperiod2, BuyJawsshift2, BuyTeethsperiod2, BuyTeethsshift2,   BuyLipssperiod2, BuyLipssshift2, BuyShift2, BuyCandlestickShift2, BuyJawsperiod3, BuyJawsshift3, BuyTeethsperiod3, BuyTeethsshift3,   BuyLipssperiod3, BuyLipssshift3, BuyShift3, BuyCandlestickShift3, SellJawsperiod1, Sell
Super Martingale
Vladimir Gribachev
3 (2)
This Expert Advisor uses martingale and order grid. An initial deal is opened when the price touches or breaks a price channel. The price channel is modified by timer in seconds. The following deals are opened by specified parameters. The EA flexibly configures step and volume, multiplier factor, amount of market orders to start increasing a step or a volume to open new orders. The EA has been adapted for 4-5-digit quotes. The EA is recommended for use on EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF,
The Last Fractals , is a trading system that uses fractals to determine market corrections. The Last Fractals, is a system that detects an entry point and initiates an operational algorithm. This algorithm is different if the input is correct or wrong. From the inputs you can control the initial loting of the algorithm, if the trade goes against you the lotage is maintained, but if it goes in your favor the lotage is increased to improve your profit. You can download the demo and test it
「プライス アクション スキャルピング EA」は、M5 時間枠での XAUUSD 通貨ペアでの戦略的なスキャルピング取引のために設計された、プロフェッショナルな外国為替ロボットです。 ロボットの各取引にはストップロスとトレーリング ストップが伴い、取引時のセキュリティ レベルが向上します。 「プライス アクション スキャルピング EA」という名前は、精度、速度、取引効率など、ロボットの高い品質基準に対応しています。 価格行動は、市場の以前の価格行動の分析に基づくテクニカル分析戦術であり、スキャルピングは、最小限の結果を得るために短時間でポジションを開閉する取引戦略です。 取引システムと連携して参加者を募集する「プライス アクション スキャルピング EA」を使用すると、数分以内に市場の変化とポジション カバレッジにすばやく関与できます。 ロボットの設定は、XAUUSD 通貨ペアと M5 時間枠での取引に最適化されています。 この組み合わせにより、取引の速度と結果の達成の比率を高めることができます。 「EAスキャルピング・プライスアクション」のメリットは、時間帯に関係なく24時間稼働でき
The Expert Advisor consists of four popular indicators: MovingAverage Stochastic MACD ZigZag It is possible to use all four indicators both together, and individually, selecting the necessary combination. Basic settings of the Expert Advisor Magic - order magic number Volume - volume for opened trades Slippage - price slippage when opening orders. StopLoss - close orders after reaching a certain loss in points, TakeProfit - desired profit in points. TrailingStop - move StopLoss to order's open
The block of bars is collected under condition of divergence . If the divergence conditions are not met, the block is deleted. More precisely, the condition is the transition of the block of bars from the state of divergence to the state of convergence . Blocks are formed selectively with gaps. Gaps are characterized by the state of convergence of bars. The indicator shows the value and direction of the price in the divergence block . To determine the divergence value, see here , the line of ex
GG TrendBar Indicator - Your Multitimeframe ADX Trading Solution Experience the power of multi-timeframe trading with the "GG TrendBar Indicator." This versatile tool, built upon the ADX indicator, offers precise insights by considering multiple timeframes, ensuring you make well-informed trading decisions. Basic Details : Indicator Type : GG TrendBar Indicator (Multi-Timeframe ADX) Key Metrics : Real-time ADX analysis across multiple timeframes. Customization : Enable or disable specific timefr
Laboratory.Money GBP/CHF M30 Автоматическая Торговая Система из серии Energy Drive GBP/CHF M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
Price Action Trader EA - 価格変動研究に基づいた完璧な自動取引システムです。 これは、あなたのためにすべての取引作業を行う「設定して忘れる」エキスパートアドバイザーです。 7 セットファイルが利用可能! トレードアイデアは有名な強力なプライスアクションパターンに基づいています! Price Action Trader EA は非常に優れた投資です。これは何年も役に立ちます。すべての Set_files は正の数学的期待値を持っています。 EA の使用/テストには「コメント」セクションの Set ファイルを使用してください プライスアクショントレーダーEAの特徴: - EA は同時に 7 ペアで実行できます - 対応する Set_files が「コメント」セクションで待機しています - システムは多くのダフ屋のように高い手数料のためにお金を無駄にしていません。 - タイトなスプレッド要件なし - EA はどのアカウントでも使用可能 - システムは危険なグリッド手法を使用していません。 - EA にはデフォルトで複利マネー管理が組み込まれていま
I personally love trading robots, but there are many situations where semi-auto trading is superior to automation. The system is very simple and effective.  Trend lines are typically used with price charts, however they can also be used with a range of technical analysis charts such as CCI and RSI.  What is the trend line?  Trend line is a bounding line for the price movement. It is formed when a diagonal line can be drawn between a minimum of three or more price pivot points. A line c
SystemBinaryM1 - a professional indicator for trading short-term binary options, is a complete, self-contained author's strategy for working in the binary options market. The unique algorithm for analyzing the foreign exchange market is based on the calculation of reference points on three different time periods M15, M5. M1. Thus, the indicator simultaneously analyzes the long-term, medium-term and short-term price behavior before issuing a signal. The indicator is set in the usual way and work
King Grid
Luis Mariano Vazquez Marcos
King Gold Grid Presentamos con orgullo el revolucionario Asesor Experto de Sistema Grid, una obra maestra creada por  Mr Beast. Este excepcional producto se distingue como uno de los mejores en su categoría, destacando por su magnífica gestión de riesgos y especialización en el trabajo con el oro. Diseñado meticulosamente para optimizar la eficiencia y maximizar los beneficios, este asesor experto se erige como un líder indiscutible en el mundo de los sistemas de rejilla. Su capacidad para adapt
Trend Channel is a Forex trend arrow indicator for identifying potential entry points. I like it, first of all, because it has a simple operating mechanism, adaptation to all time periods and trading tactics. Created based on a regression channel with filters. We display the signals of the Trend Channel indicator on the price function chart using a mathematical approach. How it works: when the price breaks through the overbought/oversold zone (channel levels), a buy or sell signal is generate
MA CROSSES PRO MT4は移動平均クロスアローインジケーターです。インジケータパラメータには直感的な名前があり、各行は個別に構成されています。インジケータは、矢印を表示したり、音声信号を鳴らしたり、携帯端末や電子メールに通知を送信したりすることで、信号を通知できます。 インジケーターは再描画されません ろうそくの終わりにのみ信号 スキャルピングに最適 任意のペアと任意の時間枠で動作します 時間枠が古いほど、信号は良くなります アドオンとしてあらゆる取引戦略と互換性があります。 オプション: FASTER_MA-動きの速い移動期間; FASTER_MA_METHOD-高速移動平均法。 FASTER_MA_PRICE-中古価格; FASTER_MA_SHIFT-シフト; SLOWER_MA-動きの遅い移動期間。 SLOWER_MA_METHOD-動きの遅い平均化方法。 SLOWER_MA_PRICE-中古価格; SLOWER_MA_SHIFT-シフト; ALERT-ダイアログボックスを表示します。 PUSH_NOTIFICATIONS-モバイル端末に通
Based on Trend Following Strategy, QCAFE SUITE was built to get more accurate signal for Traders to decide whether to enter trades, included in the SUITE is QCAFE+ filter to eliminate false signals.  The Signals are generated based on formula of Hull Moving Average ( HMA ) to minimize the lag of a traditional moving average - developed by Alan Hull in 2005 Setting: Limited Bars of back test Fast Period Low Period  Fast/Low period to generate Buy/Sell signal Based MA Period B ased Moving Averag
Girtab
Vladimir Gribachev
5 (1)
Strategy is based on the position of the previous bar relative to the Moving Average indicator. Working timeframe is М30. Features The template features an adaptive forecast algorithm based on history data of price action; It has multiple filters for opening new orders; Compatible with any trading strategy, both manual or automatic (Expert Advisors); It has the maximum possible and compatible functionality: adaptive order grid, locking, averaging, rebuying. Expert Advisor Installation The quot
DYJ GlobalTradeGameTheory(Power)  is based on   Bulls   and  Bears  indicator. It can be used for any currency pair and timeframe. Power: Market entry condition  Power attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices The EA's BullsIndex attempts to measure the market's appetite for higher prices It also uses  Laguerre filtering fa
Xmasterインジケーターの新しいより正確なバージョン。最も効果的で正確な式を得るために、世界中の200以上のトレーダーが、PCでこのインジケーターのさまざまな組み合わせの15,000以上のテストを実施しました。そしてここでは、正確なシグナルを表示し、再ペイントしない「Xmasterフォーミュラインジケーター外国為替再ペイントなし」インジケーターを紹介します。このインジケーターはまた、電子メールとプッシュによってトレーダーにシグナルを送信します。新しいティックが到着するたびに、75以上のパラメーターで市場を常に分析し、トレーダーに正確な売買シグナルを示します。また、このインディケータの助けを借りて、正しい方向で取引を開始するためにトレンドが現在どの方向に進んでいるかを確認できます。 新しい「Xmasterフォーミュラインジケーターforexno repaint」インジケーターはどのように機能し、古いバージョンと何が違うのですか? まず第一に、それは世界中のさまざまなトレーダーによって15,000回以上テストされた最も最適化された市場分析アルゴリズムです。 第二に、このインジケーター
IRobot Alligators is an Expert Advisor based on the chaos theory and the Alligator technical indicator. This expert advisor consists of three lines, overlaid on a price chart, that represent the jaw, the teeth and the lips of the Alligator. It was designed to help confirm that a trend is in effect and in what direction. As with all moving averages, the shortest one (green) moves first, followed by the middle (red) and then longer average (blue). If the three lines are entwined, then the Alligato
Extremums  Max  is an indicator of trend and trading signals, based on the principle of a combined analysis of calculated reference points within the channel as well as overbought and oversold levels. The indicator forms arrows (by default, red and blue). The indicator is set in the usual way to any trading symbol with any time interval. Indicator Benefits High accuracy; Work with any trade symbols; It works at any time intervals; Not redrawn. Input parameters Period - indicator period; Lev
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
株式(CFD)のみのデイトレード。 取引には手間がかかります。 すべてのエントリと終了を通知するショートカットやインジケータはありません。 利益は心の状態から来ます。 指標は、お金の管理と成功の心理学と組み合わせて使用されるツールです。 ボリュームプロファイルの不均衡を見つけます。 取引価格のボリュームの不均衡。 多くの不均衡は、クローズとオープンおよびニュースで発生します。 株の買い手と売り手を参照してください。 5分から1時間使用して、誰が価格を管理できるかを確認し、価格の不均衡を見つけます。 より大きな在庫は15分以上です。 カラーボリュームバーの上にマウスを置くと、過去のバーの数が表示されます。 現在のバーの音量は上隅に書かれています。 ボリュームの不均衡を見つけて、しばらくの間価格がどの方向に進むかを確認します。 最良の結果を得るために支配的な傾向に従ってください トレンドが発生した場合は、トレンドをトレードするようにしてください。 トレーリングストップを使用し、大量の反転の不均衡に注意してください。
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
MetaTrader4の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! Tick   Hamster   -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! 初心者に優しい専門アドバイザーによる、手間のかからない自動取引を体験してください。 複雑なセットアップについて心配する必要はありません。当社の専門家がすべてを処理します。 トレーディングで成功するための旅を今すぐ始めましょう! MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1設定パラメータ=トレーディングロットロット。 魔法    
Trend Filter MT4
KEENBASE SOFTWARE SOLUTIONS
"The trend is your friend" is one of the oldest and best-known sayings in financial markets. However, this message only represents half of the picture. The correct saying should be, "The trend is your friend only until it ends." KT Trend Filter solves this problem by clearly indicating the start of an Uptrend and Downtrend using an averaging equation on the price series. If the trend direction is not clear, it shows the trend as sideways showing the uncertainty in the market. Features Get a
FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugge
Ozi Arrow is a unique indicator that can display signals in the direction of the main trend and counter trend signals. For calculations, the indicator determines a price channel. If recently the price was at its borders, and all conditions of additional filters are observed, a signal is displayed in the form of arrows. Ozi Arrow is suitable for any timeframe and any pair. The indicator signals do not disappear under any conditions. A distinctive feature is the presence of a trend filter. If the
"AV Monitor" is an indicator for MetaTrader 4, which alowes a history analysis of the closed orders. It helps to achieve a quick visual analysis of your own trading or different expert advisors among themselves. Compare and analyze your expert advisors: Which one is the best? I use an "AV Monitor MT5" indicator per running expert advisor chart to track its performance split into long & short, as well as an index chart e.g. DOW with this indicator and the setting "Show Balance & Equity" to tra
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
74% discount for the next 10 buyers (original price $605): 1 left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so th
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
Gold Stuff
Vasiliy Strukov
4.89 (255)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $65  for only 2  copies left! Next price is $120 .  This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! Recommended timeframes: M1 for Scalpers.  M5 for Intraday traders. H1 & H4 for Day traders. Other timeframes are also excellent! After many months of hard
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
Trend Screener
STE S.S.COMPANY
4.83 (88)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
このインジケータは、手動および自動的な方法でチャートに描かれたハーモニックパターンを検出します。ユーザーマニュアルは、このリンクから参照できます: あなたのレビューを追加し、入手するために私たちに連絡してください。 この製品をmt4で試すための無料版があります。 GartleyおよびNenstarパターンを検出するために使用できます。 https://www.mql5.com/en/market/product/30181 完全なMT4バージョンを購入するには、次の場所から購入できます。 https://www.mql5.com/en/market/product/15212 注 インジケータにはコントロールパネルがあり、すべての(チャート&時間枠)設定が保存されます。チャート上でスペースをより多く確保するために、最小化することができ、他の分析ツールで作業する場合は、すべてのインジケータデータを非表示にするために閉じるボタンを押すことができます。 このインジケータを使用して設定を変更し、移動平均やボリンジャーバンドなどのインジケータを追加すると、編集のテンプレートが自動的に保存され、必
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
Black dragon indicator
Ramil Minniakhmetov
4.88 (130)
トレンド検出インジケーターはあらゆる戦略を補完し、独立したツールとしても使用できます。 インジケーターの操作に関する推奨事項、コメント #8 でダウンロードできます 利点 使いやすく、不要な情報でチャートを過負荷にしません。 あらゆる戦略のフィルターとして使用できます。 利益を得るのとストップロスを設定するの両方に使用できる動的なサポートとレジスタンスのレベルが組み込まれています。 ローソク足が閉じた後、インジケーターの色は変わりません。  株式市場、指数、石油、金、およびすべての時間枠で機能します。 トースト通知、電子メール通知、プッシュ通知、サウンドアラートの機能があります。 私の他の開発はここで見つけることができます: https://www.mql5.com/ja/users/mechanic/seller 入力パラメータ Alert-オン/オフ。アラート; Push Notification-オン/オフ。プッシュ通知; Mail-オン/オフ電子メール通知; Fibo 1,2,3,4,5,6,7,11,21,31,41,51,61,71-動的サポートと抵抗レベルの
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data a
このダッシュボードは、市場構造反転インジケーターで使用するためのアラートツールです。主な目的は、特定の時間枠での取消の機会と、インジケーターと同様にアラートの再テスト(確認)についてアラートを出すことです。ダッシュボードは、それ自体でチャート上に配置され、バックグラウンドで動作して、選択したペアと時間枠でアラートを送信するように設計されています。多くの人々が1つのMT4の複数のチャートで市場反転インジケーターを実行するのではなく、一度に複数のペアと時間枠を監視するためにダッシュを要求した後に開発されました。 M5、M15、M30、H1、H4、およびD1の時間枠でアラートを出します。もちろん、取引の場合と同様に、より高い時間枠が最も効果的です。 このダッシュボードは、市場構造反転インジケーターのアドオンとして設計されています。それは独立して機能し、マーケットリバーサルアラートインジケーターによって与えられたパターンと信号にアラートを出します。 ここでマーケットリバーサルアラートインジケーターを取得します:https:// www.mql5.com/en/market/produ
支持線と抵抗線、そしてローソク足のギャップをチャート上に自動的に表示するため、価格が次に向かう可能性のある場所や反転する可能性のある場所を確認することができます。 このインジケーターは、私のウェブサイト(The Market Structure Trader)で教えているポジショントレード手法の一部として使用するように設計されており、ターゲットとエントリーの可能性のための重要な情報を表示します。 このインジケーターには、2つのコア機能と4つの追加機能があります: コア機能1 - 日足、週足、月足のサポートラインとレジスタンスラインの自動表示 このインジケーターは、直近2日間、最大6週間前、数ヶ月前のサポートレベルとレジスタンスレベルを自動的に引き込みます。これらのレベルの見た目は完全にカスタマイズすることができ、いくつ表示されるかを表示することもできます。これらの重要な水準は、しばしば主要な支持線と抵抗線として機能し、価格が転換して引き戻されたり反転したりする場所です。また、価格が向かうターゲットでもあるため、価格が転換する前に、取引に利用できる潜在的な距離を素早く確認するこ
‍You can visually backtest Elliot Wave Impulse   to see how it behaved in the past!     Manual guide:   Click here Starting price of  $45  for the first 25 copies ( 2  left)! -- Next price is   $99 .  This indicator is unstoppable when combined with our other indicator called Katana . After purchase, send us a message and you could get  it  for  FREE as a BONUS!  The Elliot Wave Impulse is a pattern  identified in the Elliott Wave Theory, a form of technical analysis used to an
ADR反転インジケーターは、通常の1日の平均レンジに関連して価格が現在取引されている場所を一目で示します。価格が選択した平均範囲とレベルを超えると、ポップアップ、電子メール、またはプッシュを介して即座にアラートを受け取るため、プルバックと逆転にすばやくジャンプできます。インディケータは、チャート上に1日の平均レンジの極値で水平線を描画し、それらを超える価格の数学的確率が付加されているレベルを超える延長も描画します。詳細については、以下をご覧ください... インジケーターとモニターを補完するADRアラートダッシュボードここでも利用可能なすべてのペア:https:// www.mql5.com/en/market/product/62756 MT5バージョンはこちらからも入手できます:https:// www.mql5.com/en/market/product/64477/ 通常の1日平均レンジ(ADR)内で価格が取引され、これらのレベルを上回っている時間の約60%は、通常、その後の引き戻し(利益確定)の動きを伴う急激な価格の動きの指標です。毎日の範囲の上部または下部からの
作者のその他のプロダクト
Pan PrizMA CD Phase is an analogue of the МetaТrader 5 indicator , and is an option based on the Pan PrizMA indicator. Details . Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave status parameter (which is close in meaning to the trigonometric phase or the angle of the radius-vector rotation in the trigonometric p
The indicator builds a moving line based on interpolation by a polynomial of 1-4 powers and/or a function consisting of a sum of 1-5 sine curves. Various combinations are possible, for example, a sum of three sine curves about a second order parabola. The resulting line can be extrapolated by any of the specified functions and for various distances both as a single point at each indicator step (unchangeable line), and as a specified (re-painted) function segment for visualization. More details:
The Expert Advisor and the video are attached in the Discussion tab . The robot applies only one order and strictly follows the signals to evaluate the indicator efficiency. Pan PrizMA CD Phase is an option based on the Pan PrizMA indicator. Details (in Russian). Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave s
フィルタ:
レビューなし
レビューに返信
バージョン 1.3 2020.03.31
Обновление по текущей версии терминала.
バージョン 1.2 2017.03.06
Re-written in a new style.
バージョン 1.1 2016.10.12
Added translation to external variables.
Added correction of the entry point to sufficient.
Changed the default values.
And now I am ready to tell about another option of the indicator.