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

Support and Resistance Indicator - MetaTrader 4용 지표

조회수:
32849
평가:
(25)
게시됨:
2023.01.26 15:54
업데이트됨:
2023.10.19 18:04
Box.mq4 (6.88 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The main idea behind it is to search for support and resistance levels,becouse I could not fint any similar indicator. The support and resistance functions do exactly that. When calculating if both support and resistance levels exist, the indicator sdisplays them on the chrt and save their value, so that if the next price is between them, they will remain the same.

There are 2 input parameters : Period and overlook. The indicator searches for the highest and lowest price for which it is true that it is the highest/lowest in the last (period) bars and also the highest/lowest in the period+overlook bars. If it finds both a highest and a lowest value it displays it on the chart.

The i parameter running in the OnCalculate function should always run from period+overlook.

The indicator does not use any include files. I recommend the settings: period: 20, overlook : 10.

  


Wilder's Relative Strength Index Wilder's Relative Strength Index

An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].

Wilder's Average True Range (ATR) Wilder's Average True Range (ATR)

An implementation of the original Average True Range indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].

GridTrading Algorithm at volatile market GridTrading Algorithm at volatile market

This EA can do Grid trading and has useful functions for Gridtrading included

period_converter_All_kai period_converter_All_kai

Convert historical data from M1 to M1, M5, M15, M30, H1, H4, D1, W1 and MN, specifying the start date.