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

Highest High fetch - script per MetaTrader 5

Visualizzazioni:
3591
Valutazioni:
(9)
Pubblicato:
2023.02.03 22:04
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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"