Login Page - Create Account

Support Board


Date/Time: Wed, 08 May 2024 18:38:32 +0000



Post From: Spreadsheet Signal from Linear Regression End Channel study

[2020-12-02 00:11:36]
Sawtooth - Posts: 3993
How can I lock the TRUE state in this regard and how to proceed then?
That quote is from a user trying to capture when the LREC study's slope changes from upslope to downslope, and vice versa.

Locking a TRUE is easy enough, but using another event to automatically release it can be problematic.
If you want to use this method, here is an example:
https://www.sawtoothtrade.com/example-9.html

Here's an easier way to get a signal when the ID2.SG1 crosses ID7.SG3 from above:
=CROSSFROMABOVE(ID2.SG1@3:ID2.SG1@4,ID7.SG3@3:ID7.SG3@4)

You'll probably need to set Signal Only On Bar Close to No, since it might not remain TRUE at close of bar.
Locking a TRUE would always be intrabar anyway.