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

wd.Range_DailyAvg - MetaTrader 5용 지표

조회수:
3960
평가:
(6)
게시됨:
2023.11.06 06:50
업데이트됨:
2023.11.06 07:22
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This MT5 custom indicator, called "wd.Range_DailyAvg.mq5".
Basic idea is based on MT4 indicator 'TSR_Ranges.mq4' by Ogeimais.
 
It is designed to calculate the 'Average Daily Range' (ADR) based on 20 days of historical upper and lower price data.
The primary purpose of this indicator is to estimate today's price movements and to help traders identify today potential profit opportunities based on historical price ranges.

Here's how the indicator works:

    Input Parameters:
        Display Average Range Information:
        This input parameter controls whether to display the Average Range Information on the upper left chart.

        Today's price zone color :
        The color of the rectangle that represents the estimated price zone for the day.
        User also can choose the border style and it's width.

        Estimated today prize zone:
        This allows user to choose the anchor for the estimated price zone.
        User can select either 'Room_up' or 'Room_down' based on the market trend.



Number inside the rectangle shows the Average Daily Range (ADR). ADR is calculated based on the range of the previous day, averages for 2-day, 5-day, 10-day, and 20-day periods.
Make sure to check the 'Show object description' option in MT5 Chart Properties.



If user believes that today's trend is upward and wants to estimate how many pips the price movement might take, user can set the 'Estimated today prize zone' to 'Room_up.' In this case, the rectangle will determine today's lowest price and set the highest price based on the ADR.


Overall, this indicator helps user estimate the potential price movement for the current day based on 20 days historical data and market trends.
Depending on the selected anchor (Room_up or Room_down), it showing potential profit-taking or buying/selling price levels.
The indicator provides a visual representation of the estimated price zone as a colored rectangle on the chart, making it easier for users to make trading decisions.


Version history:
----------------
v2.23    : initial release


Multi_BreakEven.mt5 Multi_BreakEven.mt5

Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.

Multi colored trend indicator MT5 Multi colored trend indicator MT5

This indicator uses two moving averages to calculate the market trend and changes color depending on the trend direction.

No Repaint Heiken Ashi No Repaint Heiken Ashi

The Heiken Ashi indicator with no repaint or repaint mode input option.

Two dimension Array fill and Print - script for MetaTrader 5 Two dimension Array fill and Print - script for MetaTrader 5

Easy to use.