Volli v9

The Volli v9 indicator is based on the analysis of zones built on volumes. That is, it is based on the analysis of how the price behaves near/in these zones, whether it rebounds, moves further, or does not react.  

The indicator also displays the aggregate strength of currencies, recommended stops, trend direction, volume trend and their changes.


Also there is EA.

https://www.mql5.com/en/market/product/145026?source=Site+Profile


Description

1) The arrows. Drawn on the current candle. On the current candle arrow can disappear. When candle closed arrow remains on the chart. Arrows draws when price go out from the zone (touch). The arrow is designed to make attention to the situation on the chart. There are alert when you see arrows. It is recommended not to reopen an order and not open an additional order if a new arrow in a row one way worse and costs for the previous one(for example when the down arrow costs 1.3020, and previous was priced at 1.3040). 2) Zone. Are drawn on the basis of the largest volume. You can choose from their number, type, whether to show the zone for the current period current period area has its own color, can repaint. Different color zones this indication was volume bullish or bearish. For visual convenience color unidirectional alternating volumes. The zone is intended to identify supply and demand. When the price is suitable to the area, it is recommended to watch the behavior of prices. I.e. how many times the price of the retouch of the zone, how many ran it as it happened (or drastically slow). The combination of zones in one place can be thought of as flat. It is recommended when analyzing for example H1 period to assess the situation on the M5, M5 must not have opposite signal to H1. 3) Trend(red-blue squares) shown in a top of subwindow of the indicator. Do not trade oposite trend! 4) Dividing lines. You can change the view. You can include instead of lines filled with certain color zone. Is used to separate the graph window into zones with small, medium and large volumes. Measured in% in relation to the largest volume. 5) Increasing volume. You can choose after how many bars in a row growing volumes of allocating them. This is the default Blue histograms. Used for monitoring plot where volumes grew. This is usually where price plots unfolding. 6) Falling volumes. You can choose after how many bars in a row of falling volumes of allocating them. The default is white. Used for monitoring plot where falling volumes. Usually in such areas it is advisable to close the order. 7) The most bullish volume. By default, has a bright green color. Shows where for a certain period was the largest volumes of splash on bullish candle. 8) The most bearish volume. By default, the color is red. Shows where for a certain period was the largest volumes of splash on bearish candle. 9) Similar volumes by default are yellow. Show where the plots where similar volumes. 10) OnBalanceVolume. The indicator OBV superimposed on the indicator window in% ratio. Can be used as an oscillator. You can also see this pattern as a double-tap some level indicator window or zones in the indicator window. 11) Correla. indicator window draws a correlation of Exchange calculated from all 28 pairs. Layout and location can be changed. Is used as an input filter, for example, if you pair GBPUSD decided to make a BUY, and the correlation data indicate that GBP significantly weaker for USD, it's best not to open Bai. 12) Name of the indicator on the main chart. Draws the indicator name. Every tick changes the color of a particular symbol. Can be used for visual perception of ticks speed.

It is very important to use a live ECN account.

There is also a description of the settings.

