Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Highest High fetch - script pour MetaTrader 5

Vues:
3666
Note:
(9)
Publié:
2023.02.03 22:04
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Highest High fetch - Script.

1 File - Size : 1.62 KB.

The code defines a function "RangeHighs" that takes 4 integer inputs: pStartHour, pStartMins, pEndHour, and pEndMins, which represent the start and end time of a period.

It starts by initializing a "MqlDateTime" structure "time" and getting the current time using the "TimeCurrent" function. Then, it sets the seconds and hour/minute values of "time" to the input parameters.

The "StructToTime" function is then used to convert the "time" structure into a "datetime" type, which is stored in the "timeStart" and "timeEnd" variables. These variables represent the start and end time of the period of interest.

The code then declares an array "high" and sets it to be a series using the "ArraySetAsSeries" function. The "CopyHigh" function is then used to copy the highest prices of the symbol during the specified period into the "high" array.

Finally, the function returns the highest value in the "high" array, which is found using the "ArrayMaximum" function.

The "RangeHighs" function can be used in a MetaTrader 5 expert Advisor to calculate the highest price of a financial instrument during a specified time range and use it in trading logic, for example for entry or exit conditions.










MultiCurrency Template MT5 MultiCurrency Template MT5

a Template for Multicurrency system for Metatrader 5

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

Advanced Line Chart Advanced Line Chart

Advanced Line Chart based on Japanese candlesticks.

CLS (ClearScreen) CLS (ClearScreen)

CLS (ClearScreen) delets all object drawn on the chart with key press "C"