거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Price period SMA - MetaTrader 5용 지표

조회수:
5926
평가:
(32)
게시됨:
2021.12.02 14:24
업데이트됨:
2021.12.04 14:22
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

To calculate the average price, you can specify the periods H1 and D1. For example, the D1 average price allows you to track whether the price of a certain financial instrument is above or below the average price. The same is with H1, which indicates a price trend reversal much faster.

The indicator has only three calculated input parameters:

input string               _symbolName    ="0";             // Symbol, 0 = take a symbol from the chart
input ENUM_USE_SMA         _useSMA        =HOUR_SMA;        // Use moving average
input ENUM_APPLIED_PRICE   _appliedPrice  =PRICE_WEIGHTED;  // Price

  1. Symbol for calculations;
  2. The time period for which the average price is calculated;
  3. Applied price.

It is recommended to use from M1 to M30, M1 is the most informative time scale.

AUDUSDM1


You can also compare different financial instruments on the same price chart.

For example, EURUSD and USDCAD, M15.

EURUSDM15


The indicator also allows you to see the resistance / support levels of the daily average price.

NZDUSDM1

    Convert iExposure.mq4 From MetaQuotes Convert iExposure.mq4 From MetaQuotes

    iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The iExposure indicator is a technical tool that is easy to use and very helpful, especially if a trader opens several trades at once with several different instruments. Traders can add the iExposure indicator to any price chart if they wish to use it. By adding the iExposure indicator, traders can also still see tabs of other trading positions for other currencies. Also note that iExposure can also monitor all trading positions, besides being able to make details by displaying one position for one window.

    Pair Or Symbol And Time Frame With Watermark Pair Or Symbol And Time Frame With Watermark

    Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.

    Consolidation Detector Consolidation Detector

    Draws an equidistant channel to detect rectangular consolidation pattern on chart

    Bobokus Fibonacci Bobokus Fibonacci

    Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want