"//////////////////////////Main settings//////////////////////////" count_volumes = tick_volumes; Consider tick volumes, broker (not yet connected) or from ClusterDelta Bars_Count = 2000; Number of bars for counting refresh_in_seconds = 2; Update data in seconds "//////////////////////////Volumes window settings//////////////////////////" identify _ one _ way _ volumes = true ; highlight whether falling or rising or similar amounts in a row (white, blue, yellow histograms) allowable _ indent _ same _ volumes _ identified = 1; permissible backlash in% for the same volume identification (yellow histograms) min _ numb _ same _ way _ volumes _ identified = 4; the minimum number of falling or rising volumes for their display (white and blue histograms) show _ OBV _ line = true ; whether to show the line of the indicator OBV (OnBalanceVolume) show _ volli _ label = true ; whether to show the inscription Volli count _ real _ volumes = false ; whether to use real volumes for calculations (until setting is not active but when volumes appear in MT4 from the broker that you are ready for this) "//////////////////////////Highest Volume settings/////////////////////////" use_highest_volume = true; Show whether the greatest volume TF _ chek = PERIOD _ W 1; the time interval where to look for the greatest volume periods _ highest _ vol = 9; number of intervals use _ vol _ the zones = true ; whether to draw the support zone based on volume use _ double _ volume _ chek = true ; check the set of volumes on 2 candlelight bool draw_doubled_zones = false; whether to draw a zone on the dual plugs show _ current _ zone = true ; whether to draw the zone for the current interval start _ draw _ from clause _ volume _ bar = true ; start of zone of candles with the highest volume number _ of _ the zones = 4; the number of zones to draw Min _ vol _ level _ perc = 55; the minimum number of% of the largest volume on the schedule with the volumes for his show zone _ shift = 0; shear zone relative to the candles with the highest volume Zone_right_side_shift_bars = 3; shift the right edge of the zone Zone_left_side_shift_bars = 0; shift the left edge of the zone zones_width = 2; line thickness zone extern ENUM_LINE_STYLE zones_style = STYLE_DOT; style line zone zones_color_up_today = clrYellow; color zone the current interval with bullish volume zones_color_up = clrLime; color zone with bullish volume zones_color_up2 = clrAqua; color 2 zone with bullish volume zones_color_down_today = clrViolet; color zone the current interval to the bearish volume zones_color_down = clrRed; color zone with the bearish volume zones_color_down2 = clrOrangeRed; color 2 zone with the bearish volume the zones _ ray = true ; to draw a zone up to the current candle the zones _ back = false ; whether the color area to fill show _ normalC _ the zones = true ; whether to show the zone in volume show _ opositeC _ the zones = false ; whether to show the opposite zone in volume use _ sunday _ shift = false ; whether to use the Sunday market opening time sunday_minutes_shift = 120; shift in minutes "//////////////////////////Arrows settings//////////////////////////" show _ arrows = true ; whether to display arrows by zones point _ koef = _10; multiplier paragraph 1 Min _ zone _ width _ points = 0; the minimum size for drawing arrows on it Max _ zone _ width _ points = EMPTY _ VALUE ; the maximum size of area to draw on her shooter use _ refresh _ arrows = false ; an update of the old shooter arrows _ indent = 3; points of indent arrows from candles arrow_code_up = 233; code arrow up arrow_code_down = 234; code arrow down arrow_color_up = clrLime; color arrow up arrow_color_down = clrRed; color arrow down arrows _ width = 1; the thickness of the arrows use _ HL _ (C) _ patern = true ; use a combination of candles1 (e.g. up arrow = Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + low and close should be above the bottom of the zone) use _ HL _ HL _ (C) _ patern = false ; use a combination of candles2 (e.g. up arrow = previous Lowe candles above the upper boundary of the zone + Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + Lo, and Lo and close should be above the bottom of the zone) distance _ from clause _ zone _ signal = 11; the distance at which the price should be farther from the zone zone _ width _ plus _ from clause = 2; adding items to the border zone, opposite to the direction of the arrow keys (up arrow, for example, the lower bound is increased to 2 points) zone _ width _ plus _ to = 2; adding items to the border zone in the direction of the arrow (e.g. up arrow, the upper limit will be increased to 2 points) input string co_set = "//////////////////////////i settings//////////////////////////"; input bool show_trend = true; //show trend input int trend_period = 60; //trend period input double trend_mult = 1; //trend multiplier trend _ on _ top = true ; to draw trend at the top of the idikatora or on volumes use _ alert _ SWB _ on = false ; alert on/off when you see a trend trend _ up _ alert = " trend up"; alert message when there was a trend up trend _ down _ alert = " trend starts"; alert message when there was a trend down use _ alert _ SWB _ off = false ; on/off alert when candles in a row ended "//////////////////////////Lines in indicator window//////////////////////////" show _ lines = true ; whether to draw a line separating the indicator window in% draw _ colored _ the zones = false ; whether to draw the shaded zones separate indicator window lines_width = 1; thickness lines extern ENUM_LINE_STYLE lines_style = STYLE_DOT; style lines line_center_color = clrDodgerBlue; color Central line line_low_color = clrNavajoWhite; color the bottom line line_high_color = clrOrangeRed; color top of the line line_low_percents = 20; lower border in % line_high_percents = 80; upper border in % "//////////////////////////i settings//////////////////////////" show_corella = true; Show whether the correlation between currencies TF = PERIOD _ W 1; the period from which considered correlation chek _ bar = 0; candle on a point with which considered correlation Percents _ level _1 = 2.5; level one where the rectangle changes color Percents _ level _2 = 5.0; level one where the rectangle changes color Percents _ level .3_3 = 40.0; level one where the rectangle changes color update _ seconds = 7; interval, in seconds, for data refresh symbols _ prefix = ""; the prefix character if needed (proEURUSD) symbols _ postfix = ""; Postfix characters if needed (EURUSDpro) Rectangle _ width = 47; the width of the rectangle, in pixels Rectangle _ height = 25; the height of the rectangle Rectangle _ X = 60; the x-coordinate of the first rectangle Rectangle _ X _ step = 50; step between rectangles on the x-axis Rectangle _ Y = 20; coordinate Y the first rectangle Rectangle _ Y _ step = 48; step between rectangles on an axis Y Rectangle_color_up_3 = clrAqua; color level3 up Rectangle_color_up_2 = clrDodgerBlue; color level2 up Rectangle_color_up_1 = clrLightBlue; color level1 up Rectangle_color_medium_up = clrMoccasin; color level0 + Rectangle_color_medium_down = clrMoccasin; color level0- Rectangle_color_down_1 = clrOrange; color level1 down Rectangle_color_down_2 = clrRed; color level2 down Rectangle_color_down_3 = clrMagenta; color level3 down extern fonts Text_symb_font = font9; font text characters Text _ symb _ color = clrWhite ; the color of the text characters Text _ symb _ size = 7; the size of the text characters Text _ symb _ shift _ X = 8; offset text character relative to the rectangle along the x axis Text _ symb _ shift _ Y = 9; shift text character relative to the rectangle of the Y extern fonts Text_perc_font = font192; font text data Text _ perc _ color = clrBlack ; the color of text data Text _ perc _ size = 9; data text size Text _ perc _ shift _ X = 3; shift text data on a rectangle along the x axis Text _ perc _ shift _ Y = -12; shift text data on the rectangle of the Y percents _ digits = 2; the number of digits after the decimal point in the data "//////////////////////////Alerts on arrows settings//////////////////////////" use _ alert = false ; on/off alert when you see candles on candle closed up _ alert = " Arrow up"; alert message when prompted with an up arrow down _ alert = " Arrow down"; alert message when the down arrow appears use _ sound = false ; on/off the sound when you see candles on candle closed up _ sound = " news "; a sound file when you are prompted with the up arrow down _ sound = " ok "; sound file when the down arrow appears


