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

SUM Market Profile Heat

Market Profile Heat indicator — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session.
This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a free-draw rectangle session to create a custom market profile on any timeframe. Six different color schemes are available to draw the profile's blocks. Drawing profiles as a plain color histogram is also possible. Alternatively, you may choose to color the profile based on bullish/bearish bars. This indicator is based on bare price action and does not use any standard indicators.

Input parameters

Main

  • Session (default = Daily) — trading session for market profile: Daily, Weekly, Monthly, Intraday, and Rectangle. For a rectangle session to get calculated, a rectangle chart object with the name starting with MPR should be added to the chart. Pressing 'r' on the keyboard will add a properly named rectangle object automatically.
  • StartFromDate (default = __DATE__) — if StartFromCurrentSession is false, then the indicator will start drawing profiles from this date. It draws to the past. For example, if you set it 2018-01-20 and SessionsToCount is 2, then it will draw the profiles for 2018-01-20 and 2018-01-19.
  • StartFromCurrentSession (default = true) — if true, then the indicator starts drawing from today, else — from the date given in StartFromDate.
  • SessionsToCount (default = 2) — for how many trading sessions to draw the market profiles.
  • SeamlessScrollingMode (default = false) — if true, the StartFromDate and StartFromCurrentSession parameters are ignored; the sessions are calculated and displayed starting from the current chart position's rightmost bar. This allows scrolling back in time indefinitely to view past sessions.
  • EnableDevelopingPOC (default = false) — if true, multiple horizontal lines will be drawn to depict how the Point of Control developed through the session.
  • ValueAreaPercentage (default = 70) — a percentage share of the session's TPOs to include in the Value Area.

Looks and colors

  • ColorScheme (default = Blue to Red) — color scheme for profile's blocks:
    • blue to red
    • red to green
    • green to blue
    • yellow to cyan
    • magenta to yellow
    • cyan to magenta
  • SingleColor (default = clrBlue) — if ColorScheme is set to Single Color, this color will be used to draw market profiles.
  • ColorBullBear (default = false) — if true, the color of the profile blocks depends not on the age of the origin bar but on its direction.
  • MedianColor (default = clrWhite) — the color of the control value (median).
  • ValueAreaSidesColor (default = clrWhite) — the color of the value area side borders.
  • ValueAreaHighLowColor (default = clrWhite) — the color of the value area top and bottom borders.
  • MedianStyle (default = STYLE_SOLID) — the Point of Control (median) line style.
  • MedianRayStyle (default = STYLE_DASH) — the Point of Control (median) ray line style.
  • ValueAreaSidesStyle (default = STYLE_SOLID) — the style of the value area side borders.
  • ValueAreaHighLowStyle (default = STYLE_SOLID) — the style of the value area top and bottom borders.
  • ValueAreaRayHighLowStyle (default = STYLE_DOT) — the style of the value area top and bottom rays.
  • MedianWidth (default = 1) — the Point of Control (median) line width.
  • MedianRayWidth (default = 1) — the Point of Control (median) ray line width.
  • ValueAreaSidesWidth (default = 1) — the width of the value area side borders.
  • ValueAreaHighLowWidth (default = 1) — the width of the value area top and bottom borders.
  • ValueAreaRayHighLowWidth (default = 1) — the width of the value area top and bottom rays.
  • ShowValueAreaRays (default = None) — can be set so that the value area's High and Low price levels are projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • ShowMedianRays (default = None) — can be set so that the median is projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • RaysUntilIntersection (default = Stop_No_Rays) — defines the way median and value area rays will be cut off when they meet the next trading session's price range:
    • Stop_No_Rays — no rays are stopped anywhere.
    • Stop_All_Rays — all rays are stopped at an intersection with the price of another session.
    • Stop_All_Rays_Except_Prev_Session — all rays except the previous session's rays are stopped at an intersection with the price of another session.
    • Stop_Only_Previous_Session — only rays of the previous session are stopped at an intersection with the price of another session.
  • HideRaysFromInvisibleSessions (default = false) — if true, rays from sessions starting behind the left edge of the screen won't be displayed until you scroll back to them.
  • TimeShiftMinutes (default = 0) — time shift for the sessions, in minutes. Positive value will move the session start to the left; negative — to the right.
  • ShowKeyValues (default = true) — if true, Value Area High, Value Area Low, and Point of Control are displayed on the left of the market profile.
  • KeyValuesColor (default = clrWhite) — the color for Value Area High, Value Area Low, and Point of Control printout.
  • KeyValuesSize (default = 8) — the font size for Value Area High, Value Area Low, and Point of Control printout.
  • ShowSinglePrint (default = No) — can be set to Leftside or Rightside and will mark the single print profile — a part of the profile, which is only one TPO wide.
  • SinglePrintRays (default = false) — if true, single print edges are marked with rays.
  • SinglePrintColor (default = clrGold) — the color for single print marking if ShowSinglePrint isn't set to No.
  • SinglePrintRayStyle (default = STYLE_SOLID) — the single print ray line style.
  • SinglePrintRayWidth (default = 1) — the single print ray line width.
  • ProminentMedianColor (default = clrYellow) — the color for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianStyle (default = STYLE_SOLID) — the style for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianWidth (default = 4) — the width for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • RightToLeft (default = false) — if true, the current session's market profile has its histogram drawn from right to left. In case Session is set to Rectangle, market profiles of all sessions are drawn right-to-left.

