Support Board
Date/Time: Wed, 19 Aug 2026 03:07:11 +0000
Post From: Condition if Price close between n points from a level
| [2019-09-11 18:32:42] |
| Sawtooth - Posts: 4346 |
|
So both longs and shorts must happen between -5 of ONH and +5 of ONL? K3: =AND(YourBuyEntryConditions,E3<ID4.SG1@3-5,E3>ID4.SG2@3+5) M3: =AND(YourSellEntryConditions,E3<ID4.SG1@3-5,E3>ID4.SG2@3+5) Where ID4.SG1 is the ONH, and ID4.SG2 is the ONL. |
