• 概要
  • レビュー
  • コメント (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時間稼働でき
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair
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 セットファイルが利用可能! トレードアイデアは有名な強力なプライスアクションパターンに基づいています   - PinBar ! 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
MACD Pro I EA https://youtu.be/2wCzTFIGNp4 =============== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. The Ea is based on the MACD Indicator and 3 more and has been kept simple. ========================================= Maybe better to go for small profit, set it on higher time frames then you can use it for more pairs at the same time. =========================================== => works on all Time Frames but i would recommend
Xmasterインジケーターの新しいより正確なバージョン。最も効果的で正確な式を得るために、世界中の200以上のトレーダーが、PCでこのインジケーターのさまざまな組み合わせの15,000以上のテストを実施しました。そしてここでは、正確なシグナルを表示し、再ペイントしない「Xmasterフォーミュラインジケーター外国為替再ペイントなし」インジケーターを紹介します。このインジケーターはまた、電子メールとプッシュによってトレーダーにシグナルを送信します。新しいティックが到着するたびに、75以上のパラメーターで市場を常に分析し、トレーダーに正確な売買シグナルを示します。また、このインディケータの助けを借りて、正しい方向で取引を開始するためにトレンドが現在どの方向に進んでいるかを確認できます。 新しい「Xmasterフォーミュラインジケーターforexno repaint」インジケーターはどのように機能し、古いバージョンと何が違うのですか? まず第一に、それは世界中のさまざまなトレーダーによって15,000回以上テストされた最も最適化された市場分析アルゴリズムです。 第二に、このインジケーター
矢印を再描画しない外国為替スキャルピング インジケーター。 M5、M15、M30、H1 の時間枠で最適に機能します。デフォルト設定は M5 時間枠用です。下の図は、「期間 = 0.35」パラメーター値を使用して H1 チャートで作業する例を示しています。デモ版をダウンロードして、自分でテストできます。現在、ほとんどすべてのスキャルピング戦略でこのインジケーターのシグナルを使用しています。私たちの計算によると、そのシグナルの精度は時間枠に応じて約 95% です。このインジケーターは、すべての通貨ペアで機能します。すべての主要通貨ペアと金属でテストしました。どこでも±95%のほぼ同じ精度が得られました。 インジケーターの利点: 矢印を再描画しません すべての通貨ペアで動作します 高い信号精度 スキャルピングに良い インジケーターの設定: period - 信号精度を計算するための期間。 price - インジケーターにどの価格を使用するかを指示します: CLOSE、OPEN、HIGH、LOW。デフォルトでは、インディケータは CLOSE 価格で動作します。
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設定パラメータ=トレーディングロットロット。 魔法    
Unlock Your Trading Potential with Gengar Gainz Embark on a journey of unparalleled trading excellence with Gengar Gainz, the brainchild of Yuri Congia. This cutting-edge Expert Advisor is meticulously designed to revolutionize your trading experience, offering a comprehensive suite of features to elevate your strategies to new heights. RECOMMENDED PAIR :  GBP/USD, GBP/JPY, XAU/USD RECOMMENDED TIMEFRAME:  5 MINUTES Take advantage of this limited-time opportunity! Be among the first 10 pur
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 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. Main functions: Displaying active zones
Trend Punch
Mohamed Hassan
5 (11)
Manual guide:   Click here PROMO of  $79 for 2 copies left!  -- Next price is  $149 .  This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! I like to use Trend Punch on XAUUSD & BTCUSD on the M1 timeframe!  Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide preci
Enigmera
Ivan Stefanov
5 (3)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
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                R ecommended to use with
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
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
TrendMaestro
Stefano Frisetti
5 (3)
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
Gold Stuff
Vasiliy Strukov
4.89 (260)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuff
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
Advanced Supply Demand
Bernhard Schweigert
4.92 (313)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
TrendDecoder Premium
Christophe Pa Trouillas
5 (5)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
Trend Screener
STE S.S.COMPANY
4.83 (88)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
Auto Order Block with break of structure based on ICT and Smart Money Concepts (SMC) Futures Break of Structure ( BoS )             Order block ( OB )            Higher time frame Order block / Point of Interest ( POI )    shown on current chart           Fair value Gap ( FVG ) / Imbalance   -  MTF      ( Multi Time Frame )    HH/LL/HL/LH  -  MTF      ( Multi Time Frame )  Choch  MTF      ( Multi Time Frame )  Volume Imbalance     ,  MTF          vIMB Gap’s Power of 3 Equal High
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
市場の2つの基本原則に基づく日中戦略。 このアルゴリズムは、追加のフィルターを使用したボリュームと価格の波の分析に基づいています。インディケータのインテリジェントアルゴリズムは、2つの市場要因が1つに結合した場合にのみシグナルを出します。インディケータは、より高い時間枠のデータを使用して、M1チャート上の特定の範囲の波を計算します。そして波を確認するために、インジケーターはボリュームによる分析を使用します。 このインディケータはレディトレーディングシステムです。トレーダーが必要とするのは、信号に従うことだけです。また、インジケーターはあなた自身の取引システムの基礎になることができます。取引はミニッツチャートでのみ行われます。 インジケーターがMTFの原則を使用しているという事実にもかかわらず、インジケーターのアルゴリズムは可能な限り安定しています。 購入後、必ず私に書いてください!私の取引設定と推奨事項をあなたと共有します!
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
The indicator " ZigZag on Trend " is an assistant in determining the direction of price movement, as well as a calculator of bars and points. It consists of a trend indicator, which follows the price direction by the trend line presented in the form of a zigzag and a counter calculating the number of bars traversed in the direction of the trend and the number of points on the vertical scale. (calculations are carried out by the opening of the bar) The indicator does not redraw. For convenience,
ICT, SMC, SMART MONEY CONCEPTS, SMART MONEY, Smart Money Concept, Support and Resistance, Trend Analysis, Price Action, Market Structure, Order Blocks, BOS/CHoCH,   Breaker Blocks ,  Momentum Shift,   Supply&Demand Zone/Order Blocks , Strong Imbalance, HH/LL/HL/LH,    Fair Value Gap, FVG,  Premium  &   Discount   Zones, Fibonacci Retracement, OTE, Buy Side Liquidity, Sell Side Liquidity, BSL/SSL Taken, Equal Highs & Lows, MTF Dashboard, Multiple Time Frame, BigBar, HTF OB, HTF Market Structure, 
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) は、ドンチャン チャネルを使用してトレンドの方向を自動的に検出し、エントリーとエグジットの取引シグナルを提供する強力で効果的なツールです! この多機能インジケーターには、トレンド スキャナー、取引シグナル、統計パネル、スクリーナー、取引セッション、およびアラート履歴ダッシュボードが含まれます。取引シグナルを提供し、チャートを分析する時間を節約するように設計されています! ユーザー マニュアルとインストール ガイドは、ブログ投稿 (   https://www.mql5.com/en/blogs/post/751368   ) からダウンロードできます。 今日は 50% オフ! 98ドルから49ドルに値下げ! このインジケーターは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必要な場合は、私に連絡してください。 TakePropips Donchian Trend Pro イン
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
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.