Highest – Lowest – indicator MetaTrader 4

Highest - Lowest - indicator for MetaTrader 4
Description: After a while, searching the MQL4 community looking for an explanation on how to calculate the highest and lowest values for a data series over “n” bars; I end up with this indicator that display exactly that. There are various post explaining how to use iHighest and iLowest, i acknowledge all of them. This … Read more

Highest high & lowest low support resistance – indicator MetaTrader 5

Highest high & lowest low support resistance - indicator for MetaTrader 5
Theory : This is an old idea : using the highest high and lowest low as support resistance. This version : It is combining two highest high & lowest low calculations. The “slow” channel formed that way is treated as the “trend” determining channel. The “fast” channel is is the short term channel drawn within … Read more

Highest High fetch – script MetaTrader 5

Highest High fetch - script for MetaTrader 5
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. … Read more