Support Board
Date/Time: Tue, 26 Aug 2025 16:22:31 +0000
Post From: pinescript code conversion
[2025-06-03 15:01:26] |
cmet - Posts: 719 |
Not a fan of spreadsheets but if you want to use a custom study, here's one. For signals you can use Color Bar Based on Alert Condition. Long: AND(ID1.SG1 = 1, ID1.SG1[-1] = -1) Short: AND(ID1.SG1 = -1, ID1.SG1[-1] = 1) |
![]() |