Performance

  • PointMultiplier (default = 0) — the higher it is, the wider are the profile's price boxes and the fewer are the chart objects. You can use it to reduce the indicator's load on CPU. When the value is zero, an adaptive multiplier is used — the indicator attempts to calculate the optimal value automatically.
  • ThrottleRedraw (default = 0) — a delay in seconds that will be applied before each redraw of the profiles. You can use it to reduce the indicator's load on CPU.
  • DisableHistogram (default = false) — if true, no market profile histogram is drawn, but Value Area and Median are still marked. This makes indicator work extremely fast, but is less useful for thorough market analysis.

Alerts

  • AlertNative (default = false) — if true, the indicator will issue the platform's native pop-up alert when some alert conditions are met.
  • AlertEmail (default = false) — if true, MetaTrader's email alerts will be sent when some alert conditions are met. Email should be properly configured in MetaTrader via Tools->Options->Email
  • AlertPush (default = false) — if true, MetaTrader's push notification alerts will be sent to your mobile device when some alert conditions are met. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications. This alert type is not available in the cTrader version of the indicator.
  • AlertArrows (default = false) — if true, MetaTrader will draw arrows on the chart when some alert conditions are met.
  • AlertCheckBar (default = Previous) — controls the bar to check the alert conditions on. Current — the indicator will check the current unfinished bar; expect a lot of alerts. Previous — the indicator will check the previous (closed) bar; alerts will be delayed but more concise.
  • AlertForValueArea (default = false) — if true, alerts will be issued whenever a Value Area ray (high or low) is crossed by the price.
  • AlertForMedian (default = false) — if true, alerts will be issued whenever a Median ray is crossed by the price.
  • AlertForSinglePrint (default = false) — if true, alerts will be issued whenever a Single Print ray is crossed by the price.
  • AlertOnPriceBreak (default = false) — if true, alerts will be issued when the price breaks any of the trigger levels but then returns back behind it.
  • AlertOnBarClose (default = false) — if true, alerts will be issued when the bar opens on one side the trigger level and closes on the other side of it.
  • AlertOnGapCross (default = false) — if true, alerts will be issued when the trigger level appears inside a price gap between the last two bars.
  • AlertArrowCodePB (default = 108) — arrow code for price break alert arrows.
  • AlertArrowCodeCC (default = 110) — arrow code for candle close alert arrows.
  • AlertArrowCodeGC (default = 117) — arrow code for gap crossover alert arrows.
  • AlertArrowColorPB (default = clrRed) — arrow color for price break alert arrows.
  • AlertArrowColorCC (default = clrBlue) — arrow color for candle close alert arrows.
  • AlertArrowColorGC (default = clrYellow) — arrow color for gap crossover alert arrows.
  • AlertArrowWidthPB (default = 1) — arrow width for price break alert arrows.
  • AlertArrowWidthCC (default = 1) — arrow width for candle close alert arrows.
  • AlertArrowWidthGC (default = 1) — arrow width for gap crossover alert arrows.

