• 概要
  • レビュー
  • コメント

JagzFX OnePin Basic Edition

Transform indicators into trading signals

JagzFX OnePin Basic allows a wide range of MT4 Custom Indicators to be transformed into multi-symbol trading signals without the need to write any code. You can use OnePin to create 'At A Glance' dashboards showing your preferred technical indicators and even send buy/sell signals to a PIN compatible dashboard just as JagzFX pinTrader.

Whilst I have tried to limit the amount of technical jargon needed to use this PIN, there are a few terms that might need explaining...

The first of these is Buffers. Buffers are a feature in MT4 that allows an indicator to display lines, histograms and other chart information. In MT4 you can see an indicators buffers in the Data Window. You can get to these values from the MT4 menu by choosing View - Data Window, or by using the keyboard shortcut Ctrl-D. Generally speaking, an indicator with a single-line will use just one buffer, and a two-line indicator will use two buffers, etc. One PIN reads the line values from the indicator buffers, so we need to be able to tell it which buffers to use, and this is done using the settings Buffer A Index and Buffer B Index. By default the buffers used are set to 1 and 2, which will usually be the first two lines of an indicator, but there might be reasons to set these to other values which I will mention below.

One PIN Modes

One PIN v1.00 has eight modes, which is four basic types each with one option to compare the difference between values and a second option to check if the values have crossed.
Modes:

Price versus Buffer A & Price cross Buffer A

These modes are used for indicators whose value is displayed on the main chart as price. An example is the Kaufman Adaptive Moving Averages (KAMA). The Close price of the candle is compared with the indicator value in Buffer A. In versus mode, if the candle price is above the indicator value, a Long signal is produced, and if the Price is below the indicator level a Short signal is produced. In cross mode, if the candle price crosses from below to above the indicator a Long signal is produced, and if the price crosses from above the indicator to below it, a Short signal is produced. Long/Short signals can be swapped by setting the Reverse Output parameter to true.

Buffer A versus Level(s) & Buffer A cross Level(s)

These modes are used to compare the level of a single-line indicator (or one line from a multi-line indicator). Examples of this would be to check if an indicator is above or below a certain level, such as filtering trends (above or below zero level), filtering overbought/oversold levels, or looking for entry signals such as zero-crossing or reversals.

In these modes, two levels need to be set: the Long Level determines when a Long signal is generated and the Short Level determines when a Short signal is generated. Examples as follows:

Above below zero (versus mode) or zero-cross (cross mode): Long Level=0, Short Level=0.
RSI Overbought Oversold (versus mode): Long Level=80, Short Level=20.
RSI Reversal (cross mode): Long Level=20, Short Level=80.

Whist only Buffer A is checked against the levels, the buffer index value can be set as needed. For example, to check for the MACD Main line crossing zero set Buffer A Index to 1, and to check for the MACD Signal line crossing zero you would set Buffer A Index to 2.


Buffer A versus MAofA & Buffer A cross MAofA

These modes are used to add a lagging value to single-line indicators (of one line of a multi-line indicator). The lagging value is similar to the signal line of indicators such as the MACD.

In these modes, the MA Period and MA Method (SMA,EMA, etc.) are set as required and value of the indicator is compared to the value of the MA.

Buffer A versus B & Buffer A cross B

