• 미리보기
  • 리뷰
  • 코멘트
  • 새 소식

Pi

Professional Prediction Indicator

Based on matching the history with selected pattern model and shows the most likely outcome.
Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band, and some other controls.
This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future.

Note: The results depend on model_band and past_bars. They are approximate, and therefore they must be compared with multiple timeframes.

You can run many instances for all timeframes at once. The indicator is relatively fast and has, like all our indicators, a built-in "slider history testing" technology and "Error control".
Program is design to operate in 2 automatic modes:

1. Slider mode

Turns on when attaching the indicator to the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
So, while Visual Testing EA, you can attach the indicator and easily adjust input parameters for critical points.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
You can easily switch between time frames on the selected position and compare the results.
2. Expert mode
Turns on when starting the indicator with "iCustom" function.
It is designed only for EA use and “slider history testing” is disabled.
It is tested and works very well in our EA "PointerX".
Please watch “testing” in HD … https://youtu.be/z1AfjBWIuhQ
We recommend running more instances of the indicator on different timeframes simultaneously for better results (M15, H1, H4) and optimization criteria every two months.

For programmers

The known command to retrieve a line index value for MQL4:
double piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
where:
NULL = current symbol
TF_ = enum_timeframes
"Pi" = path/name of the custom indicator compiled program
BAND_ = model band (int)
FB_ = future bars (int)
SMOOTH_ = line smoothness (int)
0 = last bar (int)
PB_ = past bars (int)
3 = line index (int)
cnt = shift (int)
Other buffers: 0=Pattern, 1=Scanned_Past, 2=Matching_Pattern

You can use this code as an example:

// Function declaration - Define PI Indicator (Example)
   void definePI(...)
   {
      buyPI_=false; sellPI_=false;
      RefreshRates();
      const double tpBUY=NormalizeDouble(Ask+tpBuyL_,_Digits);
      const double tpSELL=NormalizeDouble(Bid-tpSellL_,_Digits);
      const double slBUY=NormalizeDouble(Bid-slBuyL_,_Digits);
      const double slSELL=NormalizeDouble(Ask+slSellL_,_Digits);
   // [Here put some Error test code ...]
   // then ...
      if(err_!=0) return;
      bool END_BUY=false;
      bool END_SELL=false;
      for(short cnt=0;cnt>=-FB_;cnt--)
      {
         double piCurr=EMPTY_VALUE;
         piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
         ResetLastError();
         if(piCurr==EMPTY_VALUE) {f_err_=true; buyPI_=false; sellPI_=false; Print(__FUNCTION__,"Pi=EMPTY_VALUE"); return;}
         const double pi_bid=piCurr;
         const double pi_ask=piCurr+spreadPnts_;
         if(UseSL_)
         {
            if(pi_bid<=slBUY) END_BUY=true;
            if(pi_ask>=slSELL) END_SELL=true;
         }
         if(pi_bid>=tpBUY&&!END_BUY) {buyPI_=true; break;}
         if(pi_ask<=tpSELL&&!END_SELL) {sellPI_=true; break;}
      }
      return;
   }

Pi input parameters settings

The order from left to right is: name, [default value], min-max value.
If you accidentally enter a lower or higher value, the min-max value is used.
  • ModelBand [130] 2-1000 - pattern line model width (in current bars)
  • FutureBars [300] 0-600 - bars for calculation to the furure (to the right)
  • Smooth [0] 0-100 - line smoothness
  • LastBar [0] 0-6000 - last bar for calculation (0 is current)
  • PastBars [1000] 0-6000 - bars for calculation in the past (to the left)

Additional information

The demo version is built to demonstrate the main features and usability of Pi, PiDemo.
If you like to use Pi unlimited or within an EA, you have to buy or rent this product.
Are you satisfied with our work? Share your experiences and leave a comment.
If you need help using our trading tools or you have an issue or question, please contact me.

VLabs

