Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

MultiCurrency Template MT5 - sistema esperto per MetaTrader 5

Visualizzazioni:
8538
Valutazioni:
(22)
Pubblicato:
2023.01.23 14:53
Aggiornato:
2023.01.23 15:23
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.