Support Board
Date/Time: Wed, 27 Nov 2024 13:05:20 +0000
Post From: Clear Method Swing Line
[2023-08-20 22:51:34] |
Sawtooth - Posts: 4120 |
Here's a simplified spreadsheet version: =IF(OR(D3>C5,D3>K4),D3,IF(OR(C3<D5,C3<K4),C3,K4)) where this formula is entered in cell K3. This is taken from this example: https://www.sawtoothtrade.com/free-stuff-7.html To get a signal for each direction change, use the formulas in N3/O3 to separate the up/down prices, then use the formulas in P3/Q3 for the signals. |