These modes are for comparing the lines from a multi-line indictor such as the MACD or Stochastic. In versus mode the PIN will check if Buffer A is above Buffer B (Long signal) or below it (Short signal). In cross mode the PIN will check if Buffer A has crossed Buffer B up (Long signal) or crossed down (Short signal.

If the indicator has more than two buffers, Buffer A Index and Buffer B Index can be set to compare whichever two lines are required.

One PIN Settings

    Timeframe
    Sets the timeframe used by the indicator: M30, H1, etc.

    Indicator Name
    Enter the name of the Custom Indicator exactly as it appears in the MT4 Navigator pane. You can only use Custom Indicators (not the MT4 built-in indicators). Custom Indicators are .exe files, installed into the MQL4\Indicators directory.

    Indicator Parameters
    Depending on the type and number of parameters you want to set for your Custom Indicator, this bit can range from very simple to very complicated.

    • To use the Custom Indicator’s default values, just leave the Indicator Parameters box empty
    • Otherwise, enter the parameters you need (up to a maximum of ten), in the order required by the indicator. Separate each parameter with a comma but do not use spaces. e.g. 12,26,8 not 12, 26, 8.
      (Tip, if you are unsure of the correct order, save the settings of the indicator as a set file, then open the set file with a text editor such as Notepad and you will be able to see the list of parameters. Some indicators may not have the option of having set files, but you can still find the parameters by saving your whole chart as a template and then opening the tpl file with a text editor.
    • You can leave off parameters you don’t want to change, e.g. if your indicator has five parameters but you only want to change the first two then all you need is 15,32 for example. However, you must specify all the parameters before the one you want to change, so to change the third parameter to 5, you would also need to include parameters one and two, e,g, 12,26,5.
    • Only numeric parameters are allowed.
      • For Boolean values (true or false) use 1 or 0
      • If the indicator uses Price modes, MA smoothing methods, etc. replace these with their numeric values, which you can find the standard MT4 constants here:
      • You cannot use text-values (this is an MT4 coding limitation I ran into when passing externals to the iCustom function). But remember that you can leave off parameters that you do not need to change from defaults. Therefore, is a text-value occurs in the list after the parameters you need to set, just leave it off (you will also need to leave off any subsequent parameters). If the text-value occurs in the list before the parameters you want to change, it’s more difficult to deal with. See the Tip on modifying Custom Indicators further down this article.

    OnePin Settings

    Mode
    Sets the Buffer comparison mode used by the PIN, see One PIN Modes (section above).

    Long Level, Short Level
    Set the threshold levels for Long and Short signals in the Levels modes, see One PIN Modes (section above).

    MA Period, MA Method
    Set the moving average smoothing period and smoothing method in modes MAofA modes, see One PIN Modes (section above).

    Buffer A index, Buffer B index
    Set which Custom Indicator buffers the PIN uses. Buffer B index is only used in the A versus B and A cross B modes. See One PIN Modes (section above).

    Candle Shift
    Sets which candle the PIN takes its signals from. The current candle is 0, but since this candle and associated indicator values may update, signals from this candle may change (even for non-repainting indicators). Candle 1 should provide a stable signal for non-repainting indicators.

    Signal Hold
    Sets the number of candles that a signal remains active. This is useful with the cross modes, where you want to allow time for other indicators to catch up and confirm the signal.

    Reverse Output
    Swaps the direction of the signals generated by the pin, e.g. a cross-up (Long signal) becomes Short signal, and vice versa.


    おすすめのプロダクト
    Forex Gump
    Andrey Kozak
    2.83 (6)
    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
    Earn trading cryptocurrencies nowadays. (2023) Hello Everyone I would like to introduce you to my short guide about Trading with cryptocurrency pretty short but can be useful for everyone for this year, with patterns based on past experiences, could help those who want to earn with cryptocurrencies. Here im attaching the archive with full guide. https://files.catbox.moe/quwwzw.rar
    FREE
    RSI Currency Strength Meter uses RSI (Relative Strength Index) to monitor how strong a currency is, or in other words, if it's being bought or sold by the majority compared to the other currencies. It displays the strength-lines of the currencies of the pair (base and counter currency of the chart) with changeable solid lines. Also, you can add up to ONE additional currency (only 1 in the DEMO version, in REAL up to 5) to the "comparison pool" that already has the base and the profit (counter) c
    FREE
    TPO Profile MT4
    Kyra Nickaline Watson-gordon
    5 (1)
    Definition : TPO is a Time Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words time-price-opportunity (TPO) profiles are histograms of how much time was spent at each price within the span of the profile. By using a TPO chart, you are able to analyze the amount of trading activity, based on time, for each price lev
    Break Moment
    Svyatoslav Kucher
    5 (1)
    Break Moment is a unique proprietary indicator with extensive capabilities and a variety of settings. It can be used as a signal generator or as an auxiliary tool. For the calculations, the price channel is determined. When it is broken, if all conditions of the additional filter are met, it displays a signal in the form of a histogram. Break Moment can be used to determine the main trend, as it has 2 filters for determining it in addition to everything else. If these filters are activated, the
    Gioteen Volatility Index (GVI)   - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicat
    This EA is an extension for the free trade indicator Trend Mate . https://www.mql5.com/en/market/product/50082 The main idea is to support your decision to  trade  according to the current trend. It is possible to configure alert and push notification to receive when entering to first candle for bull / bear trend. For this extension of the free indicator now it is possible to filter the current trend info with other timeframes. For example show trend for timeframe M5 considering also timefra
    Market Structure Zig Zag
    Lesedi Oliver Seilane
    4.77 (22)
    Free Market structure zig zag to assist in price action trading the screenshots describe how to use and how to spot patterns new version comes with alerts, email alert and  push notification alert can be used on all pairs  can be used on all timeframes  you can add additional confirmation indicators the indicator shows you your higher high and low highs as well as your lower lows and lower highs  the indication makes price action analysis easier to spot.
    FREE
    Firstly , the script estimates how many Mx bars of the chart (on which this script is applied) the future trend will most likely continue and what is its quality. Secondly (and most importantly), the script is an auxiliary tool for the extremely mathematically advanced and extremely effective ScientificTrade indicator in trading. The script calculates the optimal averaging period, which is also equal to Mx, of the ScientificTrade indicator, which gives the maximum profit according to the strate
    「Adjustable Fractals」 - フラクタルインジケーターの高度なバージョンで、非常に便利な取引ツールです。 ご存知のとおり、標準フラクタル mt4 インジケーターには設定がまったくありません - これはトレーダーにとって非常に不便です 調整可能なフラクタルはその問題を解決しました - 必要な設定がすべて含まれています。 インジケーターの期間を調整可能 (推奨値 - 7 以上) 価格の高値/安値からの距離を調整可能 フラクタル矢印に合わせてデザインを調整可能 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller // また、収益性が高く、安定していて信頼性の高いシグナル https://www.mql5.com/en/signals/1887493 に参加することも歓迎します。 当MQL5サイトのみでご提供しているオリジナル商品です。
    M W Pattern Pro
    Nesimeye Oswald
    4.14 (7)
    M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hit
    Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
    Reversal Monster Mini
    Abdulfattah Yahya Mohammed Alhazmi
    The Most advanced and comprehensive EA to trade Trend Reversals/Pullbacks It is a very profitable EA, to trade trends breakout, and manage trades, takeprofit, stoploss, move to breakeven, and trailing stop. The   “Reversal Monster EA”   trades Reversal/Pullbacks when the current price of the pair pullback to a predefined horizontal level or trendline on the currency chart. The opening of the position can be immediate after pullback to the drawn trendline or after closing the candle below/abov
    FREE
    The indicator enables measurement and analysis of accumulated volume (tick), in any chosen swing. The user's task is to mark individual measuring sections with the help of a "crayon's". The indicator automatically sums the volumes of individual candles. Volume analysis is a basic element of the VSA (volume spread analysis) technique. A method of using an indicator is shown on the film. Parameters description Anchor_mode - If true, one end of the measuring line is always hooked on the current c
    Indicator FiboZag - transfer the indicator to the chart and the Fibonacci levels will be built automatically on the last ZigZag turn. The main advantage lies in the correct construction of Fibonacci levels and markup of price levels. Simple, visual and effective use. The indicator is not redrawn and does not lag. Works on all currency pairs and on all timeframes.
    The “ Ticks Overcome Signal ” indicator, as outlined in your provided code, is a custom tool designed for use with MetaTrader 4 (MT4), a popular platform for Forex trading. This indicator seems to focus on tracking the momentum and direction of price movements by counting consecutive up and down ticks. Here’s an overview of the psychological aspects, logic benefits, and usage instructions for this indicator on MT4: Decision Support : Traders often face psychological challenges in decision-making
    FREE
    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.
    Индикатор виртуального эквити, представляемый здесь, может работать по нескольким символам одновременно. Для каждого символа задается направление ( Buy/Sell ) и размер позиции. В настройках также указывается размер предполагаемого депозита, дата открытия и закрытия позиции.   На графике при этом устанавливаются вертикальные линии, обозначающие указываемые в настройках даты.  После установки индикатора на график, можно изменять время открытия и закрытия позиции, передвигая эти линии.   Да
    The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
    FREE
    Gold Level MT4 A great helper for trading Gold. Levels do not repaint and do not change their data We recommend using it with the indicator - Professional Trade Arrow Levels are built every day, so you will trade every day with the indicator. Gold Level. Price markups are shown on the chart, after reaching TP1 or SL1, close half of the position, and the rest is transferred to breakeven. Any questions? Need help?, I am always happy to help, write me in private messages or in telegram.
    Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
    Features Supports the creation of Monthly, Weekly, Daily, 4 Hours, 1 Hours and 30 Minutes Market Profile. Daily Profile can have custom start time. Merge and Split of Market Profile Market Profile References Point can be exported to CSV format for any further analysis. Indicator Parameters Indicator Update Interval - Choose indicator calculation period from 250 milliseconds to 2.5 seconds Indicator Setting ID - An ID for this particular indicator setting. Profile Number - The Number of Market
    This indicator is another variant of the famous powerful indicator Fibonacci-SS https://www.mql5.com/en/market/product/10136 but has different behaviour in placing Pending Order and TP Line. Automatically places Fibonacci retracement lines from the last highest and lowest visible bars on the chart with: An auto Pending Order (Buy/Sell). Taking Profit 1, Taking Profit 2 is pivot point and Taking Profit 3 for extended reward opportunity. The best risk and reward ratio. Simple and powerful indica
    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
    Owl smart levels
    Sergey Ermolov
    4.63 (54)
    MT5版  |   FAQ Owl Smart Levels Indicator   は、 Bill Williams   の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels   取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、
    PW Oscillator   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
    Watch the Clock shows a clock at a desired position. The clock is useful if you want to check when a candle closes. You can also set an alert to be prepared before the news. ️ Watch the Clock works also in the strategy tester. ️ Watch the Clock requires a minimum of CPU power. ️ Watch the Clock can improve your manual style of trading. Inputs Alert -> At which time should the alert occur? Time Shift in Minutes -> Should the time be incremented by x minutes? Size -> The font size of t
    This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
    これは、従来のMACDよりも正確で使いやすいユニークなMACD指標です。 それはあらゆるチャートサイクルに適しており、あらゆる市場の種類に適しています。 赤い列は(Buy)バンドの信号、青い列は(Sell)バンドの信号です。 黄色と緑色の線は傾向線で、2本の線は交差しません。 購入する:青い列で、真ん中の0軸を通る緑色の線を見てください。 売り:赤い列で、真ん中の0軸の下の黄色い線を見てください。 MACDの形態信号からの偏差は99%正確です。 購入フォームからの逸脱:バンドの価格がバンドより低く、インディケータのインデックスがますます高くなっていますこの場合、すぐに買い注文をすることができます。 売りからの逸脱:バンドの価格がバンドより高く、インディケータのインデックスが小さくなってきているこの場合、売りシングルはすぐに実行できます。 注:指標の五芒星は、価格の変動により変化します。
    MQLTrend
    Mohammad Reza Aghaei
    This tool helps you to control the situation at other times and include them in your trades when analyzing the market  This tool scans the market and reports the movement of the market at different times With the help of this tool, you can prevent many wrong analyzes With the help of this tool, you can have an overview of the market in the shortest time and save your time
    FREE
    このプロダクトを購入した人は以下も購入しています
    Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
    現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
    まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイトレーディングおよび短期トレード
    TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
    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   -  
    Gold Stuff
    Vasiliy Strukov
    4.89 (250)
    Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後
    カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
    まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターはBOSやCHoCHなどのパターンの識
    Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
    mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
    Trend Screener
    STE S.S.COMPANY
    4.83 (86)
    トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
    ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
    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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
    ‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $59  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! After many months of hard work and dedication, we are extremely proud to present you our  Break and Retest price action indicator created from scratch. One o
    通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
    SALE NOW! Limited Time Offer! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and
    ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
    驚異的なFXインジケーター「Miraculous」をご紹介します。完璧な結果を得るための1時間足を含むすべてのタイムフレームで効果的に機能する、最強の強力な特殊MT4フォレックスインジケーターです。 すべてのタイムフレームで優れた結果を提供する最高のFXインジケーターを探し続けるのに疲れましたか?これ以上探す必要はありません!「Miraculous」フォレックスインジケーターをご紹介します。このインジケーターは、トレーディングの経験を変革し、収益を新たなレベルに引き上げるために設計されました。 先進のテクノロジーと長年にわたる緻密な開発に基づいて構築された「Miraculous」フォレックスインジケーターは、FX市場における力と正確さの頂点となります。この素晴らしいツールは、すべてのレベルのトレーダーのニーズを満たすように設計されており、一貫した収益性を追求する上で比類のない優位性を提供します。 「Miraculous」フォレックスインジケーターの他との違いは、その非常に適応性にあります。デイトレーダー、スウィングトレーダーであろうと、長期ポジションを好む方であろうと、このインジケータ
    現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
    現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
    これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを
    FX Volume
    Daniel Stein
    4.6 (35)
    mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
    How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
    AW Trend Predictor
    AW Trading Software Limited
    4.74 (39)
    1 つのシステムでのトレンド レベルとブレイクダウン レベルの組み合わせ。高度なインジケーター アルゴリズムは、市場のノイズをフィルター処理し、トレンド、エントリー ポイント、および可能なエグジット レベルを決定します。インジケーターシグナルは統計モジュールに記録されるため、最適なツールを選択してシグナル履歴の有効性を示すことができます。この指標は、テイクプロフィットとストップロスのマークを計算します。 マニュアル・説明書→   こちら / MT5版→   こちら インジケーターで取引する方法: Trend Predictor での取引は、たった 3 つの簡単なステップです。 ステップ 1 - ポジションを開く 70% 以上の成功率で買いシグナルが受信されました ステップ 2 - ストップロスの決定 逆信号でトランクを選択 ステップ 3 - テイクプロフィット戦略の定義 戦略 1: TP1 に到達したらポジション全体をクローズする 戦略 2: TP1 に達した時点でポジションの 50% をクローズし、TP2 に達した時点で残りの 50% をクローズします。 戦略 3: トレンドの反転で
    TrendMaestro
    Stefano Frisetti
    5 (2)
    note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
    このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
    ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
    まず最初に、このトレーディングシステムがリペイントされず、再描画されず、遅延しないことを強調する価値があります。これにより、プロのトレーディングに最適な状態になります。 「スマートサポートアンドレジスタンストレーディングシステム」は、新規および経験豊富なトレーダー向けにカスタマイズされた高度なインジケーターです。この包括的なシステムは、7以上の戦略、10のインジケーター、およびデイトレード戦略、スイングトレード戦略、サポートおよびレジスタンス戦略、ローソク足パターン戦略、VWAP戦略、マルチタイムフレームトレンド戦略など、さまざまなトレーディングアプローチを組み合わせています。これは、矢印信号、エントリーポイント、出口ポイント、トレードアラート、より高い時間枠のトレンド分析、リアルタイムのトレードモニタリング、そして洞察力のあるトレンドとボリュームキャンドルの着色を提供します。自動的なサポートとレジスタンスの検出により、さまざまな市況下でトレーダーが的確な決定を下すのを支援する多面的なインジケーターとなっています。 スマートサポートアンドレジスタンストレーディングシステムは、
    TrendDecoder Premium
    Christophe, Pa Trouillas
    5 (3)
    レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
    Price Action Entry Alerts
    Stephen Sanjeeve Sahayam
    5 (3)
    このインジケーターは、売買圧力についてすべてのバーをスクリーニングし、最大量の 4 種類のローソク足パターンを特定します。次に、これらのローソク足はいくつかの線形フィルターを使用してフィルター処理され、買いまたは売りのシグナルが表示されます。シグナルは、より高い時間枠の方向と組み合わせて、取引量が多い時間帯に取引される場合に最も効果的に機能します。すべてのフィルターはカスタマイズ可能で、独立して動作します。ボタンをクリックするだけで単一方向の信号を表示できます。 このインジケーターには、意思決定プロセスに役立つ最も重要な価格アクションとスマート マネーの概念も組み込まれています。 シグナルとトレードに関する教育をすべて 1 つのツールにまとめました。 特徴: 信号は再描画されません。 飲み込むキャンドル、拒否キャンドル、拡張範囲キャンドル、ピンバーを識別します。 有効なシグナルごとに複数のエントリー、ストップロス、複数のテイクプロフィットレベルを表示します。 大容量セッションでフィルタリングします。 サポート/レジスタンスレベルとローソク足の構造でフィルターします。 MACD ヒ
    作者のその他のプロダクト
    The JagzFX Gap Indicator acts as your vigilant companion, scanning the market with precision and alerting you to the presence of gaps as soon as a new candle is formed. Set your desired gap size, and the indicator will highlight both filled and unfilled gaps, on any symbol and on any timeframe.  By analysing the presence of unfilled gaps, you gain valuable insights into market behaviour, allowing for more informed trading decisions. Combine JagzFX Gap Indicator with JagzFX OnePin  to create a ma
    FREE
    Volatility Channel from JagzFX helps you find breakouts by displaying a channel on the price chart. Volatility Channel is simple to use - there are no parameters - and works on any timeframe. BASIC USE of Volatility Channels The channel can be used as a 'No Trade Zone': you don't trade when the price is inside the channel. However: When the price breaks above the channel: go Long. When the price breaks below the channel: go Short. The indicator works on all timeframes to suit your trading style
    FREE
    What is the RVOL Indicator? It is well established that volume (including tick volume) is a valuable indicator of trader commitment to a price movement. The challenge with using volume for intraday trading is that there is a general cycle of increasing and decreasing volume associated with the different regional trading sessions. The Relative Volume, or RVOL, indicator helps to overcome this by comparing the current volume with the average volume for that time of day, calculated over a period
    Discover the ultimate trading solution - Expert ONE! Say goodbye to needing a coder and hello to configurable trading strategies that can be customized in thousands of different ways. Expert ONE is the game-changer you've been waiting for, built on the reliable foundation of Jagzfx's proven software products like pinTrader, OnePIN, and MUX. With advanced features like risk management, position sizing, profit averaging, trailing stop, and weekly and intraday sessions, Expert ONE allows you to tai
    Elevate your trading with the JagzFX Market Regime Filter—adapt, optimize, succeed in navigating through smooth or volatile price movements. Gain a deeper understanding of market dynamics to refine your strategy and make informed decisions. KEY FEATURES Price Action Analysis: Distinguishes between smooth and volatile price movements. Trend Identification: Pinpoints bullish or bearish trends with precision. Strength Assessment : Evaluates the strength of identified trends—whether strong or weak M
    フィルタ:
    レビューなし
    レビューに返信