Question: value1 = highest(high,30); How can I modify the above to find the highest high for bar range of 10 through 30 bars ago? Answer: First of all, note that in EasyLanguage Highest(High, 30) returns the highest High value of the referenced datastream, between the current bar and the 29th previous bar (i.e. between High[0] […]