Support Board
Date/Time: Thu, 30 Oct 2025 06:22:54 +0000
Post From: storing low of past candle in a spreadsheet
| [2017-08-29 11:18:15] |
| Sawtooth - Posts: 4281 |
|
Try this, in a Formula Column e.g. P3: =IF(K3,D3,IF(M3,0,P4)) This will create a persistent variable of the low of the buy entry candle, and release it at a sell entry candle. |
