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

Price period SMA - MetaTrader 5용 지표

조회수:
226
평가:
(4)
게시됨:
2021.12.04 14:51
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

평균 가격을 계산하기 위해 기간 H1 및 D1을 지정할 수 있습니다. 예를 들어, D1 평균 가격을 사용하면 특정 금융 상품의 가격이 평균 가격보다 높거나 낮은지 여부를 추적할 수 있습니다. 가격 추세 반전이 훨씬 빠르게 나타나는 H1의 경우도 마찬가지입니다.

표시기에는 계산된 입력 매개변수가 3개뿐입니다.

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

  1. 계산을 위한 기호;
  2. 평균 가격이 계산되는 기간
  3. 적용된 가격입니다.

M1에서 M30까지 사용하는 것이 좋습니다. M1은 가장 유익한 시간 척도입니다.

AUDUSDM1


동일한 가격 차트에서 다양한 금융 상품을 비교할 수도 있습니다.

예를 들어 EURUSD 및 USDCAD, M15.

EURUSDM15


이 표시기를 통해 일일 평균 가격의 저항/지지 수준을 볼 수도 있습니다.

NZDUSDM1

    Price period SMA Price period SMA

    The indicator calculates the average price for the specified period.

    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.

    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