Hi,
I want to do a simple study which compares the present Tick with the previous Tick - eg:
if close (0) > close(-1)...then display a green vertical line on the 1min (or any other time frame) advanced chart
or
if close (0) < close(-1)...then display a red vertical line on the 1min (or any other time frame) advanced chart
..as above, but comparing Ticks instead. Any idea if this is possible?
Thanks,
Paul
I want to do a simple study which compares the present Tick with the previous Tick - eg:
if close (0) > close(-1)...then display a green vertical line on the 1min (or any other time frame) advanced chart
or
if close (0) < close(-1)...then display a red vertical line on the 1min (or any other time frame) advanced chart
..as above, but comparing Ticks instead. Any idea if this is possible?
Thanks,
Paul
Comment