Join our fan page
MultiCurrency Template MT5 - expert for MetaTrader 5
- Views:
- 9511
- Rating:
- Published:
- 2023.01.23 14:53
- Updated:
- 2023.01.23 15:23
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
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].
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].
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 ChartAdvanced Line Chart based on Japanese candlesticks.