TTM LRC Slope Scan


Category:
0
0

Hi Pete,

Is it possible to scan for the slop of the TTM LRC indicator? Bullish scan = slope of lines is positive; Bearish scan = slope of lines is negative.

Thanks
Justin

Marked as spam
Posted by (Questions: 8, Answers: 10)
Asked on March 21, 2019 12:45 pm
915 views
0
Private answer

This code will scan for TTM_LRC that is slopped upward:

def lrc = reference TTM_LRC().LR;
plot scan = lrc > lrc[1];

Marked as spam
Posted by (Questions: 37, Answers: 4079)
Answered on April 6, 2019 8:32 am