추천 제품
Market voleum profile
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Market Profile & Volume Profile Indicator is a powerful technical analysis tool designed to visualize market activity and price distribution over specific timeframes. Unlike standard technical indicators that focus solely on price over time, th
Market Profile with Dashboard Indicator - Complete User Guide xau only Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Market Profile with Dashboard is a comprehensive trading analysis tool for MetaTrader 4 that displays market profile data, volume analysis, and key market structure informa
FREE
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume은 통화쌍의 매수 및 매도 거래량을 컬러 히스토그램 형태로 표시합니다. 거래량은 자산에 대한 매수 및 매도 거래로 구성됩니다. FX 시장에서: 매수량이 매도량보다 많으면 해당 통화쌍의 가격은 상승하는 경향이 있습니다. 매도량이 매수량보다 많으면 해당 통화쌍의 가격은 하락하는 경향이 있습니다. 주요 기능 틱 볼륨 데이터를 활용하여 나쁜 거래를 피할 수 있습니다. 시장 내 큰 자금을 움직이는 플레이어의 방향에 따라 거래할 수 있도록 도와줍니다. Metatrader의 모든 알림 기능이 포함되어 있습니다. 틱 볼륨 활용하기 기타 시장과 달리, 현물 외환 시장은 중앙 집중식이 아니기 때문에 개인 트레이더가 실제 볼륨 데이터를 얻는 것은 매우 어렵습니다. 2011년 베테랑 외환 트레이더 Caspar Marney가 발표한 연구에서는 틱 볼륨과 실제 거래량 사이에 높은 정확도와 상관관계가 있다고 결론지었습니다. 히스토그램 계산 공식 KT Forex Volume 지표
FREE
Basic Volume Profile
Mehran Sepah Mansoor
메타트레이더용 거래량 프로필 인디케이터로 거래량 분석의 힘을 발견하세요! / MT5 버전 기본 거래량 프로필은 거래를 최적화하려는 수동 트레이더를 위해 특별히 설계된 지표입니다. 거래량 프로필 인디케이터는 시장 움직임을 더 잘 이해하고자 하는 진지한 트레이더에게 필수적인 도구입니다. 혁신적인 솔루션을 사용하면 거래량이 가격별로 어떻게 분포되어 있는지 명확하고 간결하게 시각화할 수 있습니다. 이를 통해 지지 및 저항 수준, 누적 및 분포 영역, 주요 제어 지점과 같은 주요 관심 영역을 식별할 수 있습니다. 특정 날짜의 거래량을 나타내는 일반 거래량 표시기와 달리 기본 거래량 프로필은 특정 가격의 거래량을 보여줍니다.  이 인디케이터는 직관적이고 사용자 지정 가능한 인터페이스를 갖추고 있어 거래 선호도에 맞게 조정할 수 있습니다. 특징 가격 차트에 거래량 프로필을 명확하게 표시합니다. 거래량이 많은 영역과 적은 영역을 빠르게 식별합니다. 트레이딩 스타일에 맞게 색상과 스타일을 완
Reverse side scalper is the manual trading system, that works on choppy(anti-trend) market. As a rule markets are on 80% choppy and only 20% is trend phase. System is based on custom step Moving and RSI and reverse pattern. System defines up movement, down movement, trend / choppy phases. Indicator plots Buy signal arrow when current direction is down and phase is trend, Sell signal arrow is plotted when currently is up movement and phase is trend. As a rule it allows to "catch" local maximum/mi
Master Volume profile
Israr Hussain Shah
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
MT4 버전: https://www.mql5.com/en/market/product/157433 MT5 버전: https://www.mql5.com/en/market/product/167286 볼륨 불균형(Volume Imbalance)은 가벼운 볼륨 프로파일과 델타 불균형 시각화 도구로, 설정 가능한 조회 범위 내에서 거래량이 많은 가격대, 방향성 압력, 그리고 거래량이 적은 가격대를 파악하는 데 도움을 줍니다. 총 거래량만 보여주는 기존 볼륨 프로파일과 달리, 이 지표는 각 가격대를 다음과 같이 구분합니다. 매수 거래량(매수 압력) – 상승 캔들(종가 > 시가)을 기준으로 추정 매도 거래량(매도 압력) – 하락 캔들(종가 ≤ 시가)을 기준으로 추정 결과적으로 차트 오른쪽에는 TradingView 스타일의 깔끔한 프로파일이 표시되고, 델타 요약 패널에는 가격대별 불균형 비율(Δ%)이 표시되어 매수자와 매도자가 우세했던 지점을 쉽게 확인할 수 있습니다. 또한, 선택한 기간 내
Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
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
Indicator (includes Volume Profile + Order Blocks) - a revolutionary indicator that combines two of the most powerful concepts of modern technical analysis: volume profiles and institutional players' order blocks. This tool allows you to see what is hidden from most traders and gives you a significant advantage in the market. Key benefits of the indicator: Visualization of "smart money": Clearly shows the areas of concentration of large players, highlighting areas with maximum volume in bright
볼륨 프로파일 스나이퍼 11.1 은 포괄적 인 시장 분석 도구입니다 거래에 대한 전문적인 접근 방식 볼륨 프로파일 스나이퍼 11.1 은 시장 상황의 포괄적 인 평가를 기반으로 명확한 신호를 제공,하나의 지표에 15 개 이상의 키 필터를 결합합니다. 주요 특징 볼륨 불균형 분석-알고리즘은 각 촛불에서 구매자와 판매자의 점유율을 계산하여 당사자 중 한 사람의 우위를 나타냅니다(구성 가능한 임계 값은 50%에서 90%까지). 다단계 신호 필터링-표시기가 고려됩니다: 2015 년 11 월 1 일 과매수/과매도 영역을 제외한 캔들 패턴(핀 바,흡수,망치) 지원/저항 레벨(자동 감지) 주요 플레이어의 활동을 식별하는 볼륨 스파이크 고전적이고 증폭 된 발산 변동성 평가 트렌드 강도를 결정하기 위한 애드엑스 가격 조치(내부 및 외부 막대) 다중 기간 확인 시장 구조(높은 최고/낮은 최저) 세션 필터(아시아,런던,뉴욕 세션) 뉴스 배출으로부터 보호 유연한 구성 시스템-
DSZ Mini Charts
Dariusz Szewczyk
This indicator displays a bar chart for any time period and symbol. It allows to implement "top-down" investment approach. Charts have many features including unique statistical bands, rounded numbers, pivots, the elapsed time count, information about orders, change chart by clicking, saving and loading graphic objects and many others. Key Futures Up to 9 chart per row. Unlimited number of instances. Symbol and timeframe freely adjustable for every chart. Moving Averages that have a unique meth
"다이나믹 스캘핑 오실레이터"는 MT4를 위한 고급 맞춤형 암호화폐/외환 지표이자 효율적인 트레이딩 도구입니다! - 차세대 오실레이터 - 사용 방법은 그림을 참조하세요. - 다이나믹 스캘핑 오실레이터는 적응형 과매도/과매수 영역을 제공합니다. - 오실레이터는 동적인 과매도/과매수 영역에서 정확한 진입 시점을 찾는 보조 도구입니다. - 과매도 값: 녹색선 아래, 과매수 값: 주황색선 위. - 이 지표는 가격 변동 패턴과도 결합하기 좋습니다. - 일반 오실레이터보다 훨씬 정확합니다.  - PC 및 모바일 알림 기능 제공. .......................................................................... 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
Scalping Snake Pro is a unique scalping indicator that shows the trader the price reversal moments and does not redraw. This indicator, unlike many others on the Internet, does not redraw its values. It draws signals on the very first bar, which allows you not to be late with opening deals. This indicator sends notifications to the trader by phone and email when a signal appears. You get all this functionality for only $147. How to trade with this indicator? Open the H1 timeframe. Currency pai
Markets Heat
Viktor Yatsyshyn
Markets Heat indicator can help you determine correct course of action at current market situation, by calculating market's "heat level". What is market's "heat level"? Well, it's my own way of simplifying complex market conditions to ease decision-making process. How does it work? Most of time market is moving in some narrow range and can't "decide" where to go -> flat market -> cold market. Other times, price goes Up or Down -> making trend movements -> heating the market. More powerful trends
Max Volume
Maksim Slovakov
Подкрашивает аномально большие тиковые объёмы в красный цвет. Имеет следующие настройки: "Процент" по умолчанию "70"  (Процент на который аномальный объём должен быть больше предыдущего) "Уровень" по умолчанию "500" (Количество тиков, больше которого будем брать во внимание аномальный объём) Внимание! Данный индикатор был разработан для мелких таймфреймов M1,M5,M15. Идея в том, что на таких Таймфреймах увеличение количества тиков говорит об увеличении количество сделок, увеличения интереса к цен
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Blahtech Market Profile
Blahtech Limited
4.53 (15)
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
이 표시기는 이산 Hartley 변환을 기반으로 합니다. 이 변환을 사용하면 재무 시계열을 처리할 때 다양한 접근 방식을 적용할 수 있습니다. 이 지표의 특징은 판독값이 차트의 한 지점이 아니라 지표 기간의 모든 지점을 참조한다는 것입니다. 시계열을 처리할 때 표시기를 사용하여 시계열의 다양한 요소를 선택할 수 있습니다. 필터링의 첫 번째 가능성은 이 접근 방식을 기반으로 합니다. 불필요한 모든 고주파수 구성 요소는 단순히 폐기됩니다. 첫 번째 그림은 이 방법의 가능성을 보여줍니다. CutOff 매개변수를 선택하면 원래 시계열의 세부 정보를 선택할 수 있습니다(빨간색 선 - 주요 정보만 남음 CutOff = 0, 노란색 - 주요 및 가장 낮은 주파수 기간 CutOff = 1 , 파란색 - 가장 높은 주파수의 모든 노이즈가 삭제됩니다. CutOff = 4 ). 그러나 이것이 유일한 가능성은 아닙니다. 추가 필터링으로 노이즈 성분을 억제할 수 있습니다. 두 옵션 모두 이 표시기에 구현
Time Bubble
Ahmed Mohamed
Time Bubble ***Specialized for GBPJPY 1H time frame*** (tested for two years with success rates about 82%) Time Circle's smart algorithm detects the price circles with time . give strong signals at the right time as result of combine the price and time. our team spent months to develop this indicator specially for GBPJPY ..with high success rates about 82% win trades over two years .tested from December 2016 to November 2018. *** in last two years total signals 1012 with 829 Wins and 183 Lo
Rhino NW
Sergei Shishaev
Нестандартный индикатор определения текущего тренда. Альтернативный подход к определению текущей рыночной тенденции. В основе лежит уникальный алгоритм. Не используются   скользящие средние , осцилляторы , супер-тренды и прочие стандартные индикаторы. Для таймфреймов:   от M15 до D1 . Для стилей торговли:  интрадэй, свинг, долгосрок . Может стать готовой торговой стратегией совместно с любым канальным индикатором. Например таким, как индикатор   "Snake" . Внимание! Это индикатор, а не советник,
GND Tail Candle
Nguyen Dang Giang
A tall upper shadow occurs when the price moves during the period, but goes back down, which is a bearish signal. A tall lower shadow forms when bears push the price down, but bulls pull it back up, which leaves a long line or shadow. This is considered a bullish signal. Some technical analysts believe a tall or long shadow means the stock will turn or reverse. Some believe a short or lower shadow means a price rise is coming. In other words, a tall upper shadow means a downturn is coming, while
The Smart Liquidation Clusters  is a custom technical indicator designed for the MetaTrader 4 (MT4) platform. It calculates and visualizes   estimated liquidation zones   based on price action and internal algorithms, displaying them as a dynamic heatmap on the chart. These zones are known by several names, sometimes referred to as liquidity pools, liquidity levels, leverage levels, liquidation heatmap levels, leverage heatmap zones, or leverage heatmap levels. These zones represent   potential
AXIOM STATS 출시 특별 가격: 99달러 Axiom Stats는 현재 출시 특별 가격인 99달러에 판매되고 있습니다. 선착순 30명이 구매한 후에는 가격이 199달러로 인상됩니다. 구매 후 사용 방법과 구매자 전용 무료 혜택을 받으려면 저에게 개인 메시지를 보내주세요. Axiom Stats는 트레이딩 계좌의 통계와 성과를 분석하기 위한 전문 인디케이터입니다. 계좌 데이터를 읽어 성과, 통계, 거래, 위험, 안정성, 드로다운 및 전반적인 계좌 상태를 분석하고, 이를 명확하고 사용하기 쉬운 종합 시각화 대시보드로 보여줍니다. 저는 트레이딩 계좌의 결과 뒤에 숨겨진 전체적인 상황을 확인하고 싶어서 Axiom Stats를 개발했습니다. 최종 잔액만으로는 충분하지 않습니다. 수익을 내는 계좌에도 위험한 드로다운이 존재할 수 있습니다. 높은 승률 뒤에 잘못된 위험 관리가 숨어 있을 수도 있습니다. 단 한 번의 비정상적으로 큰 수익이 한 달 전체를 성공적인 기간처럼 보이게 할 수도 있습니
Simple Anchored VWAP is a lightweight yet powerful tool designed for traders who want precise volume-weighted levels without complexity. This indicator lets you anchor VWAP from any point on the chart and instantly see how price reacts around institutional volume zones. MT5 Version -  https://www.mql5.com/en/market/product/155321/ Join To Learn Market Depth -   https://www.mql5.com/en/channels/suvashishfx Using VWAP bands and dynamic levels, the tool helps you understand where real buying and s
FREE
POWR Long Short Zones
Trade Indicators LLC
Wouldn’t you love a heads up alert when the market is switching from bullish to bearish momentum? When the background turns green, there is your signal to place a long trade to increase your profitability. Also, when the background turns red, guess what? It’s time to go short for profits. HOW TO USE 1. When the background turns green, this is the best place to take long trades. This also represents a bull market. 2. When the background turns red, this is the best place to take short trades. This
SuperSignalsX
Mykola Pavliuchenko
SuperSignalsX is a modern indicator designed to simplify market analysis and make it more visual and effective. Its main function is to automatically detect local highs and lows based on Average True Range (ATR). At these points, the indicator places clear marks in the form of circles with arrows, allowing traders to quickly navigate even in highly volatile market conditions. Using SuperSignalsX significantly increases efficiency, as it removes routine calculations and eliminates the need to man
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
NN8D Volume
Aleksandr Nikolskii
4 (1)
NN8D Volume is one of the indicators included to NN8D trading system ( N ikolsky's N esting D oll). NN8D Volume displays a trend direction sorting out the market noise and keeping trades even during main trend corrections. Buy checklist: Bulls on the current bar and preferably on the previous one. NN8D Volume line should go up moving away from Bulls points, showing a bullish trend and increase in volatility. Current bar - Buy (an open price is below a close one). Sell checklist: Bears on the cur
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
이 제품의 구매자들이 또한 구매함
Gann Made Easy
Oleg Rodin
4.84 (169)
Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 구매 후 거래 방법 안내 및 유용한 추가 지표를 무료로 받으시려면 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장 분석
Super Signal – Skyblade Edition 전문가용 노리페인트 / 노래그 트렌드 신호 시스템, 뛰어난 승률 제공 | MT4 / MT5용 1분, 5분, 15분과 같은 낮은 타임프레임에서 가장 좋은 성능을 보입니다. 핵심 기능: Super Signal – Skyblade Edition은 추세 매매를 위해 설계된 스마트 신호 시스템입니다. 이 시스템은 다중 필터 로직을 활용하여, 명확한 방향성과 실질적인 모멘텀이 수반된 고품질 추세만을 감지합니다. 이 시스템은 고점 또는 저점을 예측하지 않으며 , 다음 세 가지 조건이 모두 충족될 때만 신호를 발생시킵니다: 명확한 추세 방향 강화되는 모멘텀 건전한 변동성 구조 또한, 시장 세션 기반의 유동성 분석을 통해 신호의 신뢰성과 타이밍을 더욱 향상시킵니다. 신호 특성: 모든 화살표 신호는 100% 리페인트 없음 / 지연 없음 신호가 한 번 발생하면 고정되며, 깜빡이거나 사라지지 않음 차트 상의 시각적 화살표, 정보 패널, 팝업 알
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER 는 사용하기 쉬운 거래 지표 시스템입니다. M1 시간대에 맞춰 설계된 화살표 지표입니다. 이 지표는 M1 시간대 스캘핑을 위한 단독 시스템으로 사용할 수 있으며, 기존 거래 시스템의 일부로도 사용할 수 있습니다. 이 거래 시스템은 M1 시간대 거래용으로 특별히 설계되었지만, 다른 시간대에도 사용할 수 있습니다. 원래는 XAUUSD와 BTCUSD 거래를 위해 이 방법을 설계했지만, 다른 시장 거래에도 유용하다는 것을 알게 되었습니다. 이 지표의 신호는 추세 방향과 반대로 거래될 수 있습니다. 저는 지표의 신호를 활용하여 양방향으로 거래할 수 있도록 돕는 특별한 거래 기법을 알려드립니다. 이 방법은 특별한 동적 지지선과 저항선 가격 영역을 활용하는 것을 기반으로 합니다. 구매하시면 M1 SNIPER 화살표 지표를 바로 다운로드하실 수 있습니다. 또한, 아래 스크린샷에 표시된 Apollo Dynamic SR 지표는 M1 SNIPER 도구를 사용하는 모든 사용자에게 무료로
SR Liquidity 는 시장 유동성이 집중되고 가격이 가장 강력하게 반응하는 숨겨진 구간을 포착하도록 설계된 트레이딩 지표입니다. 이러한 특수 유동성 구간은 강력한 지지 및 저항선 역할을 하며, 시장 반전 가능성이 가장 높은 지점을 명확하게 보여주는 지도가 되어 줍니다. SR Liquidity는 일반적인 지지 및 저항선을 단순히 그리는 대신, 실제 가격 움직임을 분석하여 매수 및 매도 압력이 집중되는 구간을 포착합니다. 이러한 구간은 실질적인 시장의 흐름을 주도하는 유동성 풀(liquidity pools)에 해당합니다. 이 지표는 해당 구간을 차트에 직접 시각화하여, 가격 반응이 실제로 나타나기 전에 이를 미리 예측할 수 있도록 돕습니다. 즉, 가격 추세가 전환될 가능성을 사전에 파악하게 해주는 것입니다. 결과적으로 이 지표는 가공되지 않은 가격 움직임(price action)을 시장의 핵심 가격대, 다시 말해 추세 전환점이 될 수 있는 지점들을 보여주는 명확하고 실용적인 로드맵
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO helps you read the intraday trend and plan your trade before you enter. It uses exclusive built-in algorithms to evaluate market direction and calculate key target levels the moment a signal appears, so you always see the potential entry, stop-loss and profit targets ahead of time. The indicator also shows detailed performance statistics on historical data, so you can see how different instruments and strategies behaved and choose what fits current market conditions. You can e
Currency Strength Wizard
Oleg Rodin
4.85 (60)
통화 강도 마법사는 성공적인 거래를 위한 올인원 솔루션을 제공하는 매우 강력한 지표입니다. 표시기는 여러 시간 프레임의 모든 통화 데이터를 사용하여 이 또는 해당 외환 쌍의 힘을 계산합니다. 이 데이터는 특정 통화의 힘을 확인하는 데 사용할 수 있는 사용하기 쉬운 통화 지수 및 통화 전력선의 형태로 표시됩니다. 필요한 것은 거래하려는 차트에 표시기를 부착하는 것뿐입니다. 표시기는 거래하는 통화의 실제 강세를 보여줍니다. 지표는 또한 추세와 거래할 때 유리하게 사용할 수 있는 구매 및 판매 거래량 압력의 극한값을 보여줍니다. 지표는 또한 피보나치에 기반한 가능한 대상을 보여줍니다. 표시기는 PUSH 알림을 포함한 모든 유형의 알림을 제공합니다. 구매 후 연락주세요. 나는 당신과 거래 팁을 공유하고 당신에게 무료로 훌륭한 보너스 지표를 줄 것입니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro is a MetaTrader 4 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
자동화된 수요 및 공급 구역의 차세대. 모든 차트에서 작동하는 새롭고 혁신적인 알고리즘. 모든 구역은 시장의 가격 움직임에 따라 동적으로 생성됩니다. 두 가지 유형의 경고 --> 1)가격이 영역에 도달할 때 2)새로운 영역이 형성될 때 당신은 더 이상 쓸모없는 지표를 얻을 수 없습니다. 입증된 결과로 완벽한 거래 전략을 얻을 수 있습니다.     새로운 기능:     가격이 공급/수요 영역에 도달하면 경고     새로운 공급/수요 구역이 생성되면 알림     푸시 알림 알림     핍의 영역 너비 레이블     기동특무부대에 한 번 더 시간이 주어집니다. 따라서 현재보다 위의 2개의 시간 프레임 대신 현재보다 높은 3개의 시간 프레임을 볼 수 있습니다.     Alerts/Zones/MTF 기능을 활성화/비활성화하는 버튼 당신이 얻는 이점:     거래에서 감정을 제거하십시오.     거래 항목을 객관화하십시오.     높은 확률 설정을 사용하여 수익
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
현재 30% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — XAUUSD 스윙 트레이딩을 위한 7층 필터 + RR 보증 시스템 리페인트 없음. 리드로 없음. 지연 없음. 모든 신호는 확정 후 고정됩니다. 구매자 보너스: 매수 라이선스 구매 시 AI Zone Radar ($59 상당) + PDF 매뉴얼 무료 제공. 구매 후 MQL5에서 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5 버전도 판매 중: https://www.mql5.com/en/market/product/170916?source=Site +Profile+Seller 활발한 트레이딩 커뮤니티의 골드 트레이더들이 사용하고 신뢰합니다. 정밀성과 사용 편의성을 위해 구축되었습니다. 이런 분에게 추천 업무나 일상으로 바빠 M5/M15 차트를 볼 수 없는 트레이더 엄선된 고품질 신호만으로 거래하고 싶은 분 야
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 차세대 외환 거래 도구. 현재 49% 할인. Dynamic Forex28 Navigator는 오랫동안 인기 있는 지표의 진화형으로, 세 가지의 힘을 하나로 결합했습니다. 고급 통화 Strength28 지표(695개 리뷰) + 고급 통화 IMPULSE with ALERT(520개 리뷰) + CS28 콤보 신호(보너스). 지표에 대한 자세한 정보 https://www.mql5.com/en/blogs/post/758844 차세대 Strength 지표는 무엇을 제공합니까?  원래 지표에서 좋아했던 모든 것이 새로운 기능과 더 높은 정확도로 강화되었습니다. 주요 기능: 독점적인 통화 Strength 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO는 존 에러스(John Ehlers)의 Laguerre 필터와 강력한 자동 최적화 엔진을 결합한 고급 트레이딩 지표입니다. 고정된 파라미터를 사용하는 대신, 최근 시장 상황을 바탕으로 최적의 설정을 자동으로 검색하므로 지속적인 수동 조정 없이도 변화하는 시장 변동성에 대응할 수 있습니다. 이 지표는 명확한 매수(BUY) 및 매도(SELL) 신호를 생성하며, 현재 시장 변동성을 기준으로 계산된 적응형 손절매(Stop Loss) 및 익절(Take Profit) 레벨을 제공합니다. 내장된 추세, 효율성 지수(Efficiency Ratio), 변동성 및 캔들 필터 기능은 저품질의 진입 신호를 제거하여 신호의 정확도를 높여줍니다. 실시간 성능 대시보드에서는 현재 최적화된 설정값, 수익 요인(Profit Factor), 승률(Win Rate), 최대 낙폭(Drawdown) 및 기타 트레이딩 통계를 확인할 수 있습니다. 또한 DayTrader PR
Hydra Trend Rider
INTRAQUOTES
5 (4)
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Pytrader mt4 Python
Offpista LTD
5 (3)
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
Smart Trend Trading System
Issam Kassas
4.71 (7)
이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Smart Trend Trading System은 현재 $99 에 제공됩니다. 다음 30회 구매 후 가격은 $199 로 인상됩니다. 특별 혜택: Smart Trend Trading System 구매 후 저에게 개인 메시지를 보내시면 Smart Universal EA를 무료 로 받을 수 있으며, Smart Trend 신호를 자동 거래로 전환할 수 있습니다. Smart Trend Trading System은 리페인트 없음, 재그리기 없음, 지연 없음의 완전한 트레이딩 시스템으로, 더 깨끗한 신호, 더 나은 추세 방향, 그리고 더 체계적인 시장 거래 방식을 원하는 트레이더를 위해 제작되었습니다. Online course , manual and [download presets] . 이 시스템은 추세 감지, 반전 구간, Smart Cloud, 트레일링 스톱 로직, 지지와 저항, 캔들
Ace Supply Demand Zone MT4
Young Ho Seo
3.75 (4)
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Atomic Analyst
Issam Kassas
5 (11)
이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Atomic Analyst는 현재 $99 에 제공됩니다. 다음 30회 구매 후 가격은 $199 로 인상됩니다. 특별 혜택: Atomic Analyst 구매 후 저에게 개인 메시지를 보내시면 Smart Universal EA를 무료 로 받을 수 있으며, Atomic Analyst 신호를 자동 거래로 전환할 수 있습니다. Atomic Analyst는 리페인트 없음, 재그리기 없음, 지연 없음의 Price Action 거래 인디케이터로, 수동 거래, 신호 명확성, EA 자동화를 위해 설계되었습니다. User manual: settings, inputs and strategy.     &   User Manual PDF . 가격 움직임, 강도, 모멘텀, 다중 시간대 방향 및 고급 필터를 분석하여 트레이더가 노이즈를 줄이고 약한 세팅을 피하며 더 체계적인 거래 결정을 내릴 수 있도
Meravith
Ivan Stefanov
5 (3)
마켓 메이커를 위한 도구. Meravith는 다음과 같은 기능을 제공합니다: 모든 타임프레임을 분석하고 현재 유효한 추세를 표시합니다. 강세와 약세 거래량이 동일한 유동성 구간(거래량 균형 구간)을 강조 표시합니다. 서로 다른 타임프레임의 모든 유동성 레벨을 차트에 직접 표시합니다. 텍스트 기반 시장 분석을 생성하여 참고용으로 제공합니다. 현재 추세를 기반으로 목표가, 지지선 및 손절가를 계산합니다. 거래의 위험 대비 보상 비율(Risk/Reward)을 계산합니다. 계좌 잔고에 따라 포지션 크기를 산출하고 잠재 수익을 추정합니다. 시장에 중대한 변화가 발생할 경우 경고도 제공합니다. 지표의 주요 라인: 강세/약세 거래량 소진 라인 — 목표가로 사용됩니다. 시장 추세를 나타내는 라인. 시장이 강세인지 약세인지에 따라 색상이 변경되며 추세 지지선 역할을 합니다. 색상은 주로 시장 심리를 보여줍니다. 거래량 균형선(Eq). Eq(Volume Equilibrium) 라인은 시스템의 핵심입니
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. 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.5 TRENDMAESTRO recognizes a new TREND from the start, 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 a
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
범위 및 다음 가능한 움직임 식별   |  추세의 초기 신호와 강도를 확인하세요   |  반전 전 명확한 출구 확보   |  가격이 테스트 할 피보 레벨 파악 비추적, 비지연 지표 - 수동 및 자동 거래에 이상적 - 모든 자산 및 모든 시간 단위에 적합 구매 후, 무료 TrendDECODER_Scanner를 받기 위해 저에게 연락해 주세요. MT5   버전:   여기를 클릭하세요 BladeSCALPER   및   PowerZONES   로 전체 방법을 확인하세요. 어떤 서비스인가요? 트렌드디코더는 추세 모니터링을 간단하고 쉽게 하기 위한 여러 혁신 기술의 집약체입니다. 투영 추세선(투영 추세선) - 다가오는 추세의 속도 기준 실시간 추세선과 투영 추세선 비교 - 시장이 이전과 같은 방향으로 움직이고 있는지, 아니면 둔화되고 있는지? 실시간 추세선 교차 - 추세가 궤도를 이탈하고 있습니다. 그레이박스 - 시장이 더 이상 추세가 아니며 새로운 전환기에 들어섰습니다. 디코더신
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow는 변동성과 거래량 분석을 포함한 시장의 자연스러운 거래 원칙에 기반한 지표입니다. 모든 시간 프레임과 외환 쌍에서 사용할 수 있으며, 지표 내의 간편한 파라미터 설정을 통해 원하는 외환 쌍과 시간 프레임에 맞춰 신호를 조정할 수 있습니다. 매수/매도 신호를 제공하는 기본 알고리즘 외에도, 입력값에 따라 선택할 수 있는 다양한 추가 전략이 내장되어 있습니다. 이러한 전략은 별도의 설정이 필요하지 않으며, 지표가 선택한 전략 모드에 따라 자동으로 설정을 적용합니다. 이 알고리즘은 추가 필터를 사용하여 거래량과 가격 파동을 분석합니다. 지능형 알고리즘을 통해 두 가지 시장 요소가 결합될 때만 신호를 생성합니다. 지표는 특정 범위의 파동을 계산하고, 거래량 분석을 통해 파동을 확인합니다. 구매 후 저에게 연락하시면 거래 팁과 유용한 보너스 지표를 무료로 제공해 드립니다!
추측을 멈추세요. 통계적 우위로 트레이딩을 시작하세요. 주식 지수는 외환과 다르게 거래됩니다. 정해진 세션이 있고, 야간에 갭이 발생하며, 예측 가능한 통계적 패턴을 따릅니다. 이 지표는 DAX, S&P 500, 다우존스와 같은 지수를 자신 있게 거래하는 데 필요한 확률 데이터를 제공합니다. 무엇이 다른가 대부분의 지표는 무엇이 일어났는지 보여줍니다. 이 지표는 다음에 무엇이 일어날 가능성이 있는지 보여줍니다. 매 거래일마다 지표는 100일간의 과거 데이터를 기준으로 현재 설정을 분석합니다. 유사한 갭, 유사한 시가 위치를 가진 날을 찾고, 가격이 주요 레벨에 도달한 빈도를 정확히 계산합니다. 갭이 메워질지, 어제 고점이 테스트될지 더 이상 추측할 필요가 없습니다. 실제 데이터에 기반한 정확한 백분율을 얻게 됩니다. 모든 입력 설명이 포함된 전체 매뉴얼: https://www.mql5.com/en/blogs/post/766370 훌륭한 설정을 찾는 데 도움이 되는 전략 가이드: ht
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
대칭 삼각형 차트 패턴은 가격이 강제로 상승 또는 붕괴되기 전에 수축 및 통합 기간을 나타냅니다. 하단 추세선에서의 분석은 새로운 약세 추세의 시작을 나타내고 상단 추세선의 이탈은 새로운 강세 추세의 시작을 나타냅니다. 대시보드를 사용하여 대칭 삼각형 패턴으로 거래하는 모든 상품과 시간 프레임을 한 번에 모니터링하십시오! https://www.mql5.com/en/market/product/69169/ MT5 버전 사용 가능: https://www.mql5.com/en/market/product/70006/ 이 표시기는 이러한 패턴을 식별하고 4가지 핵심 포인트가 형성되고 가격이 다시 삼각형으로 되돌아갔을 때 경고하므로 잠재적인 돌파에 대비할 수 있습니다. 대칭 삼각형이 항상 완벽하게 대칭인 것은 아니며 가격이 오르거나 내릴 수 있지만 일반적으로 가장 성공적인 돌파는 삼각형의 첫 번째 점을 형성한 높거나 낮은 방향입니다. 따라서 지표는 돌파에 대한 강세 또는 약세 편향을 제공하
KURAMA GOLD SIGNAL PRO (MT4) — 7중 필터 · 자동 TP/SL · 품질 점수 · 시그널 기록 저장 | XAUUSD 완전 트레이딩 시스템 실시간 리페인트 없음. 시그널이 나타나는 순간 화살표, 진입, TP, SL이 그 자리에 고정되어 이후 절대 움직이지 않습니다. 여러분이 거래하는 것은 바로 이 실시간 시그널입니다. 그리고 v7.20에서는 실제로 발신된 모든 시그널이 자동 저장되어 재시작 후에도 정확히 복원됩니다. 구매자 전용 보너스 평생 라이선스를 구매하시면 AI Zone Radar($59 상당) + 완전 PDF 매뉴얼을 무료로 드립니다. 제품 가격에 더해 $59 상당의 보너스가 따라옵니다. 구매 후 MQL5로 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
제작자의 제품 더 보기
Volli 9 EA
Vasyl Nosal
It is based on the Volli indicator. The Expert Advisor trades by volume levels. It is set up for EURUSD H1. Stops are set and managed depending on market volatility. The lot is set depending on the deposit. The main settings are lot, stop, symbol, and TF blocks.In general, it is advisable not to change the settings. It is designed for trading from $40. It is very important to test on quotes from a live account. EA is designed for long-term trading. 2.3 orders per month. Also there is indicator 
필터:
리뷰 없음
리뷰 답변