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

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
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
Super Gator
Agustinus Biotamalo Lumbantoruan
This indi shows the following 1. Supertrend 2. Alligator (Not a regular alligator) 3. ZigZag 4. Moving Average 5. Trend Continuation/Mini correction Signal (plotted in X) (See screenshots in green background color 6. Early Signal Detection (See screenshots in green background color) You may treat Alligator as the lagging indicator The leading indicator is the supertrend. The zig zag is based on the leading indicator where it gets plotted when the leading indicator got broken to the opposite.
이 제품의 구매자들이 또한 구매함
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.9 (663)
현재 26% 할인 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 지표는 우리가 독점 기능과 새로운 공식을 통합했기 때문에 독특하고 고품질이며 저렴한 거래 도구입니다. 단 하나의 차트로 28 Forex 쌍의 통화 강도를 읽을 수 있습니다! 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭  https://www.mql5.com/en/blogs/post/697384 그것이 첫 번째, 원본입니다! 쓸모없는 지망생 클론을 사지 마십시오. 더 스페셜  강력한 통화 모멘텀을 보여주는 하위 창의 화살표 GAP가 거래를 안내합니다! 기본 또는 호가 통화가 과매도/과매도 영역(외부 시장 피보나치 수준)에 있을 때 개별 차트의 기본 창에 경고 표시가 나타납니다. 통화 강도가 외부 범위에서 떨어질 때 풀백/반전 경고. 교차 패턴의 특별 경고 추세를 빠르게 볼 수 있는
Atomic Analyst
Issam Kassas
5 (3)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. 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           
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   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이
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   -  
ON Trade Optuma Astro
Abdullah Alrai
5 (4)
물론입니다. 아래는 제공해주신 텍스트의 한국어 번역입니다: MT4용 천문학 지표 소개: 귀하의 최상급 하늘 트레이딩 동반자 트레이딩 경험을 천체의 높이로 끌어올리기 준비가 되셨나요? MT4용 천문학 지표를 소개합니다. 이 혁신적인 도구는 복잡한 알고리즘의 힘을 활용하여 탁월한 천문학적 통찰과 정밀한 계산을 제공합니다. 정보의 우주를 손에 담다: 천문학적 데이터의 보물함을 드러내는 포괄적인 패널을 살펴보세요. 행성의 지오/헬리오센트릭 좌표, 태양/지구 거리, 크기, 길이, 별자리, 황도 좌표 및 적도 좌표, 심지어 수평 좌표 등 각각이 정밀하게 계산되고 아름답게 제시됩니다. 지표에 의해 생성된 수직선은 시간 값에 해당하여 트레이딩 여정에 우주적인 시각을 부여합니다. 행성 라인과 관계: 수정 가능한 스케일과 각도로 차트를 장식하는 행성 라인의 마법을 경험해보세요. 직관적인 컨트롤 패널을 통해 각 행성의 라인의 가시성을 손쉽게 전환할 수 있습니다. 쥰션이나 섹스타일, 사분각, 삼분각, 트
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 버전:       여기를 클릭하세요
ON Trade Waves Patterns Harmonic Elliot Wolfe를 소개합니다. 이는 수동 및 자동 방법을 사용하여 다양한 시장 패턴을 감지하기 위해 개발된 고급 지표입니다. 다음은 그 작동 방식입니다: 조화적 패턴: 이 지표는 차트에 나타나는 조화적 패턴을 식별할 수 있습니다. 이러한 패턴은 Scott Carney의 "Harmonic Trading vol 1 및 2"에서 설명한 것처럼 조화적 거래 이론을 연습하는 트레이더에게 중요합니다. 수동으로 그리든 자동 감지를 사용하든 ON Trade Waves Patterns가 도움을 줄 것입니다. 컨트롤 패널: 이 지표에는 사용자 친화적인 컨트롤 패널이 있습니다. 차트 및 시간 프레임 설정을 저장하여 다양한 구성 간에 쉽게 전환할 수 있습니다. 차트 공간을 최대화하려면 최소화할 수도 있습니다. 다른 분석 도구를 사용하는 것을 선호하는 경우 닫기 버튼을 클릭하여 모든 지표 데이터를 숨길 수 있습니다. 템플릿 저장: 설정을 사
74% discount for the next 10 buyers (original price $605): 2 left 3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends.
on free demo press zoom out button to see back.. cnt number is bar numbers.you can change up to 3000 related to chart bars numbers. minimum value is 500. there is g value set to 1.01. no need to change it. this indicator almost grail,no repaint and all pairs ,all timeframe indicator. there is red and blue histograms. if gold x sign comes on red histogram that is sell signal. if blue x sign comes on blue histogram that is buy signal. this indicator on thise version works all pairs.al timeframes
FX Power MT4 NG
Daniel Stein
5 (9)
모닝 브리핑 여기 mql5 와 텔레그램에서 FX Power MT4 NG 는 오랫동안 인기 있는 통화 강도 측정기인 FX Power의 차세대 버전입니다. 이 차세대 강도 측정기는 무엇을 제공합니까? 기존 FX Power에서 좋아했던 모든 것 PLUS GOLD/XAU 강도 분석 더욱 정밀한 계산 결과 개별 구성 가능한 분석 기간 더 나은 성능을 위한 사용자 정의 가능한 계산 한도 특별 멀티더 많은 것을보고 싶은 사람들을위한 특별한 다중 인스턴스 설정 모든 차트에서 좋아하는 색상을위한 끝없는 그래픽 설정 수많은 알림 옵션, 중요한 것을 다시는 놓치지 않도록 Windows 11 및 macOS 스타일의 둥근 모서리가 있는 새로운 디자인 마법처럼 움직이는 인디케이터 패널 FX 파워 키 특징 모든 주요 통화의 완전한 강세 이력 모든 시간대에 걸친 통화 강세 이력 모든 브로커 및 차트에서 고유 계산 결과 100% 신뢰할 수있는 실시간100 % 신뢰할 수있는 실시간 계산-> 다시 칠하지 않음
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (494)
현재 31% 할인!! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 지표는 우리가 독점 기능과 비밀 공식을 통합했기 때문에 독특하고 고품질이며 저렴한 거래 도구입니다. 단 하나의 차트로 28개 통화 쌍 모두에 대한 경고를 제공합니다. 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오! 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히 더 빠르게 발생합니다. 즉, 반대 방향으로 가속화되는 통화를 페어링하면 잠재적으로 수익성 있는 거래를 식별한 것입니다. 통화 모멘텀의 수직선과 화살표가 거래를 안내합니다! 역동적인 Market Fibonacci 23
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 참고 사항 지표에는 제어 패널이 있으며 모든 (차트 및 시간대) 설정을 저장합니다. 차트에서 더 많은 공간을 확보하려면 최소화할 수 있으며, 다른 분석 도구로 작업하는 것이 선호되는 경우 모든 지표 데이터를 숨기려면 닫기 버튼을 누를 수 있습니다. 이 지표를 사용하고 설정을 변경하면 이동 평균 또는 볼린저 밴드와 같은 지표를 추가하면 자동으로 템플릿을 저장하고 필요할 때 언제든지 로드할 수
현재 20% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적
TrendMaestro
Stefano Frisetti
5 (2)
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.4 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 a
Entry Points Pro
Yury Orlov
4.7 (225)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT4용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의
Up down v6T
Guner Koca
5 (1)
Thise indicator is up down v6  comes with tradingwiev pinescript. purchased people, after installed on terminal ,contact me on mql5  to get BONUS  TradingView pinescript. 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
Scalper Inside PRO
Alexey Minkov
4.75 (57)
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
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
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
FX Volume
Daniel Stein
4.6 (35)
모닝 브리핑을 통해 세부 정보와 스크린샷으로 매일 시장 업데이트를 받으세요 여기 mql5 및 텔레그램에서 FX 거래량은 브로커의 관점에서 시장 심리에 대한 실제 통찰력을 제공하는 최초이자 유일한 거래량 지표입니다. 브로커와 같은 기관 시장 참여자가 외환 시장에서 어떤 포지션을 취하고 있는지에 대한 훌륭한 통찰력을 COT 보고서보다 훨씬 빠르게 제공합니다. 차트에서 이 정보를 직접 확인하는 것은 트레이딩의 진정한 판도를 바꾸고 획기적인 솔루션입니다. 다음과 같은 고유한 시장 데이터 인사이트의 이점 비율 는 통화의 매수/매도 포지션 비율을 백분율로 표시 비율 변화 는 선택한 기간 내 매수 비율과 비율 변화를 표시 총 거래량 는 해당 통화의 총 거래량(롱 및 숏)을 로트 단위로 보여줍니다 Volumes Long 는 해당 통화의 모든 롱 포지션의 거래량을 보여줍니다 Volumes Short 는 해당 통화의 모든 숏 포지션의 거래량을 보여줍니다 Net Long 는 순 롱 포지션의 거래량
Pro SMC Tool
The Anh Pham
5 (1)
Welcome to the world of SMC (Smart Money Concepts) Trading, where we empower traders with the tools and knowledge to make smarter trading decisions. Our latest addition to our suite of trading tools is the SMC Trading Pro indicator, version 1.0. Key Features: Major Market Structure Identification with BODY break. Order Block must be in Major Swing ( not Small Swing ). Order Block with Fair Value Gap Detection. Order Block in Discount | Premium zone. Filter for only Bullish, Bearish or All Order
EZT Trend
Tibor Rituper
4 (1)
EZT 추세 표시기는 추세, 하락세 및 진입 기회를 보여줍니다. 선택적 필터링과 모든 유형의 경고를 사용할 수 있습니다. 이메일 및 푸시 알림 알림이 추가됩니다. 우리는 또한 이 지표를 기반으로 EA를 개발 중이며 곧 제공될 예정입니다. 두 개의 컬러 히스토그램과 하나의 선으로 구성된 다기능 표시기입니다. 이는 추세 방향과 강도를 시각적으로 표현한 것이며, 선이나 히스토그램에서 여러 번 차이를 발견할 수 있습니다. 표시기는 자동 매개변수 설정과 잘 작동합니다. 이는 주어진 기간에 대해 미리 결정되어 있으므로 해당 설정으로 표시기를 사용하는 것이 좋습니다. 수동 모드에서는 자신만의 매개변수를 설정할 수 있습니다. 이는 다중 시간대(mtf) 표시기입니다. 이 지표는 MTF rsi, MTF cci 또는 MACD pro와 같은 다른 지표의 조합과 잘 작동합니다. 거래되는 상품의 변동성이 클수록 최상의 항목을 찾는 데 사용해야 하는 기간이 더 짧아집니다. 항상 더 높은 기간
MetaForecast M4
Vahidreza Heidar Gholami
5 (1)
MetaForecast는 가격 데이터의 조화를 기반으로 모든 시장의 미래를 예측하고 시각화합니다. 시장이 항상 예측 가능한 것은 아니지만 가격에 패턴이 있다면 MetaForecast는 가능한 정확하게 미래를 예측할 수 있습니다. 다른 유사한 제품과 비교했을 때, MetaForecast는 시장 동향을 분석하여 더 정확한 결과를 생성할 수 있습니다. 입력 매개변수 Past size (과거 크기) MetaForecast가 미래 예측을 생성하기 위한 모델을 만드는 데 사용하는 막대의 수를 지정합니다. 모델은 선택한 막대 위에 그려진 노란색 선으로 표시됩니다. Future size (미래 크기) 예측해야 할 미래 막대의 수를 지정합니다. 예측된 미래는 핑크색 선으로 표시되며 그 위에 파란색 회귀선이 그려집니다. Degree (차수) 이 입력은 MetaForecast가 시장에서 수행할 분석 수준을 결정합니다. Degree 설명  0 차수 0의 경우, "Past size" 입력에 모든 봉우리
Max Min Cycle
Vitalyi Belyh
Cyclical indicator for trading and predicting the direction of the market. Shows the cyclical behavior of the price in the form of an oscillator. Gives signals for opening deals when rebounding from the upper and lower boundaries of the oscillator. In the form of a histogram, it shows the smoothed strength of the trend. Will complement any trading strategy, from scalping to intraday. The indicator does not redraw. Suitable for use on all symbols/instruments. Suitable time frames for short-term
우선적으로 이 거래 시스템은 다시 그리지 않고, 다시 그리지 않으며, 지연되지 않는 것을 강조할 가치가 있습니다. 이는 전문적인 거래에 이상적입니다. 온라인 강좌, 사용자 매뉴얼 및 데모. "스마트 서포트 앤 레지스턴스 트레이딩 시스템"은 새로운 및 경험 많은 트레이더를 위해 개발된 고급 지표입니다. 이 시스템은 외환 시장에서 정밀도와 신뢰감을 제공합니다. 이 포괄적인 시스템은 일일 거래 전략, 스윙 거래 전략, 지원 및 저항 전략, 캔들스틱 패턴 전략, VWAP 전략, 다중 시간대 추세 전략 등을 포함한 7개 이상의 전략, 10개의 지표 및 다양한 거래 방식을 결합합니다. 이 시스템은 화살표 신호, 진입 및 출구 지점, 거래 경보, 높은 시간대 추세 분석, 실시간 거래 모니터링 및 트렌드 및 볼륨 캔들 색상 제공합니다. 자동 지원 및 저항 감지로 다양한 시장 상황에서 신중한 결정을 돕는 다면적 인 지표입니다. 스마트 서포트 앤 레지스턴스 트레이딩 시스템은 프리미엄 및 강력한
RelicusRoad Pro
Relicus LLC
4.78 (139)
이제 $ 147 (몇 가지 업데이트 후 $ 499 증가) - 무제한 계정 (PCS 또는 MACS) RelicusRoad 사용 설명서 + 교육 비디오 + 비공개 Discord 그룹 액세스 + VIP 상태 시장을 보는 새로운 방법 RelicusRoad는 외환, 선물, 암호화폐, 주식 및 지수에 대한 세계에서 가장 강력한 거래 지표로서 거래자에게 수익성을 유지하는 데 필요한 모든 정보와 도구를 제공합니다. 우리는 초보자부터 고급까지 모든 거래자가 성공할 수 있도록 기술적 분석 및 거래 계획을 제공합니다. 미래 시장을 예측할 수 있는 충분한 정보를 제공하는 핵심 거래 지표입니다. 우리는 차트에서 말이 안 되는 여러 지표 대신 완전한 솔루션을 믿습니다. 타의 추종을 불허하는 매우 정확한 신호, 화살표 + 가격 조치 정보를 표시하는 올인원 표시기입니다. 강력한 AI를 기반으로 하는 RelicusRoad는 누락된 정보와 도구를 제공하여 교육하고 성공적인 트레이더인 트레이딩 전문
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
이 지표는 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics  의 2가지 제품의 슈퍼 조합입니다. 그것은 모든 시간 프레임에 대해 작동하며 8개의 주요 통화와 하나의 기호에 대한 강약의 충동을 그래픽으로 보여줍니다! 이 표시기는 금, 이국적인 쌍, 상품, 지수 또는 선물과 같은 기호에 대한 통화 강도 가속을 표시하는 데 특화되어 있습니다. 금, 은, 오일, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도 가속(충동 또는 속도)을 표시하기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히
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로 인하되었습니다! 전략 테스터에서 이 지표를 테스트할 수 있습니다(비주얼 모드 활성화).  자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요하면 저에게 연락하십시오. TakePropips Donchian Trend Pro 지표는 모든 Forex 쌍, 금속
Price Action Entry Alerts
Stephen Sanjeeve Sahayam
5 (3)
이 지표는 매수 또는 매도 압력에 대한 모든 막대를 선별하고 볼륨이 가장 높은 4가지 유형의 캔들 패턴을 식별합니다. 이 양초는 여러 선형 필터를 사용하여 필터링되어 매수 또는 매도 신호를 표시합니다. 신호는 더 높은 시간 프레임 방향과 함께 거래량이 많은 시간에 거래될 때 가장 잘 작동합니다. 모든 필터는 사용자 정의가 가능하며 독립적으로 작동합니다. 버튼 클릭으로 단일 방향의 신호를 볼 수 있습니다. 또한 이 지표에는 의사 결정 과정을 지원할 수 있는 가장 중요한 가격 조치 및 스마트 머니 개념이 포함되어 있습니다. 하나의 도구에서 신호 및 거래 교육을 모두 제공합니다. 특징: 신호는 다시 칠하지 않습니다. Engulfing candles, Rejection candles, Expanded range candles 및 Pinbars를 식별합니다. 각 유효한 신호에 대해 여러 항목, 손절매 및 여러 이익 실현 수준을 표시합니다. 대량 세션으로 필터링합니다. 지원/저항 수준 및
제작자의 제품 더 보기
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 ...