Description: After a while, searching the MQL4 community looking for an explanation on how to calculate the highest and lowest valu...
Showing posts with label Lowest. Show all posts
Showing posts with label Lowest. Show all posts
MetaTrader 5 Indicator | LOWEST LOW VALUE
0
The indicator shows the minimum price for the period fixed in the input parameters of the indicator: //+----------------------------...
MetaTrader 5 Indicator | LOWEST LOW VALUE HTF
0
The indicator shows the minimum price for the period specified in the input parameters of the indicator, taking into account the time...
MetaTrader 5 Indicator | Highest Lowest
0
The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars hav...
MetaTrader 5 Indicator | Highest high & lowest low support resistance
0
Theory : This is an old idea : using the highest high and lowest low as support resistance. This version : It is combining two...
MetaTrader 4 Indicator | Highest High and Lowest Low in Neighbourhood
0
This code identifies highest high and lowest low in the neighbourhood. This code compares the high of candles with the high of ...
MetaTrader 4 Indicator | Highest High and Lowest Low
0
This code is used to find the highest high and lowest low on chart between given bars. One can specify the start bar and end bar...