Intraday sessions

  • EnableIntradaySessionN (default = true) — if true and Session is set to Intraday, then the indicator will attempt to drawn the intraday market profile #N on the chart.
  • IntradaySessionNStartTime (default = "HH:MM") — start time in HH:MM format for the intraday session #N.
  • IntradaySessionNEndTime (default = "HH:MM") — end time in HH:MM format for the intraday session #N.
  • IntradaySessionNColorScheme (default = Blue_to_Red) — color scheme for the intraday session #N.

Miscellaneous

  • SaturdaySunday (default = Normal sessions) — how to treat Saturday and Sunday sessions:
    • Normal sessions — Saturday and Sunday will be treated as normal sessions with their own daily and intraday sessions.
    • Ignore Saturday and Sunday — Saturday and Sunday candlesticks will be ignored.
    • Append Saturday and Sunday — Saturday candlesticks will be appended to the Friday session; Sunday candlesticks will be appended to the Monday session.
  • DisableAlertsOnWrongTimeframes (default = false) — if true, no pop-up alerts will appear on using Market Profile with wrong timeframe/session combination.
  • ProminentMedianPercentage (default = 101) — percentage of TPOs out of all possible that should occur inside a median for it to be considered prominent (PPOC). For example, if you set it to 50%, a median will be marked as prominent if it contains at least 24 TPOs in a daily session on M30 timeframe. If it is set to 101, no prominent median is possible.



