Support Board
Date/Time: Mon, 03 Feb 2025 17:12:22 +0000
Post From: Spreadsheet
[2019-09-25 22:13:13] |
Sawtooth - Posts: 4164 |
In another Formula Column, create a persistent variable of the Buy Entry, then find the transitions in K3: P3: =IF(YourBuyEntryConditions,1,IF(YourSellEntryConditions,0,P4)) K3: =AND(P4=0,P3) This is the basic concept. You might need to modify for your needs. There are examples of this here: Spreadsheet Example Formulas and Usage |