Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 07:14:21 +0000



Post From: storing low of past candle in a spreadsheet

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