당사 팬 페이지에 가입하십시오
- 조회수:
- 10184
- 평가:
- 게시됨:
- 2023.01.23 14:53
- 업데이트됨:
- 2023.01.23 15:23
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This EA is a Sample for Multicurrency system for Metatrader 5.
Entry is just using a simple candle logic on D1.
Hope this EA can be a help for others to learn.

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].

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].

The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.

Advanced Line Chart based on Japanese candlesticks.