Support Board
Date/Time: Sun, 15 Jun 2025 17:10:01 +0000
Post From: pinescript code conversion
[2025-06-03 15:01:26] |
cmet - Posts: 706 |
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) |
![]() |