추천 제품
VR Cub
Vladimir Pastushak
VR Cub 은 고품질 진입점을 얻는 지표입니다. 이 지표는 수학적 계산을 용이하게 하고 포지션 진입점 검색을 단순화하기 위해 개발되었습니다. 지표가 작성된 거래 전략은 수년 동안 그 효율성을 입증해 왔습니다. 거래 전략의 단순성은 초보 거래자라도 성공적으로 거래할 수 있다는 큰 장점입니다. VR Cub은 포지션 개시 지점과 이익 실현 및 손절매 목표 수준을 계산하여 효율성과 사용 편의성을 크게 높입니다. 간단한 거래 규칙을 이해하려면 아래 전략을 사용한 거래 스크린샷을 살펴보세요. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 5] 진입점 계산 규칙 포지션 개설 진입점을 계산하려면 VR Cub 도구를 마지막 최고점에서 마지막 최저점까지 늘려야 합니다. 첫 번째 지점이 두 번째 지점보다 빠른 경우, 거래자는 막대가 중간선 위에서 마감될 때까지 기다립
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Wave Wolf MT4
Andrei Salanevich
거래 단말기의 현재 창에 늑대 파도를 검색하여 표시하도록 설계되었습니다. 거래에 늑대 파도를 사용하는 상인을위한 훌륭한 지표. 거래 전략에서의 적용은 효율성과 수익성을 크게 증가시킬 것입니다. 표시기에 대한 정보 다른 늑대 웨이브 지표와는 달리,웨이브 고원지 외환 지표는 크게 그 효과를 증가 기능을 가지고 있습니다: 첫 번째는 열린 창 5 점 매개 변수(진정한 값)정보 지원을 제공합니다,즉 늑대 파도가 나타난 차트의 창을 확장합니다. 예를 들어,유로화 차트가 열려 있고 각각에 웨이브 월드 표시기가 설치되어있는 경우 유로화 모델이 감지되면 해당 차트가 자동으로 다른 차트의 맨 위에 포 그라운드로 가져 오므로 많은 상품을 거래 할 때 매우 편리합니다.  두 번째 기능은 맥 디에 내장 된 발산 분석,사용자가 자신을 선택할 수있는 매개 변수(기본 설정(12,26,9))입니다. 그런데 일반적인 오실레이터의 값은 작업 창에 표시되지 않으며 점을 형성 할 때 가격 라벨의 색상에만 반영됩
Master scalping M1
Nataliia Marchuk
Master Scalping M1 is an innovative indicator that uses an algorithm to quickly and accurately determine the trend.The indicator calculates the time of opening and closing positions, the indicator's algorithms allow you to find the ideal moments to enter a deal (buy or sell an asset), which increase the success of transactions for most traders. Benefits of the indicator: Easy to assemble, does not overload the chart with unnecessary information. Can be used as a filter for any strategy. Works on
Ti
Vasja Vrunc
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to th
This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
Fibonacci retracement and extension line drawing tool Fibonacci retracement and extended line drawing tool for MT4 platform is suitable for traders who use  golden section trading Advantages: There is no extra line, no too long line, and it is easy to observe and find trading opportunities Trial version: https://www.mql5.com/zh/market/product/35884 Main functions: 1. Multiple groups of Fibonacci turns can be drawn directly, and the relationship between important turning points
TWO PAIRS SQUARE HEDGE METER INDICATOR Try this brilliant 2 pairs square indicator It draws a square wave of the relation between your two inputs symbols when square wave indicates -1 then it is very great opportunity to SELL pair1 and BUY Pair2 when square wave indicates +1 then it is very great opportunity to BUY pair1 and SELL Pair2 the inputs are : 2 pairs of symbols         then index value : i use 20 for M30 charts ( you can try other values : 40/50 for M15 , : 30 for M30 , : 10 for H1 ,
PipFinite Exit EDGE
Karlo Wilson Vendiola
4.89 (160)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orde
All Symbols   AND  All Time frames Scan                                                                                                                 Document Introduction   The ABCD is a basic harmonic pattern. The ABCD pattern is a visual, geometric chart pattern comprised of three consecutive price swings. It looks like a diagonal lightning bolt and can indicate an upcoming trading opp
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn - color of
Classic Fractals indicator for MT4, with additional Trendlines connecting the latest couples of fractals ( fractals are showing highest high, and lowest low on each period) Rules for trendlines: -if new top fractal is below the last one = new resistance line -if new bot fractal is above the last one = new support line -Trendlines can be hidden -Fractals can be hidden Fractal Period = can be both even or uneven number, as it is setting for half (one side) of the bars sequence
Fibo Bands
Igor Semyonov
5 (1)
Fibo Bands is an innovative indicator and an analyzer for trading in the current trend direction. The indicator builds a Fibonacci channel (bands), and consists of a trend line (middle line), channel bands, colored bars and reference information. After completion of the current bar, the trend line, the channel and the color of the bar are not redrawn. However, the channel width can be changed after a reset or restart of the indicator depending on volatility. The channel is built in accordance wi
Supply Demand Basic
Krzysztof Janusz Stankiewic
The indicator draws supply and demand zones. The zone timeframe can be set independently of the chart timeframe. For instance, it is possible to set M5 zones on an H4 chart. The importance of zones can be adjusted using the zone strength parameter. Demand zones are displayed if at least one candle in the range of the zone is entirely above the zone. Similarly, supply zones are displayed if at least one candle within the zone is entirely below the zone.
Automatic fibonacci with alerts is an indicator that automatically plots a fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The fibonacci is automatically updated in real time as new highest and lowest values appear amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with d
The Funicular
Daniil Kurmyshev
The Funicular is a functional indicator knowing all the rules of the market and performing constructions more accurate and faster than any professional analyst.  The Funicular helps you see the exact points of the "entrance", and it draws trends with great accuracy determinig their strength and fluctuation time. The main difference from the others is that it builds lines that are independent of timeframe allowing you to perceive the chart as a whole. Simply put, you need The Funicular, because i
Market Trend Catcher
Alexander Fedosov
Market Trend Catcher indicator analyzes the duration of trend movements and, with a certain development of the current trend, offers market entry points in the form of arrows with recommended profit targets. The indicator is very easy to use and does not require a lot of information to understand how it works. It has a minimum of settings and is transparent in understanding the principle of its operation, fully displaying the information on the basis of which it makes decisions on recommending e
캔들의 종가를 예측하는 지표입니다. 지표는 주로 D1 차트에서 사용하기 위한 것이. 이 지표는 전통적인 외환 거래와 바이너리 옵션 거래 모두에 적합합니다. 지표는 독립형 거래 시스템으로 사용하거나 기존 거래 시스템에 추가로 사용할 수 있습니다. 이 표시기는 현재 양초를 분석하여 양초 본체 내부의 특정 강도 요인과 이전 양초의 매개변수를 계산합니다. 따라서 지표는 시장 움직임의 추가 방향과 현재 양초의 종가를 예측합니다. 이 방법 덕분에 지표는 단기 및 중장기 거래 모두에 적합합니다. 지표를 사용하면 시장 상황을 분석하는 동안 지표가 생성할 잠재적 신호의 수를 설정할 수 있습니다. 표시기 설정에는 이를 위한 특별한 매개변수가 있습니다. 또한 인디케이터는 새로운 신호에 대해 차트의 메시지 형태, 이메일 및 PUSH 알림 형태로 알릴 수 있습니다. 구매 후 저에게 꼭 써주세요! 나는 당신에게 지표와 거래에 대한 나의 추천을 줄 것입니다! 또한 보너스를 받으세요!
FiboRec
Alfred Kamal
This indicator depends on Fibonacci lines but there is a secret lines i used them, by using FiboRec indicator you will be able to know a lot of important information in the market such as: Features You can avoid entry during market turbulence. You can enter orders in general trend only. You will know if the trend is strong or weak. Signal Types and Frame used You can use this indicator just on H1 frame. Enter buy order in case Candle break out the square area and closed over it, at least 20
FreqoMaster
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
MT4용 외환 지표 "슈팅 스타 패턴" 지표 "슈팅 스타 패턴"은 가격 행동 거래에 대한 매우 강력한 지표입니다. 다시 칠하지 않고 지연도 없습니다. 지표가 차트에서 약세 슈팅 스타 패턴을 감지합니다. 차트의 빨간색 화살표 신호(그림 참조) PC, 모바일 및 이메일 알림이 포함되어 있습니다. 표시기 "슈팅 스타 패턴"은 지원/저항 수준과 결합하는 데 탁월합니다: https://www.mql5.com/en/market/product/100903 // 더 훌륭한 전문가 자문 및 지표는 여기에서 확인할 수 있습니다: https://www.mql5.com/en/users/def1380/seller // 또한 수익성 있고 안정적이며 신뢰할 수 있는 신호 https://www.mql5.com/en/signals/1887493에 참여하실 수 있습니다. 본 MQL5 홈페이지에서만 제공되는 오리지널 제품입니다.
Meta Sniper
Samir Tabarcia
Requirements Optimized to work with   EURUSD-EURCHF-USDJPY, AUDUSD-CADJPY-AUDNZD, CHFJPY-NZDJPY-NZDUSD For timeframe 4H. *(Minimum recommended deposit is $300 for each Pair) for initial lot set to 0.10, My favorite Pair are (CHFJPY-NZDJPY-EURUSD-AUDNZD-USDJPY) Warning it will be SALE only 5 Copys at 60$ Then it will be update up to 200$  You can use it the way it is, For new Set Files will be add on (Comments) ECN broker with low spread is recommended to get better results. Setup is
Laser Trend
Nicolas Zouein
The trend is your friend! This is what this indicator is all about. Follow this famous saying and be safe. Characteristics: Buy/Sell signals fixed on the close of a bar. Works on all symbols and all timeframes. Clear visual market trend laser line, Buy/Sell signal arrows, market strength meter, TP1 & TP2 boxes. Visual signals when to enter, when to exit the market. No repainting. Compatible with Flexible EA for trading automation. (Ask for a free set file optimized to perform 2010-2018) Para
Bermaui Bands
Muhammad Elbermawi
4.94 (89)
Bermaui Bands(BB)는 범위 및 추세 가격 움직임 사이를 필터링하는 데 도움이 되는 기술 분석 도구입니다. 이 지표의 이면에 있는 아이디어는 다음 단계에서 설명할 수 있습니다. 표준 편차를 0과 100 사이에서 이동하는 오실레이터로 계산합니다. 나는 그것을 Bermaui Deviation 퍼센트(BD %)라고 명명하겠습니다. "BD %"가 0에 가까우면 변동성이 극심합니다. 또한 "BD %"가 100에 가까우면 변동성이 매우 낮습니다. 높은 변동성은 추세 시장에 대한 큰 가능성을 의미하고 낮은 변동성은 횡보 또는 범위 시장을 의미합니다. 중간선은 표준편차가 SMA에 따라 계산되기 때문에 단순 이동 평균(SMA)입니다. Upper Bermaui Band를 얻으려면 계산에서 동일한 수의 막대를 사용하여 단순 이동 평균에 "BD %"를 추가하십시오. The Lower Bermaui Bands를 얻으려면 계산에서 동일한 수의 막대가 있는 단순 이동 평균에서 "BD %"를 빼십시오
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
Market Breaker Updated version 3
Allistair Kabelo Mandow
1 (1)
Features for software Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now, you can enter the market with higher probability and precision. There's also a function to colour candles after an arrow appears until the target (take profit) is reached or a reversal signal appears . Display of STOP LOSS
PZ 123 Pattern
PZ TRADING SLU
3.75 (4)
The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Customizable c
This indicator is a must have tool that scans the active chart for candlestick patterns. It labels each bar according the candlestick pattern(s) that it finds enabling you to more easily analyze price action and be more informed about your trading decision. There are 103 common and uncommon possible patterns plus 6 new patterns based on research that the indicator can identify. If a candlestick(s) meets the requirements for multiple patterns, the bar will be labeled with up to 4 patterns names f
이 제품의 구매자들이 또한 구매함
Atomic Analyst
Issam Kassas
5 (1)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일 거래 및 단기 거래를 위해 설계
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
Quantum Trend Sniper Indicator MT4
Bogdan Ion Puscasu
4.59 (39)
소개       Quantum Trend Sniper Indicator는   추세 반전을 식별하고 거래하는 방식을 변화시키는 획기적인 MQL5 지표입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       Quantum Trend Sniper 표시기       매우 높은 정확도로 추세 반전을 식별하는 혁신적인 방법으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. ***Quantum Trend Sniper Indicator를 구입하면 Quantum Breakout Indicator를 무료로 받을 수 있습니다!*** Quantum Trend Sniper Indicator는 추세 반전을 식별하고 세 가지 이익실현 수준을 제안할 때 경고, 신호 화살표를 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 MT5 버전:       여기를 클릭하세요
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.9 (662)
현재 26% 할인 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 지표는 우리가 독점 기능과 새로운 공식을 통합했기 때문에 독특하고 고품질이며 저렴한 거래 도구입니다. 단 하나의 차트로 28 Forex 쌍의 통화 강도를 읽을 수 있습니다! 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭  https://www.mql5.com/en/blogs/post/697384 그것이 첫 번째, 원본입니다! 쓸모없는 지망생 클론을 사지 마십시오. 더 스페셜  강력한 통화 모멘텀을 보여주는 하위 창의 화살표 GAP가 거래를 안내합니다! 기본 또는 호가 통화가 과매도/과매도 영역(외부 시장 피보나치 수준)에 있을 때 개별 차트의 기본 창에 경고 표시가 나타납니다. 통화 강도가 외부 범위에서 떨어질 때 풀백/반전 경고. 교차 패턴의 특별 경고 추세를 빠르게 볼 수 있는
TPSpro RFI Levels
Roman Podpora
5 (13)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
현재 33% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이
Entry Points Pro
Yury Orlov
4.7 (224)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT4용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의
Scalper Inside PRO
Alexey Minkov
4.75 (55)
SALE NOW! Limited Time Offer! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
현재 20% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적
기적적인 외환 지표 소개: 정확한 트레이딩의 힘을 발휘하세요 모든 시간대에서 뛰어난 결과를 제공하는 최고의 외환 지표를 찾는데 지친 적이 있나요? 더 이상 찾을 필요가 없습니다! 기적적인 외환 지표가 도래하여 귀하의 트레이딩 경험을 혁신하고 수익을 새로운 고도로 끌어올립니다. 최첨단 기술과 수년간의 정성스런 개발을 토대로 기적적인 외환 지표는 외환 시장에서의 힘과 정확성의 정점으로 떠오릅니다. 이 탁월한 도구는 모든 수준의 트레이더의 요구를 충족시키고 지속적인 수익을 추구하는 데에서 비길 데 없는 우위를 제공하기 위해 설계되었습니다. 기적적인 외환 지표의 가장 큰 장점은 그 뛰어난 적응성에 있습니다. 당신이 데이 트레이더, 스윙 트레이더이든 장기 포지션을 선호하든, 이 지표는 모든 시간대에서 뛰어난 결과를 제공하기 위해 최적화되었습니다. 그러나 그 정확성과 시장의 복잡한 움직임을 포착하는 능력이 참으로 빛을 발하는 것은 1시간 기간대에서 사용할 때입니다. 기적적인 외환 지표의 정확성
FX Power MT4 NG
Daniel Stein
5 (8)
모닝 브리핑 여기 mql5 와 텔레그램에서 FX Power MT4 NG 는 오랫동안 인기 있는 통화 강도 측정기인 FX Power의 차세대 버전입니다. 이 차세대 강도 측정기는 무엇을 제공합니까? 기존 FX Power에서 좋아했던 모든 것 PLUS GOLD/XAU 강도 분석 더욱 정밀한 계산 결과 개별 구성 가능한 분석 기간 더 나은 성능을 위한 사용자 정의 가능한 계산 한도 특별 멀티더 많은 것을보고 싶은 사람들을위한 특별한 다중 인스턴스 설정 모든 차트에서 좋아하는 색상을위한 끝없는 그래픽 설정 수많은 알림 옵션, 중요한 것을 다시는 놓치지 않도록 Windows 11 및 macOS 스타일의 둥근 모서리가 있는 새로운 디자인 마법처럼 움직이는 인디케이터 패널 FX 파워 키 특징 모든 주요 통화의 완전한 강세 이력 모든 시간대에 걸친 통화 강세 이력 모든 브로커 및 차트에서 고유 계산 결과 100% 신뢰할 수있는 실시간100 % 신뢰할 수있는 실시간 계산-> 다시 칠하지 않음
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한   Quantum Breakout PRO는   혁신적이고 역동적인 브레이크아웃 영역 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Ra
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (493)
현재 31% 할인!! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 지표는 우리가 독점 기능과 비밀 공식을 통합했기 때문에 독특하고 고품질이며 저렴한 거래 도구입니다. 단 하나의 차트로 28개 통화 쌍 모두에 대한 경고를 제공합니다. 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오! 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히 더 빠르게 발생합니다. 즉, 반대 방향으로 가속화되는 통화를 페어링하면 잠재적으로 수익성 있는 거래를 식별한 것입니다. 통화 모멘텀의 수직선과 화살표가 거래를 안내합니다! 역동적인 Market Fibonacci 23
FX Volume
Daniel Stein
4.6 (35)
모닝 브리핑을 통해 세부 정보와 스크린샷으로 매일 시장 업데이트를 받으세요 여기 mql5 및 텔레그램에서 FX 거래량은 브로커의 관점에서 시장 심리에 대한 실제 통찰력을 제공하는 최초이자 유일한 거래량 지표입니다. 브로커와 같은 기관 시장 참여자가 외환 시장에서 어떤 포지션을 취하고 있는지에 대한 훌륭한 통찰력을 COT 보고서보다 훨씬 빠르게 제공합니다. 차트에서 이 정보를 직접 확인하는 것은 트레이딩의 진정한 판도를 바꾸고 획기적인 솔루션입니다. 다음과 같은 고유한 시장 데이터 인사이트의 이점 비율 는 통화의 매수/매도 포지션 비율을 백분율로 표시 비율 변화 는 선택한 기간 내 매수 비율과 비율 변화를 표시 총 거래량 는 해당 통화의 총 거래량(롱 및 숏)을 로트 단위로 보여줍니다 Volumes Long 는 해당 통화의 모든 롱 포지션의 거래량을 보여줍니다 Volumes Short 는 해당 통화의 모든 숏 포지션의 거래량을 보여줍니다 Net Long 는 순 롱 포지션의 거래량
Shepherd Harmonic Pattern
Abdullah Alrai
4.68 (59)
이 지표는 수동 및 자동 방법으로 차트에 그려진 고조파 패턴을 감지합니다. 사용자 매뉴얼은 다음 링크에서 확인할 수 있습니다. 리뷰를 작성하고 문의하면 무료 버전으로 MT4에서 제품을 시도할 수 있습니다. Gartley 및 Nenstar 패턴을 감지하는 데 사용할 수 있습니다. https://www.mql5.com/en/market/product/30181 전체 MT4 버전을 구입하려면 다음에서 구입할 수 있습니다. https://www.mql5.com/en/market/product/15212 참고 사항 지표에는 제어 패널이 있으며 모든 (차트 및 시간대) 설정을 저장합니다. 차트에서 더 많은 공간을 확보하려면 최소화할 수 있으며, 다른 분석 도구로 작업하는 것이 선호되는 경우 모든 지표 데이터를 숨기려면 닫기 버튼을 누를 수 있습니다. 이 지표를 사용하고 설정을 변경하면 이동 평균 또는 볼린저 밴드와 같은 지표를 추가하면 자동으로 템플릿을 저장하고 필요할 때 언제든지 로드할 수
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4)는 Donchian 채널을 사용하여 추세의 방향을 자동으로 감지하고 진입 및 퇴장 거래 신호를 제공하는 강력하고 효과적인 도구입니다! 이 다기능 지표에는 추세 스캐너, 거래 신호, 통계 패널, 스크리너, 거래 세션 및 경고 내역 대시보드가 포함됩니다. 거래 신호를 제공하고 차트 분석 시간을 절약하도록 설계되었습니다! 다음 블로그 게시물에서 사용자 설명서 및 설치 가이드를 다운로드할 수 있습니다.   https://www.mql5.com/en/blogs/post/751368 오늘 50% 할인을 받으세요! 가격이 $98에서 $49로 인하되었습니다! 전략 테스터에서 이 지표를 테스트할 수 있습니다(비주얼 모드 활성화). 실시간 차트에서 테스트하고 싶다면 저에게 메시지를 보내 7일 평가판을 받을 수도 있습니다. 자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요하면 저에게 연락하십시오.
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
RelicusRoad Pro
Relicus LLC
4.78 (139)
이제 $ 147 (몇 가지 업데이트 후 $ 499 증가) - 무제한 계정 (PCS 또는 MACS) RelicusRoad 사용 설명서 + 교육 비디오 + 비공개 Discord 그룹 액세스 + VIP 상태 시장을 보는 새로운 방법 RelicusRoad는 외환, 선물, 암호화폐, 주식 및 지수에 대한 세계에서 가장 강력한 거래 지표로서 거래자에게 수익성을 유지하는 데 필요한 모든 정보와 도구를 제공합니다. 우리는 초보자부터 고급까지 모든 거래자가 성공할 수 있도록 기술적 분석 및 거래 계획을 제공합니다. 미래 시장을 예측할 수 있는 충분한 정보를 제공하는 핵심 거래 지표입니다. 우리는 차트에서 말이 안 되는 여러 지표 대신 완전한 솔루션을 믿습니다. 타의 추종을 불허하는 매우 정확한 신호, 화살표 + 가격 조치 정보를 표시하는 올인원 표시기입니다. 강력한 AI를 기반으로 하는 RelicusRoad는 누락된 정보와 도구를 제공하여 교육하고 성공적인 트레이더인 트레이딩 전문
PTS Precision Index Oscillator V2
PrecisionTradingSystems
5 (1)
프리시전 트레이딩 시스템의 로저 메드칼프에 의한 프리시전 인덱스 오실레이터 (Pi-Osc) 버전 2는 차트에 신속하게 로드되도록 주의 깊게 다시 코딩되었으며 경험을 향상시키기 위해 몇 가지 다른 기술적 개선 사항이 통합되었습니다. Pi-Osc는 정확한 거래 타이밍 신호를 제공하도록 개발되었으며 시장이 모든 사람의 스톱을 청산하기 위해 가야 하는 극도의 고갈 지점을 찾는 데 목적이 있습니다. 이 제품은 극단적인 지점이 어디에 있는지 알고 있는 고전적인 문제를 해결하며 트레이더로서의 삶을 훨씬 간단하게 만듭니다. 이것은 업계 표준 오실레이터와는 상당히 다른 강력한 차이점을 가지고 있는 고도로 복잡한 합의 지표입니다. 사용하는 기능 중 일부는 수요 지수, 자금 흐름, RSI, 스토캐스틱, 패턴 인식, 거래량 분석, 표준 편차 극단점 및 다양한 길이에서 위와 유사한 변형을 갖습니다. 미숙한 눈에는 다른 오실레이터와 비슷해 보일 수 있지만 RSI 또는 모멘텀과 같은 다
Cycle Sniper
Elmira Memish
4.41 (34)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! 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 pu
ON Trade Waves Patterns Harmonic Elliot Wolfe를 소개합니다. 이는 수동 및 자동 방법을 사용하여 다양한 시장 패턴을 감지하기 위해 개발된 고급 지표입니다. 다음은 그 작동 방식입니다: 조화적 패턴: 이 지표는 차트에 나타나는 조화적 패턴을 식별할 수 있습니다. 이러한 패턴은 Scott Carney의 "Harmonic Trading vol 1 및 2"에서 설명한 것처럼 조화적 거래 이론을 연습하는 트레이더에게 중요합니다. 수동으로 그리든 자동 감지를 사용하든 ON Trade Waves Patterns가 도움을 줄 것입니다. 컨트롤 패널: 이 지표에는 사용자 친화적인 컨트롤 패널이 있습니다. 차트 및 시간 프레임 설정을 저장하여 다양한 구성 간에 쉽게 전환할 수 있습니다. 차트 공간을 최대화하려면 최소화할 수도 있습니다. 다른 분석 도구를 사용하는 것을 선호하는 경우 닫기 버튼을 클릭하여 모든 지표 데이터를 숨길 수 있습니다. 템플릿 저장: 설정을 사
Up down v6T
Guner Koca
5 (1)
Thise indicator is up down v6  comes with tradingwiev version. purchased people, after installed on terminal ,contact me on mql5  to get BONUS  TradingView version. up-down indicator is no repaint and works all pairs and lower than weekly time frames charts. it is suitable also 1 m charts for all pairs. and hold long way to signal. dont gives too many signals. when red histogram cross trigger line that is up signal.and price probably will down when blue histogram cross trigger line that is dow
XQ Indicator MetaTrader 4
Marzena Maria Szmit
3 (2)
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
Quantum Heiken Ashi PRO MT4
Bogdan Ion Puscasu
4.43 (7)
소개       Quantum Heiken Ashi PRO   차트 시장 동향에 대한 명확한 통찰력을 제공하도록 설계된 Heiken Ashi 양초는 노이즈를 필터링하고 잘못된 신호를 제거하는 기능으로 유명합니다. 혼란스러운 가격 변동에 작별을 고하고 더 매끄럽고 신뢰할 수 있는 차트 표현을 만나보세요. Quantum Heiken Ashi PRO를 정말 독특하게 만드는 것은 전통적인 촛대 데이터를 읽기 쉬운 색상 막대로 변환하는 혁신적인 공식입니다. 빨간색과 녹색 막대는 각각 약세와 강세 추세를 우아하게 강조하여 잠재적 진입점과 퇴장점을 매우 정확하게 파악할 수 있습니다. Quantum EA 채널:       여기를 클릭하세요 MT5 버전:       여기를 클릭하세요 이 놀라운 지표는 다음과 같은 몇 가지 주요 이점을 제공합니다. 선명도 향상: Heiken Ashi 바는 가격 변동을 완화하여 시장 추세를 보다 명확하게 나타내므로 유리한 거래 기회를 쉽게 식별할 수 있
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를 빠르게 확인할 수 있습니다! 새로운 기본 알고리즘을 기반으로 설계되어 잠재적인 거래를 더욱 쉽게 식별하고 확인할 수 있습니다.
우선적으로 이 거래 시스템은 다시 그리지 않고, 다시 그리지 않으며, 지연되지 않는 것을 강조할 가치가 있습니다. 이는 전문적인 거래에 이상적입니다. "스마트 서포트 앤 레지스턴스 트레이딩 시스템"은 새로운 및 경험 많은 트레이더를 위해 개발된 고급 지표입니다. 이 시스템은 외환 시장에서 정밀도와 신뢰감을 제공합니다. 이 포괄적인 시스템은 일일 거래 전략, 스윙 거래 전략, 지원 및 저항 전략, 캔들스틱 패턴 전략, VWAP 전략, 다중 시간대 추세 전략 등을 포함한 7개 이상의 전략, 10개의 지표 및 다양한 거래 방식을 결합합니다. 이 시스템은 화살표 신호, 진입 및 출구 지점, 거래 경보, 높은 시간대 추세 분석, 실시간 거래 모니터링 및 트렌드 및 볼륨 캔들 색상 제공합니다. 자동 지원 및 저항 감지로 다양한 시장 상황에서 신중한 결정을 돕는 다면적 인 지표입니다. 스마트 서포트 앤 레지스턴스 트레이딩 시스템은 프리미엄 및 강력한 지표 및 도구 모음을 통합한 견고한
Th3Eng PipFinite Pro
Ahmed Farag
5 (2)
Th3Eng PipFinite PRO Indicator This product is distinct from the Th3Eng PipFinite Original, utilizing a different logic and algorithms. The Th3Eng PipFinite Pro indicator offers analysis of trend directions using custom algorithms. It provides indications of trend direction, entry points, a stop loss point, and three take profit points. The indicator also displays pivot points, dynamic support and resistance channels, and a side-box with detailed current signal information. How to Trade with
This Indicator does not repaint itself at all, it's identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of following a new TREND. CandleBarColorate never misses a beat, he always identifies a new TREND in the bud without error. This indicator facilitates the reading of charts on METATRADER; on a single wi
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.84 (25)
299달러로 할인! 추후 가격이 인상될 수 있습니다! 아래 설명을 읽어보세요! Ultimate Sniper Dashboard를 위한 최고의 엔트리 시스템: ULTIMATE DYNAMIC LEVELS. (내 제품을 확인하십시오) Ultimate Sniper Dashboard는 MT4 다중 통화 테스트 제한으로 인해 라이브 시장에서만 작동합니다. Ultimate-Sniper 대시보드를 소개합니다! HA-Sniper와 MA-Sniper를 모두 포함하는 최고의 제품입니다. 그리고 많은 특수 모드. Ultimate Sniper Dashboard는 절대 야수입니다! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 다시 움직임을 놓치지 마세요! 단순함과 핍을 좋아하는 트레이더를 위해 특별한 제품을 준비했습니다. 본질적으로 단순한 대시보드는 여러 사용자 지정 알고리즘을 기반으로 28개의 통화 쌍을 살펴보는 모든 작업을 수행합니다. 단 하나의 차트로 전문가처럼 시장을 읽을 수 있습니다. 움직이기
제작자의 제품 더 보기
MAi
Vasja Vrunc
Professional 0 Lag Moving Averages Indicator MAi Indicator is a complete of moving averages with no lag . With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively. Please see included averages and the combinations with “Hull” equation below in code section. MAi indicator can run many instances , for all time frames at once, so you can test and compare results with different settings . It is very fast and has like all our in
MAtsi
Vasja Vrunc
Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " techn
TCD
Vasja Vrunc
Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more
Ti
Vasja Vrunc
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to th
PointerX
Vasja Vrunc
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations.
Pulser
Vasja Vrunc
Professional OB/OS Oscillator Is the digital momentum indicator , based on our ob/os formula and algorithm of digital output signal . It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend . In the middle is an adjustable " Stop_level ". Above and below this area you should not trade . Precise; above Stop_level - stop going long , below Stop_level - stop going short . Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”
SnR
Vasja Vrunc
Professional Support&Resistance Indicator. This indicator is primarily intended for professional use by brokers. There are countless options to choose from and it is one of the best tools in the stock market today. The indicator is optimized for use with EAs. For programmers to retrieve output index value is for MQL4; (EXAMPLE) bool buySNR=false,sellSNR=false; char count=100; char limit=1; char dist=3; for(short cnt=0;cnt<=count;cnt++) {    double    snr_middle=iCustom(NULL,TF_,"::Indica
필터:
리뷰 없음
리뷰 답변
버전 2.8 2020.05.30
1. compiled with the new compiler
2. faster performance
버전 2.7 2020.03.23
1. resolved compatibility issues
2. faster performance
버전 2.6 2017.04.06
1. Improvements in Tooltips/Names details
2. Now you can use the "Slider" in "Visual Tester" Mode
- while testing EA, you can run the indicator and easily adjust input parameters for critical points
- <Esc> key to exit "Slider" mode
버전 2.5 2017.02.09
1. Error correction: "Changing timeframes in Indicator Visualization Tab".
버전 2.4 2017.01.17
Program speed improvements ...