Support Board
Date/Time: Sun, 14 Sep 2025 03:33:47 +0000
Post From: Programming - How to Buy/Sell Exit 2*ATR
[2022-06-15 02:26:21] |
Sawtooth - Posts: 4263 |
I'm not sure how else to reference Daily Open when my OHLC is set to previous day?
You could add another instance of the Daily OHLC study, with Reference Days Back set to 0.Note: When referencing column J in Formula Columns, use an absolute reference: =OR(AND($J$8 > 0, ID0.SG4@3 <= $J$9-(ID2.SG1@3*2)), AND($J$8 > 0, ID0.SG4@3 >= $J$9+(ID2.SG1@3*2))) |