Login Page - Create Account

Support Board


Date/Time: Fri, 12 Sep 2025 22:13:19 +0000



Post From: storing low of past candle in a spreadsheet

[2017-08-29 11:18:15]
Sawtooth - Posts: 4263
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.