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

Relative Price Channel - MetaTrader 4용 지표

조회수:
6385
평가:
(8)
게시됨:
2024.01.20 16:44
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

MT4 version of original indicator: https://www.mql5.com/en/code/22576
Since the MT4 functionality is limited in the methods of drawing indicators, there are no color zones, but their boundaries are in place.

Basics:

RSI indicator is frequently used in trading decisions coupled with levels checking. Levels are supposed to show if there is overbought or oversold condition. But frequently we are neglecting the fact that the market is adjusting itself to price changes, and that indicators like RSI may actually show overbought and oversold conditions even when the market already adjusted itself.

This version:

It is using the RSI and is constructing an high and low neutral zones using a simple EMA lag - in this case the lag of an average is our ally - without adding that lag, the breakout will never happen. When the RSI crosses the top most or lowest bound, only then consider that a "real" overbought or oversold condition is happening.

Usage:

You can use it for possible reversal conditions detecting.


    Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set

    When we want to know how many times price will goes up and down 40 pips before breaking this channel, we will need Bounce Number tool.

    SSH Multi Time-Frame SSH Multi Time-Frame

    SSH is popular indicator as it uses simply two moving averages. This version is a mylti-TF of SSH with TF change ability from screen.

    Candle Gain Candle Loss Candle Gain Candle Loss

    Displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage.

    Titik Impas Breakeven MT4 Titik Impas Breakeven MT4

    The Breakeven Point, or Titik Impas, denotes the price level at which a trade's profit becomes zero. By setting a position to Titik Impas Breakeven, the stop-loss is aligned with the position's opening price. This strategy proves valuable when you aim to allow profits to accumulate while ensuring that the trade remains secure and does not revert to negative territory.