Support Board
Date/Time: Fri, 20 Jun 2025 10:10:17 +0000
Post From: please verify(ocrrect) formula
[2022-06-03 21:08:52] |
Sawtooth - Posts: 4229 |
Your formula has no syntax errors, even though it has unnecessary parentheses. However, the Stochastic Slow is SG2, not SG1[-1] The [-1] refers to the previous bar. So try this formula: =and(crossfromabove(id1.sg1,id2.sg1),id7.sg1<id7.sg2) |