Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

MultiCurrency Template MT5 - expert for MetaTrader 5

Views:
8585
Rating:
(22)
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.


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

    Highest High fetch Highest High fetch

    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 Advanced Line Chart

    Advanced Line Chart based on Japanese candlesticks.