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

Simple Support and Resistance - MetaTrader 4용 지표

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

This is super simple starter code for anyone looking to work or build with support and resistance. It includes a mid-line which is calculated using the average of the support and resistance values.

The default setting for the number of bars to look back is 50. This can be updated by changing the value of "Lookback" on the input tab.


Support Resistance Mid-Line


    Range Ratio Range Ratio

    Indicator shows histogram of ratio of sum of lower time frame ranges to current timeframe bar range

    M4HA M4HA

    Trend indicator based on the intersection of adaptive HMA and its smoothed line. I recommend using it together with the flat indicator to determine the beginning of a trend early

    Take Profit based on your current profit Take Profit based on your current profit

    Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.

    Rainbow Indicator for mt4 Rainbow Indicator for mt4

    This is an indicator with a rainbow-like display, both for trend or pullback prediction.