おすすめのプロダクト
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
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. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Was: $299  Now: $99   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
A "Volume Profile" is an advanced charting indicator that displays total volume traded at every price level over a user specified time period. The main components of the volume profile are POC ( Point Of Control - the price level, at which the maximum number of contracts were executed during a selected period), VAH ( Value Area High - the highest price in the Value Area) and VAL ( Value Area Low - the lowest price in the Value Area). When we settled on the original indicator, we spent a lot o
Description: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). Locate the areas with the best prices in the market and get an advantage over other market participants. Support: The indicator is constantly being developed and improved. Please do not hesitate to contact me via the MQL5 Platform. I am very grateful about any Bug report, so that i can constantly improve the indicator. I appreciate any public review for this
VPO Profile MT5
Kyra Nickaline Watson-gordon
5 (2)
Definition : VPO is a Volume 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 volume-price-opportunity (VPO) profiles are histograms of how many volumes were traded at each price within the span of the profile. By using a VPO chart, you are able to analyze the amount of trading activity, based on volume, for eac
This indicator allows you to enjoy the two most popular products for analyzing request volumes and market deals at a favorable price: Actual Depth of Market Chart Actual Tick Footprint Volume Chart This product combines the power of both indicators and is provided as a single file. The functionality of Actual COMBO Depth of Market AND Tick Volume Chart is fully identical to the original indicators. You will enjoy the power of these two products combined into the single super-indicator! Below is
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume shows the buying and selling volume of a currency pair in the form of a colored histogram. The volume is made of buying and selling transactions in an asset. In FX market: If the buying volume gets bigger than the selling volume, the price of a currency pair would go up. If the selling volume gets bigger than the buying volume, the price of a currency pair would go down. Features Avoid the bad trades by confirming them using the tick volume data. It helps you to stay on the si
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: tel
FREE
サポートと抵抗のレベルは、長い間、市場分析のための強力なツールとなっています。 強力なサポート指標は、現地価格の最小値に基づいてサポートレベルをプロットし、現地価格の最大値に基づいて抵抗レベルをプロットします。 私の他の開発はここで見ることができます これは、トレンドに応じて取引し、同時に統合またはトレンド反転のゾーンを決定し、ストップロスを設定し、サポートと抵抗レベルで利益を取ることがで 設定と個人的なボーナスを受け取るために購入後すぐに私に連絡してください! 受信パラメータ - インジケータは複雑な設定を必要とせず、主なパラメータはカラースケールの調整です。 サポートと抵抗のレベルは、長い間、市場分析のための強力なツールとなっています。 強力なサポート指標は、現地価格の最小値に基づいてサポートレベルをプロットし、現地価格の最大値に基づいて抵抗レベルをプロットします。 私の他の開発はここで見ることができます これは、トレンドに応じて取引し、同時に統合またはトレンド反転のゾーンを決定し、ストップロスを設定し、サポートと抵抗レベルで利益を取ることがで
Z Score Plus MT5
Eduardo Da Costa Custodio Santos
In finance, Z Scores are measures of the variability of an observation and can be used by traders to help determine market volatility. Z scores tell Traders whether a score is typical for a specified dataset or is atypical. Z scores also enable analysts to adapt scores from multiple datasets to make scores that can be more accurately compared to each other. # In practice, we have the ZScore with zero point and oscillations between 2 and 3 for ultra high high points and oscillations between -2 an
この指標の独自性は、ボリュームアカウンティングアルゴリズムにあります。累積は、1日の始まりを参照せずに、選択した期間に直接発生します。最後のバーは計算から除外できます。そうすると、現在のデータが以前に形成された重要なレベル(ボリューム)に与える影響が少なくなります。 より正確な計算のために、M1グラフのデータがデフォルトで使用されます。価格ボリュームの分配のステップは規制されています。デフォルトでは、ディスプレイの右の境界線は、分析に使用されるデータの先頭に対応するバーに設定されていますが、必要に応じて、必要なバーに設定できます。表示されているボリュームバンドの長さ(右の境界線)は係数によって調整され、0(現在の)バーに左または右にシフトしたり、現在のバーを参照してミラーリングしたりすることもできます。 パラメーター: Accumulation period - ボリューム累積の計算期間 Number of excluded last bars - 計算から除外された最後のバーの数 Accumulation price step - 価格パラメータによるボリューム合計のステップ Gra
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0
この指標は、指定されたバー数の作業ヒストグラム上の最大および最小価格ボリューム(市場プロファイル)のレベルを検索します。   合成のプロフィール。 ヒストグラムの高さは完全に自動化されており、あらゆる計測器と時間枠に適応します。 著者のアルゴリズムが使用され、よく知られている類似体を繰り返さない。 二つのヒストグラムの高さは、ろうそくの平均高さにほぼ等しい。 スマートアラートは、ボリュームレベルに関する価格を通知するのに役立ちます。 コンセプトSmart Money 。 Low Volume - Imbalance. は、良い市場の文脈を見つけ、市場の構造を決定し、バイナリオプションのフィルタとして使用されます。 それは価格のための磁石です。 High Volume - Liquidity. は、累積を終了するときのテストに使用されます。 入力パラメータ 。 基本 。 Bars Count - カウントして表示するバーの数 。 Signal Fractal = 5 (色信号のレベルのために)。 レベルは、次の条件の下で信号になります:それを超えない上部と下部に五つのヒストグ
Market profile was developed by Peter Steidlmayer in the second half of last century. This is a very effective tool if you understand the nature and usage. It's not like common tools like EMA, RSI, MACD or Bollinger Bands. It operates independently of price, not based on price but its core is volume. The volume is normal, as the instrument is sung everywhere. But the special thing here is that the Market Profile represents the volume at each price level. 1. Price Histogram The Price Histogram
Indicator  Simple ATR  Modern It is used in technical analysis to measure market volatility and show it as a level that is more understandable to the eye and not as an oscillator. ATR Daily - Blue The possibilities of using the ATR in trade can be found in the internet. It can also be used in conjunction with another author's indicator  Volatility Vision The Average True Range indicator measures market volatility. Volatility can be low while the market is growing (and vice versa). It is
Market Profile MetaTrader System  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a
A Heatmap with a Volume Profile is like a thermal imager or x-ray machine. It will help you to estimate the relative distribution of volume during the price movement and to understand  the relationship between volume and price. Indicator Volume Profile "Volumos Maxima" is a powerful tool for analyzing this relationship. After simple experimentation with heatmap, you can find that each trading instrument has its own “ characteristic ” way of distributing volume. And this will help you to make a b
This indicator is a conventional analytical tool for tick volumes changes. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) within a specified bar (usually the latest one). The algorithm used internally is the same as in the indicator VolumeDeltaMT5 , but results are shown as cumulative volume delta bars (candlesticks). Analogous indicator for MetaTrader 4 exists - CumulativeDeltaBars . This is a limited substi
The Initial Balance (Initial Balance / Initial Balance) is a concept related to the study of volume (to learn more, study about Market Profile and Auction Market Theory. You can find some videos in English when searching for "Initial Balance Market Profile"). The IB defines a range in which prices were negotiated in the first hour of trading.The amplitude of the range is important and the break in the range defined by the Initial Balance may have occurred due to the movement of several players
Tick Chart — full-featured chart for MetaTrader 5. A utility for creating and working with a tick chart in the MetaTrader 5 terminal. You can create a tick chart that works exactly the same as a regular chart. You can apply indicators, Expert Advisors and scripts to the tick chart. You get a fully functional tick chart on which you can work just as well as on a regular chart. You can enable the output of the Ask price data. The data are generated in the form of the upper shadow of a tick bar. Fr
Volume Profile is a very useful indicator . it allows you to spot the price levels where important price action took place. It is similar to support and resistance levels but with a different logic. One of the first thing that traders mark up when analyzing a chart is support and resistance. Volume Profile can be used for doing that too. The indicator scans the defined number of previous bars and calculates the volume of activity at each price level. You can set the indicator to display t
FREE
Volume Profile เป็นเครื่องมือที่ใช้สำหรับการวิเคราะห์ระดับการซื้อขายของตลาดในแต่ละระยะเวลาโดยใช้ปริมาณการซื้อขาย (volume) ซึ่งช่วยให้เราเข้าใจว่ามีการซื้อขายเกิดขึ้นมากที่สุดที่ราคาใด รวมทั้งช่วยในการหาจุดที่มีความนิยมในการซื้อขาย (Point of Control: POC) และระดับการซื้อขายอื่น ๆ ที่สำคัญ เรียกว่า Value Area. การใช้งาน Volume Profile ในการวิเคราะห์ตลาดมักจะมีขั้นตอนดังนี้: กำหนดระยะเวลาที่ต้องการวิเคราะห์ : เราต้องกำหนดระยะเวลาที่เราสนใจในการวิเคราะห์ Volume Profile เช่น ชั่วโมง, วัน, หรือสัปดาห์
The   Visual Volatility Clustering   indicator clusters the market based on volatility. The indicator does not redraw and gives accurate data, does not use closing prices. Uses the opening prices or the highs or lows of the previous completed bar. Therefore, all information will be clear and unambiguous. The essence of the indicator is to divide the price market into certain areas according to a similar type of volatility. This can be done in any way. In this example, the indicator is configure
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
MT5のアラート付きの自動固定範囲ボリュームプロファイル この指標は、価格がより多くの時間を費やした場所を示し、取引に使用できる重要なレベルを強調しています。 また、特定の取引セッションの最も重要な価格レベル、バリュー エリア、およびコントロール バリューの概要を示す、経時的な価格密度を示すことができます。 このインジケーターは、M1 と D1 の間の時間枠に添付でき、日次、週次、月次、さらには日中のセッションの市場プロファイルを表示します。 時間枠が短いほど、精度が高くなります。 可視性を高めるには、より長い時間枠をお勧めします。 フリードローの長方形セッションを使用して、任意の時間枠でカスタム マーケット プロファイルを作成することもできます。 プロファイルのブロックを描画するために、6 つの異なる配色を使用できます。 プロファイルを単色ヒストグラムとして描画することも可能です。 または、強気/弱気バーに基づいてプロファイルを色付けすることもできます。 このインディケータは裸の価格アクションに基づいており、標準的なインディケータは使用しません。 バリュー エリアの高値
Depth of market display. Up to sixteen instruments can be displayed. There is auto-scrolling of prices, which can be turned off by clicking on "A" at the top of the window. It is quite a beautiful indicator, it can act as a splash screen, it will not be so boring to look like a regular chart, just right for meditation, especially after big losses in the market. The indicator is not for trading, so your deposit will be more complete. The video displays fast playback of previously saved data. Atte
Do you use volume in your reading of the market? Certainly many traders use it, and do not imagine operating without it. The Color Histogram Volume Set indicator allows the user to choose the value that he considers interesting to monitor. When you pass this you will have visual confirmation and if you want you will also have the audible alert that is given by the indicator. Of course, there are other ways to try to find a high volume, such as assessing whether the volume
Call/Put Ratio is one of the most well-known indicators of the market sentiment. The indicator has been developed by Martin Zweig. It is based on real volumes of the CBOE option market. As we know, a Call option gives its owner the right to buy the underlying asset at a predetermined price. A Put option gives the right to sell it. Thus, increasing volumes for Call options indicate the increasing demand. The growth of Put option volumes shows that supply starts exceeding demand. If we divide the
BoxProfile MT5
Evgeny Shevtsov
4.56 (9)
The indicator displays volume profiles based on the nesting principle. Profiles periods are pre-set so that each subsequent profile has a length twice as long as the length of the previous profile. In addition to profiles, the indicator displays volume clusters sorted by color, depending on the volume they contain. Indicator operation features The indicator works on typical timeframes from M5 to MN, but for calculations uses historical data from smaller timeframes: M1 - for timeframes from M5
FREE
このプロダクトを購入した人は以下も購入しています
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイトレーディングおよび短期トレード
FX Volume MT5
Daniel Stein
4.94 (17)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange, XQ Forex Indicator empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The ind
Gannスクエアインジケーターは、W.D. Gannによって執筆された「市場予測のための数学的な式」の記事に基づく強力な市場分析ツールです。このツールは、解析に数学的な概念を応用し、Gann理論に基づいています。それは、144、90、52のスクエアや9のスクエアなど、Gannの関連テクニックの要素を取り入れています。さらに、の方法を組み込んでおり、9のスクエアとその関連性についてのチャネルやスターパターンに焦点を当てています。 ユーザーマニュアルと使用方法: このインジケーターを使用する前に、ユーザーマニュアルを読んで疑問点を解決するためにお問い合わせいただくことをお勧めします。ユーザーマニュアルの完全版は、当社のウェブサイトで入手できます。 MT5の完全版は購入できますし、MT4の無料版も試すことができます。両方のバージョンへのリンクを提供していますので、ご利用ください。 主な機能と機能: Gannスクエアインジケーターは、市場分析のための完全なツールセットを提供し、幾何学的な概念とGann理論に基づいて的確な判断を行う手助けをします。以下に主な機能を示します。 9のスクエアの分析:
クリスマスセール!40% OFF!1月1日に価格が$250に値上がり! GoldenGate Entriesをご紹介します:最先端のトレーディングソリューション! GoldenGate Entries(GGE)を使用して取引する革新的なアプローチを発見しましょう。GGEは、取引体験を向上させるために設計された先進的なインジケーターで、ユーザーに正確性と自信を持たせるための包括的な機能を提供します。 通貨ペア:Any(FX - 商品 - 株式 - 株式 - クリプト) タイムフレーム:15分からH1 主な特徴: 買いと売りの矢印の指示:常に情報を受け取るために、買いと売りの矢印の指示をポップアップアラートとともに受け取ります。 GoldenGate_Algo:GoldenGate_Algoを使用して市場の状況を把握し、市場が「売り過ぎ」または「買い過ぎ」かどうかを評価する強力なツールです。 現在のトレンド分析:視聴中のタイムフレームで現在のトレンドにアクセスして、取引を市場の主流方向に合わせることができます。 組み込みのピボットポイント:組み込まれた
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 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 mome
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
Professional Scalping Tool on Deriv Attention! The indicator will be sold in limited quantities!!! Description: This trading indicator is designed for professional traders focused on scalping. Designed with the market in mind, it provides highly accurate spike trading signals. It works on the M1 timeframe and supports the following symbols: Boom 300 Index, Boom 500 Index, Boom 1000 Index, Crash 300 Index, Crash 500 Index, Crash 1000 Index. Functional Features: - Direction: - Trading is ca
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves
IVISTscalp5
Vadym Zhukovskyi
5 (3)
iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品に適しています。 稼働時間は、4時から20時(UTC+3)です。 iVISTscalp5インジケーターメニュー(スクリーンショット1を参照): History - 引用を計算する週数 dT_min - 時間間隔の選択(分) TFline - 水平ボリュームの作成(時間枠) BARSline - 水平ボリュームの作成(バー数) TFtrend1 - デイリーチャンネルの作成(時間枠) BARStrend1 - デイリーチャンネルの作成(バー数) TFtrend2 - 週次チャンネルの作成(時
スイングトレーディング は、トレンドの方向のスイングと可能な反転スイングを検出するように設計された最初のインジケーターです。トレーディングの文献で広く説明されているベースラインスイングトレーディングアプローチを使用します。インディケータは、いくつかの価格と時間のベクトルを調査して、全体的なトレンドの方向を追跡し、市場が売られ過ぎまたは買われ過ぎて修正の準備ができている状況を検出します。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] むち打ちを起こさずに市場スイングの利益 インジケーターは常にトレンドの方向を表示します 色付きの価格帯は機会のベースラインを表します 色付きのダッシュは、可能な反転スイングを表します この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します カスタマイズ可能なトレンドおよびスイング期間 電子メール/サウンド/プッシュアラートを実装します インジケータは再描画またはバックペインティングではありません Swing Tradingとは Swing Tradi
SMCpro MT5  Original Price  $440   ---  Currently Price  40% OFF  ( for unlimited use ) Hello World! Introducing.. SMCpro tool and Indicator for  MetaTrader 5 , a cutting-edge feature designed to revolutionize your trading experience. With innovative ICT Smart Money Concept, you gain unparalleled insight into market dynamics, empowering you to make informed trading decisions like never before. Built on the foundation of advanced algorithms and real-time data analysis, SMCpro tool and Indicat
[ MT4 Version ] Backtesting Simulator Are you tired of spending months on demo or live accounts to test your trading strategies? The Backtesting Simulator is the ultimate tool designed to elevate your backtesting experience to new heights. Utilizing Metatrader historical symbol information, it offers an unparalleled simulation of real market conditions. Take control of your testing speed, test ideas quickly or at a slower pace, and witness remarkable improvements in your testing performance.
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.93 (15)
Rental/Lifetime Package Options and Privileges  * For optimum results the yearly or lifetime package is suggested due to live training ! Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Free Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x 2-hour live methodology training x How to trade with it:    http://
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを
RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
Big Player Range
Thalles Nascimento De Carvalho
5 (2)
「BigPlayerRange」インジケーターへようこそ。これは金融機関が市場で示す重要なエリアを特定するために開発されたテクニカル分析ツールです。このインジケーターは、主要な市場参加者が相当な活動と興味を示す価格範囲を正確に分析します。 主な特徴: 1. 金融機関の関心エリアのマッピング:「BigPlayerRange」は金融機関が強い活動を示すチャート上のエリアを正確に強調表示します。これらのポイントは戦略的に重要であり、市場の将来の動きについての洞察を提供します。 2. 出口の基準としてのプロジェクション:関心のあるエリアを特定するだけでなく、このインジケーターはプロジェクションを使用して可能な出口の基準としています。これらのプロジェクションは市場が将来どの方向に動くかに基づいて戦略を計画するのに役立ちます。 3. 識別された範囲に戻るときの引き戻しの確率:「BigPlayerRange」のユニークな機能の1つは、価格が関心のある範囲に戻ったときの引き戻しの確率を計算できることです。これは潜在的なトレンドの反転を評価するのに役立ちます。 「BigPl
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
バイナリ オプションの可能なコールおよびプット エントリを生成する人工知能に基づくインジケーター。 このインジケーターは 3 つの異なる戦略で機能します。 1) 出来高を読み取ることで、価格が反転する時期にシグナルを送信します。 2) 価格と出来高の乖離を通じて、トレンドが継続するか反転するかを知らせます。 3) 価格と出来高の収束を通じて、トレンドが継続すべき時期にシグナルを送信します。 この指標はすべての時間枠で機能しますが、最良の結果は 3 分または 5 分の期限で得られます (制度的な攻撃は短い時間枠で見られるため)。 最も流動性の高い時間帯、つまりグリニッジ標準時 7 時からグリニッジ標準時 18 時までが最適です。 このインジケーターは正しいシグナルの 70% 以上を生成しますが、価格を操作する機関同士の争いに遭遇したり、相互に拒否したりして、一連の誤ったシグナルが生成される可能性があります。そのため、適切な資金管理を使用することをお勧めします (Masaniello の例) )
Multi-currency, multi-timeframe, harmonic pattern indicator AB = CD. Supports sending push notifications about signals to a mobile device, messages on e-mail, as well as messages using alerts on all available currency pairs and timeframes. This indicator was based on the indicator Harmonic ABCD Universal. Version for MetaTrader 5:  https://www.mql5.com/en/market/product/44972 . See also: Harmonic ABCD Universal for MetaTrader 4 . Using modern software development methods has made the indicator a
The indicator is designed to close positions on the market in time. For example: to take profits ahead of schedule if the price has not reached TakeProfit, and the market is turning around. The indicator analyzes the momentum, not the trend. He does not give any information about the trend. The indicator is well suited for finding divergence. The Ershov 38 Parrots indicator dynamically adjusts to the market and detects price movement impulses of medium and high amplitude. It almost does not rea
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecastは、価格データのハーモニクスに基づいて、どんな市場の未来を予測し視覚化します。市場が常に予測可能ではありませんが、価格にパターンがある場合、MetaForecastは可能な限り正確な未来を予測できます。他の類似製品と比較して、MetaForecastは市場のトレンドを分析することでより正確な結果を生成することができます。 入力パラメータ Past size (過去のサイズ) MetaForecastが将来の予測を生成するために使用するバーの数を指定します。モデルは選択したバー上に描かれた黄色の線で表されます。 Future size (将来のサイズ) 予測すべき将来のバーの数を指定します。予測された将来は、ピンクの線で表示され、その上に青い回帰線が描かれます。 Degree (程度) この入力は、MetaForecastが市場で行う分析のレベルを決定します。 Degree 説明  0 Degree 0の場合、価格の全てのピークや谷、そして詳細をカバーするために、「Past size」の入力に大きな値を使用することが推奨されています。  1 (推奨) Degr
この指標は、W.D。Gannが書いた「市場予測の数式」​​の記事に基づく市場分析手法であり、9の2乗と144の2乗に依存しています。 ユーザーマニュアル: Add Your review And contact us to get it MT4のフルバージョンは次の場所から購入できます。 https://www.mql5.com/en/market/product/15316 あなたは無料でMT4でテストすることができます: https://www.mql5.com/en/market/product/15320?source=Site +Profile+Seller#!tab=reviews この製品は、レベル/スター/グリッド/ガンファン/として9の正方形を描くことができます。 ガンスクエアも描画します:52/90/144。 チャート上で直接移動可能なフリーガンスターを描画します。 また、ガンダイヤモンドを描画します。 それはあなたがあなたのエントリーのために最高のロットを計算することができるようにするロット計算機を
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇ト
このインジケーターは、実際の取引に最適なウェーブ自動分析インジケーターです。 バンドの標準化された定義は、もはや異なる人々の波ではなく、人為的な干渉の描画が排除されます。これは、アプローチの厳密な分析において重要な役割を果たします。         現在購入割引!   => Increase the choice of international style mode, (red fall green rise style) インデックスの内容: 1.1。     基本波: まず、価格変動過程で基本変動の変曲点を見つけましたが、もちろん、彼の注文はそれほど強くないので、次の計算の基礎になります。 2.2。     二次帯域 :基本波に基づいて、アルゴリズム分析を通じてより明白な二次帯域が得られ、二次帯域は波解析の基礎を提供します 3.3。     波: より明確な傾向とより明確で直感的な方向性があります。波が続くかどうかを分析するには、二次波帯の形状を調べ、二次波の組成を分析して、その後の予測を取得する必要があります。波。 4.4。     チャネル: チャネル計算で
Elliot Waves Analyzer Pro calculates Elliot Waves to Help Identify Trend direction and Entry Levels. Mainly for Swing Trading Strategies. Usually one would open a Position in trend direction for Wave 3 or a Correction for Wave C . This Indicator draws Target Levels for the current and next wave. Most important Rules for Elliot Wave Analysis are verified by the Indicator.  The Pro version analyzes Multiple Timeframes and shows the Subwaves and Target-Levels.   For an Overview  " Elliot Waves Anal
Native Channels
BeeXXI Corporation
5 (2)
This indicator recognizes all support and resistance levels. A number of unique high-performance techniques have been applied, which made the existence of this indicator possible. All formed channels are naturally visible: horizontal linear linear parabolic cubic (Polynomial 3 degrees - Wave) This is due to a bundle of approximating channels. The formed channels form "standing waves" in a hierarchical sequence. Thus, all support and resistance levels are visible. All parameter management is
作者のその他のプロダクト
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Market Profile Heat indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a f
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calc
フィルタ:
レビューなし
レビューに返信