Alert for LRC cross


Category:
0
0

Hi Pete

I was hoping to get an alert added to the LRC code if the price action crosses the upper or lower 2 deviation line…

 

input price = CLOSE;
input length = 38;
input beginDate = 0;
input beginTime = 0;
input numDevDn1 = -1.0;
input numDevDn2 = -2.0;
input numDevUp1 = 1.0;
input numDevUp2 = 2.0;
input extLeft = No;
input extRight = Yes;

plot LR = Double.NaN;
plot UB1 = Double.NaN;
plot LB1 = Double.NaN;
plot UB2 = Double.NaN;
plot LB2 = Double.NaN;

Attachments:
Marked as spam
Posted by (Questions: 49, Answers: 42)
Asked on February 17, 2019 6:52 pm
89 views
0
Private answer

I have a client who paid to have this completed as a custom project. So I will not be allowed to publish a solution in the public Q&A forum.

Marked as spam
Posted by (Questions: 37, Answers: 4079)
Answered on February 18, 2019 1:54 pm