When I program in easy language I can do things such as this:
If MACDAVG >= MACDAVG[1].....
(comparing the function to the fuction one bar ago)
Since the mac function does not have a parameter for previous bars, is there an easy way to do the same thing in EFS?
Thanks,
If MACDAVG >= MACDAVG[1].....
(comparing the function to the fuction one bar ago)
Since the mac function does not have a parameter for previous bars, is there an easy way to do the same thing in EFS?
Thanks,
Comment