Hi Alex,
I was hoping that you could assist me with a shorter method to write the following efs formula, for instance I would like to write the efs to find the highest or lowest close or high or low or open for the past two hundred and plenty bars and instead of writing as follows in the example
var Closemax = Math.max(close(0),Close(-1),close(-2),etc until,close(-199))
which would take up a lot of space.......how could I write the code to achieve the same result.
I hope that I have made myself clear in explaining as possible and would sincerely appreciate your assistance.
Regards Kevan
I was hoping that you could assist me with a shorter method to write the following efs formula, for instance I would like to write the efs to find the highest or lowest close or high or low or open for the past two hundred and plenty bars and instead of writing as follows in the example
var Closemax = Math.max(close(0),Close(-1),close(-2),etc until,close(-199))
which would take up a lot of space.......how could I write the code to achieve the same result.
I hope that I have made myself clear in explaining as possible and would sincerely appreciate your assistance.
Regards Kevan
Comment