New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Lines within a certain amount scan
I want to create a scan that shows me when the Ichimoku conversion line is within a certain percentage of the ichimoku base line. Can anybody help me with that?
0
Comments
and [Ichimoku Conversion Line(9,26,52) > Ichimoku Base Line(9,26,52) * .98]
and [Ichimoku Conversion Line(9,26,52) < Ichimoku Base Line(9,26,52) * 1.02]
It says Base Line is within 2 % of Conversion Line.
Basically, you subtract from 1.00 to get per cent less - so 2% less is 1.00 - .02 = .98;
and add to 1.00 to get per cent more - 1.00 + .02 = 1.02.