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


추천 제품
Basic Volume Profile
Mehran Sepah Mansoor
메타트레이더용 거래량 프로필 인디케이터로 거래량 분석의 힘을 발견하세요! / MT5 버전 기본 거래량 프로필은 거래를 최적화하려는 수동 트레이더를 위해 특별히 설계된 지표입니다. 거래량 프로필 인디케이터는 시장 움직임을 더 잘 이해하고자 하는 진지한 트레이더에게 필수적인 도구입니다. 혁신적인 솔루션을 사용하면 거래량이 가격별로 어떻게 분포되어 있는지 명확하고 간결하게 시각화할 수 있습니다. 이를 통해 지지 및 저항 수준, 누적 및 분포 영역, 주요 제어 지점과 같은 주요 관심 영역을 식별할 수 있습니다. 특정 날짜의 거래량을 나타내는 일반 거래량 표시기와 달리 기본 거래량 프로필은 특정 가격의 거래량을 보여줍니다.  이 인디케이터는 직관적이고 사용자 지정 가능한 인터페이스를 갖추고 있어 거래 선호도에 맞게 조정할 수 있습니다. 특징 가격 차트에 거래량 프로필을 명확하게 표시합니다. 거래량이 많은 영역과 적은 영역을 빠르게 식별합니다. 트레이딩 스타일에 맞게 색상과 스타일을 완
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume은 통화쌍의 매수 및 매도 거래량을 컬러 히스토그램 형태로 표시합니다. 거래량은 자산에 대한 매수 및 매도 거래로 구성됩니다. FX 시장에서: 매수량이 매도량보다 많으면 해당 통화쌍의 가격은 상승하는 경향이 있습니다. 매도량이 매수량보다 많으면 해당 통화쌍의 가격은 하락하는 경향이 있습니다. 주요 기능 틱 볼륨 데이터를 활용하여 나쁜 거래를 피할 수 있습니다. 시장 내 큰 자금을 움직이는 플레이어의 방향에 따라 거래할 수 있도록 도와줍니다. Metatrader의 모든 알림 기능이 포함되어 있습니다. 틱 볼륨 활용하기 기타 시장과 달리, 현물 외환 시장은 중앙 집중식이 아니기 때문에 개인 트레이더가 실제 볼륨 데이터를 얻는 것은 매우 어렵습니다. 2011년 베테랑 외환 트레이더 Caspar Marney가 발표한 연구에서는 틱 볼륨과 실제 거래량 사이에 높은 정확도와 상관관계가 있다고 결론지었습니다. 히스토그램 계산 공식 KT Forex Volume 지표
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
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
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
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
The "MR Volume Profile Rectangles 4" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC) —the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile Rectangles 4" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns , including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patte
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
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를 위한 고급 맞춤형 암호화폐/외환 지표이자 효율적인 트레이딩 도구입니다! - 차세대 오실레이터 - 사용 방법은 그림을 참조하세요. - 다이나믹 스캘핑 오실레이터는 적응형 과매도/과매수 영역을 제공합니다. - 오실레이터는 동적인 과매도/과매수 영역에서 정확한 진입 시점을 찾는 보조 도구입니다. - 과매도 값: 녹색선 아래, 과매수 값: 주황색선 위. - 이 지표는 가격 변동 패턴과도 결합하기 좋습니다. - 일반 오실레이터보다 훨씬 정확합니다. 적합한 시간대: M30, H1, H4, D1, W1. - PC 및 모바일 알림 기능 제공. .......................................................................... 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
Market Profile with Dashboard Indicator - Complete User Guide indicator Overview 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 information directly on your chart. This indicator helps traders identify significant price levels, market balance areas, and potential trading opportunities based on market profile theory. Core Components and Features Market Profile Display - Sh
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
Nirvana prop controler MT4
Aiireza Arjmandi Nezhad
전문 트레이더와 평가형 계정(Prop)을 위한 위험 관리 및 한도 모니터링 지표 이 도구는 위험 관리와 한도에 관한 정보를 차트에 표시만 하여, 더 집중해서 의사결정을 내리도록 돕습니다. 인디케이터는 포지션을 열거나/닫거나/변경하지 않으며, 익스퍼트 어드바이저(EA)와도 충돌하지 않습니다. 기능 일일 및 총 드로우다운 모니터링 잔고(Balance) 또는 에쿼티(Equity)를 기준으로 일일/총 드로우다운을 계산·표시합니다(설정 가능). 설정된 한도까지 남은 비율을 표시합니다. 차트 내 깔끔하고 전문적인 패널 요약 표: Balance, Equity, 현재 P/L, 일일/총 DD, 경고 임계값. 의사결정에 집중할 수 있도록 간결하고 가독성 높은 UI. 위험 기반 포지션 사이징 퍼센트/고정 금액 리스크와 선택한 손절폭(SL)에 따라 대략적인 거래량을 산출. 위험대비보상비(R:R)와 진입, SL, TP 레벨을 차트에 표시. 경고와 알림 일일/총 DD 임계값에 근접 시 경고(임계값 퍼센트
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
Swing trading is a method in which traders attempt to take advantage of market fluctuations. They buy a security when they believe the market will rise and sell if they feel the market will fall, which, as you can imagine, is common in most trading strategies, irrespective of trading style. The four most frequently occurring patterns in the swing trading domain are reversal, retracement (or pullback), breakouts, and breakdowns. it work all currency pair, and work all timeframe 100% non repaint
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.83 (157)
Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 구매 후 거래 방법 안내 및 유용한 추가 지표를 무료로 받으시려면 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장 분석
M1 Sniper
Oleg Rodin
5 (19)
M1 SNIPER 는 사용하기 쉬운 거래 지표 시스템입니다. M1 시간대에 맞춰 설계된 화살표 지표입니다. 이 지표는 M1 시간대 스캘핑을 위한 단독 시스템으로 사용할 수 있으며, 기존 거래 시스템의 일부로도 사용할 수 있습니다. 이 거래 시스템은 M1 시간대 거래용으로 특별히 설계되었지만, 다른 시간대에도 사용할 수 있습니다. 원래는 XAUUSD와 BTCUSD 거래를 위해 이 방법을 설계했지만, 다른 시장 거래에도 유용하다는 것을 알게 되었습니다. 이 지표의 신호는 추세 방향과 반대로 거래될 수 있습니다. 저는 지표의 신호를 활용하여 양방향으로 거래할 수 있도록 돕는 특별한 거래 기법을 알려드립니다. 이 방법은 특별한 동적 지지선과 저항선 가격 영역을 활용하는 것을 기반으로 합니다. 구매하시면 M1 SNIPER 화살표 지표를 바로 다운로드하실 수 있습니다. 또한, 아래 스크린샷에 표시된 Apollo Dynamic SR 지표는 M1 SNIPER 도구를 사용하는 모든 사용자에게 무료로
Game Changer Indicator
Vasiliy Strukov
4.13 (23)
Game Changer는 모든 금융 상품에 적용 가능한 혁신적인 추세 지표로, MetaTrader를 강력한 추세 분석 도구로 탈바꿈시켜 줍니다. 모든 시간대에서 작동하며 추세 식별, 잠재적 반전 신호 제공, 트레일링 스톱 기능, 그리고 신속한 시장 대응을 위한 실시간 알림 기능을 제공합니다. 숙련된 전문가든 이제 막 시작하는 초보자든, Game Changer는 추세의 역학을 명확하게 이해하고 자신감 있고 규율 있는 거래를 할 수 있도록 도와줍니다. 이 지표는 차트 재구성 기능을 지원합니다. 구매 후 즉시 연락 주시면 특별 보너스를 드립니다. Strong Support 및 Trend Scanner 지표를 무료로 제공해 드립니다. [email protected]으로 메시지를 보내주세요. 참고로, 저는 텔레그램에서 EA나 특별 세트를 판매하지 않습니다. 모든 EA는 MQL5에서만 사용 가능하며, 세트 파일은 제 블로그(여기)에서만 다운로드하실 수 있습니다. 사기꾼을 조심하시고 다른 사
Scalper Inside PRO
Alexey Minkov
4.74 (69)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
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 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
Atomic Analyst
Issam Kassas
5 (3)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
GOLD Impulse with Alert
Bernhard Schweigert
4.64 (11)
이 지표는 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics  의 2가지 제품의 슈퍼 조합입니다. 그것은 모든 시간 프레임에 대해 작동하며 8개의 주요 통화와 하나의 기호에 대한 강약의 충동을 그래픽으로 보여줍니다! 이 표시기는 금, 이국적인 쌍, 상품, 지수 또는 선물과 같은 기호에 대한 통화 강도 가속을 표시하는 데 특화되어 있습니다. 금, 은, 오일, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도 가속(충동 또는 속도)을 표시하기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히 더 빠르
Scalper Vault
Oleg Rodin
5 (36)
Scalper Vault 는 성공적인 스캘핑에 필요한 모든 것을 제공하는 전문 스캘핑 시스템입니다. 이 표시기는 외환 및 바이너리 옵션 거래자가 사용할 수 있는 완전한 거래 시스템입니다. 권장 시간 프레임은 M5입니다. 시스템은 추세 방향으로 정확한 화살표 신호를 제공합니다. 또한 상단 및 하단 신호와 Gann 시장 수준을 제공합니다.  이 시스템은 사용하기가 매우 쉽습니다. 원하는 시장 지역의 화살표만 따라가면 됩니다. 엑시트는 가격이 적정 수준에 도달하거나 시장의 고점 또는 저점 신호가 나타날 때 수행됩니다.  표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 인디케이터 구매 후 연락주세요. 내 개인 거래 권장 사항과 훌륭한 보너스 지표를 무료로 공유합니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
현재 40% 할인! 이 대시보드는 여러 기호와 최대 9개의 타임프레임에서 작동하는 매우 강력한 소프트웨어입니다. 주요 지표(최상의 리뷰: 고급 공급 수요)를 기반으로 합니다.   Advanced Supply Demand 대시보드는 훌륭한 개요를 제공합니다. 다음과 같이 표시됩니다.  영역 강도 등급을 포함하여 필터링된 공급 및 수요 값, 영역에 대한/및 영역 내 Pips 거리, 중첩된 영역을 강조 표시하고 모든 (9) 시간 프레임에서 선택한 기호에 대해 4가지 종류의 경고를 제공합니다. 그것은 당신의 개인적인 필요에 맞게 고도로 구성 가능합니다! 당신의 혜택! 모든 트레이더에게 가장 중요한 질문: 시장에 진입하기에 가장 좋은 수준은 무엇입니까? 최고의 성공 기회와 위험/보상을 얻으려면 강력한 공급/수요 영역 내 또는 그 근처에서 거래를 시작하십시오. 손절매를 위한 최적의 장소는 어디입니까? 가장 안전하려면 강력한 수요/공급 구역 아래/위에 정류장을 두십시오.
Trend Screener
STE S.S.COMPANY
4.79 (95)
트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. 기간 한정 특가: 지원 및 저항 스크리너 지표는 단 100달러에 평생 제공됩니다. (원래 가격 50 달러) (제안 연장) Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다.   여기를 클릭하십시오. L
현재 40% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적응하는
이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
FX Power MT4 NG
Daniel Stein
4.95 (21)
FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
RFI levels PRO
Roman Podpora
5 (1)
이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT5 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
PZ Harmonacci Patterns
PZ TRADING SLU
3.17 (6)
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pric
Weis Wave with Alert
Trade The Volume Waves Single Member P.C.
4.82 (22)
Rental/Lifetime Package Options and Privileges' 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 Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x   How to trade info visit:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : training Room and  complete manual access.  This is
Apollo Secret Trend
Oleg Rodin
5 (9)
Apollo Secret Trend는 모든 쌍과 시간대의 추세를 찾는 데 사용할 수 있는 전문적인 추세 지표입니다. 지표는 거래를 선호하는 쌍이나 기간에 관계없이 시장 동향을 감지하는 데 사용할 수 있는 주요 거래 지표가 될 수 있습니다. 표시기의 특수 매개변수를 사용하여 개인 거래 스타일에 맞게 신호를 조정할 수 있습니다. 표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 표시기의 신호는 다시 칠하지 마십시오! 제공된 스크린샷에서 과매수/과매도 오실레이터 표시기와 함께 Apollo Secret Trend 표시기를 볼 수 있습니다. 이 표시기는 제가 절대적으로 무료로 제공합니다. 구매 후 두 번째 과매수 및 과매도 오실레이터 표시기를 무료로 받으려면 저에게 연락하십시오! 또한 시스템 사용 방법에 대한 지침도 제공합니다. 나는 또한 당신에게 큰 보너스를 공유 할 것입니다!
Cyclic Impulse
Vitalyi Belyh
차트를 구조화하고 주기적인 가격 변동을 식별하는 기술 지표입니다. 모든 차트에서 작업할 수 있습니다. 다양한 유형의 알림. 그래프 자체에도 추가 화살표가 있습니다. 역사를 재구성하지 않고, 촛불을 닫는 작업에 임한다. M5 이상에서 권장되는 TF입니다. 사용 및 구성이 쉬운 매개변수입니다. 매개변수가 다른 2개의 지표를 사용하는 경우, 다른 지표 없이 해당 지표만 사용할 수 있습니다. 2개의 입력 매개변수가 있습니다 주기성과 신호 지속 시간 이 2개의 매개변수는 차트 구조의 처리와 관련이 있습니다. Cyclicity - 역전 주기가 얼마나 자주 바뀌는지 조절하고 주기를 매끄럽게 합니다. Signal duration - 최소 숫자에서는 가격 움직임의 충격을 감지하고, 최대 숫자에서는 장기적 추세 움직임을 감지합니다.. --------------------------------
Currency Strength Wizard
Oleg Rodin
4.84 (58)
통화 강도 마법사는 성공적인 거래를 위한 올인원 솔루션을 제공하는 매우 강력한 지표입니다. 표시기는 여러 시간 프레임의 모든 통화 데이터를 사용하여 이 또는 해당 외환 쌍의 힘을 계산합니다. 이 데이터는 특정 통화의 힘을 확인하는 데 사용할 수 있는 사용하기 쉬운 통화 지수 및 통화 전력선의 형태로 표시됩니다. 필요한 것은 거래하려는 차트에 표시기를 부착하는 것뿐입니다. 표시기는 거래하는 통화의 실제 강세를 보여줍니다. 지표는 또한 추세와 거래할 때 유리하게 사용할 수 있는 구매 및 판매 거래량 압력의 극한값을 보여줍니다. 지표는 또한 피보나치에 기반한 가능한 대상을 보여줍니다. 표시기는 PUSH 알림을 포함한 모든 유형의 알림을 제공합니다. 구매 후 연락주세요. 나는 당신과 거래 팁을 공유하고 당신에게 무료로 훌륭한 보너스 지표를 줄 것입니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
현재 40% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
Slayer Binary
Abdulkarim Karazon
5 (1)
슬레이어 바이너리는 이진 옵션 1캔들 스트라이크 화살표 표시기입니다. 이 지표는 성배를 찾는 사람들을 위한 것이 아닙니다. 일반적으로 거래에 있어 비현실적인 접근법이기 때문입니다. 이 지표는 꾸준한 성공률을 제공하며, 자금 관리와 일일 목표와 함께 사용하면 더욱 신뢰할 수 있습니다. 이 지시기에는 아래에 나열된 여러 기능이 포함되어 있습니다: 기능 재도색 없음: 지시기는 활력을 다시 칠하지 않습니다;화살표가 주어지면, 가격이 반대 방향으로 움직여도 그 화살표는 그 자리에 머무릅니다. 통계 패널: 전체 승률 %와 연속된 최대 손실-승리 신호 등 지표 성능 통계를 보여주는 패널 다이버전스 기반 검증된 논리: 이 지표는 다이버전스 전략을 사용해 매수/매도 화살표를 결정합니다. 6개 이상의 추가 필터: 인디케이터에는 승률을 높이고 무제한 콤보를 테스트할 수 있는 다양한 필터가 있습니다. 거래는 어떻게 하나요? 단순히 상승 화살표가 인쇄될 때 콜/매수를 열고, 현재 사용 중인 그 시간대의
Trend Lines PRO
Roman Podpora
5 (1)
트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. VERSION MT 5   -   RFI LEVELS PRO   표시기   와 결합할 때 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko System 은 RENKO 차트 거래를 위해 특별히 고안된 매우 정확한 거래 시스템입니다. 이것은 다양한 거래 상품에 적용될 수있는 보편적 인 시스템입니다. 체계는 효과적으로 당신에게 정확한 반전 신호에 접근을 주는 소위 시장 소음을 중화합니다. 이 표시기는 사용하기가 매우 쉽고 신호 생성을 담당하는 매개 변수가 하나만 있습니다. 당신은 쉽게 당신의 선택의 어떤 무역 계기에 공구를 적응시킬 수 있고 renko 막대기의 크기. 나는 항상 당신이 내 소프트웨어로 수익성있게 거래 할 수 있도록 추가 지원을 제공 할 준비가되어 있습니다! 나는 당신에게 행복하고 수익성있는 거래를 기원합니다! 구매 후 저에게 연락하십시오! 내 렌코 차트 생성기를 보내드립니다. 또한 내 개인 권장 사항 및 시스템의 다른 모듈을 무료로 공유 할 것입니다!
Top Bottom Tracker MT4
Rodrigo Arana Garcia
탑 바텀 트래커는 시장 추세를 분석하고 추세의 고점과 저점을 감지할 수 있는 정교한 알고리즘을 기반으로 하는 지표입니다 / MT5 버전 . 가격은 500$에 도달할 때까지 점진적으로 상승합니다. 다음 가격 --> $99 특징 다시 칠하지 않음 이 표시기는 새 데이터가 도착해도 값을 변경하지 않습니다 거래 쌍 모든 외환 쌍 기간 모든 기간 파라미터 ==== 인디케이터 구성 ==== 구성 매개 변수 // 40 (값이 높을수록 신호가 적지만 더 정확한 신호가 제공됩니다) 상위 레벨 값 // 80 (상단 수평선의 값) 하단 레벨 값 // 20 (하단 수평선 값) 인디케이터 계산 막대 수 // 3000 (인디케이터를 계산할 막대 수). 값 0은 모든 막대에 대해 인디케이터를 계산합니다) ==== 알람 구성 ==== 팝업 알림 // 참(터미널에서 알람) 이메일 알림 // 참(이메일로 알람 전송) 알람 시간 간격 // 10 (분 단위의 알람 간격) 경고
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
현재 20% 할인! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 표시기는 Exotic Pairs Commodities, Indexes 또는 Futures와 같은 기호에 대한 통화 강도를 표시하는 데 특화되어 있습니다. 금, 은, 석유, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도를 보여주기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 이것은 독특하고 고품질이며 저렴한 거래 도구입니다. 우리는 많은 독점 기능과 새로운 공식을 통합했습니다. 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭 https://www.mql5.com/en/blogs/post/708876 모든 시간대에 작동합니다. TREND를 빠르게 확인할 수 있습니다! 새로운 기본 알고리즘을 기반으로 설계되어 잠재적인 거래를 더욱 쉽게 식별하고 확인할 수 있습니다. 8개의
No Repaint Bext
Andrey Kozak
1 (1)
No Repaint Bext is a ready-made trading system. Shows when to open and when to close trades, as well as in which direction. Every time a green arrow appears, you need to open a buy trade. Close all buy trades when a red arrow appears. The same goes for the opposite direction, every time a red arrow appears, open sell trades and close them all when a green arrow appears. We use the M5 timeframe for trading. You can trade on any cozy pair. This indicator does not repaint and practically does not
Are you looking for a simple and reliable indicator that can help you spot market swing points easily? Do you want clear buy and sell signals that work on any timeframe and any trading instrument? Buy Sell Signal Pro is designed to do exactly that. It helps traders identify important market turning points and understand the current market structure in a clear and easy way. This indicator detects Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) so you can quickly see wh
TrendLine PRO MT4
Evgenii Aksenov
4.83 (167)
The Trend Line PRO indicator is an independent trading strategy. It shows the trend change, the entry point to the transaction, as well as automatically calculates three levels of Take Profit and Stop Loss protection. Trend Line PRO is perfect for all Meta Trader symbols: currencies, metals, cryptocurrencies, stocks and indices. The indicator is used in trading on real accounts, which confirms the reliability of the strategy. Robots using   Trend Line PRO   and real Signals can be found here:   
제작자의 제품 더 보기
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 
필터:
리뷰 없음
리뷰 답변