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
Scripts

Highest High fetch - script for MetaTrader 5

Views:
3587
Rating:
(9)
Published:
2023.02.03 22:04
High Fetch.mq5 (1.63 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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"