Support Board
Date/Time: Mon, 03 Nov 2025 17:41:37 +0000
Post From: Highest high/lowest low alert
| [2020-05-13 19:41:04] |
| User236880 - Posts: 15 |
|
hi, im trying to set up an alert that shows when a price/subgraph is close to the highest high/lowest low over N bars (ie. price/subgraph is 80% of the way to the N bars high/low) i see the example: Alert when Close Within 25 Percent of Bottom of Chart Bar: Enter the following Alert Condition Formula on a Color Bar Based on Alert Condition study: AND(C >= L, C <= ((H - L) * .25 + L) ), but am having a hard time applying it to the highest high/lowest low over N bars study. or is there another study that can show this (70, 80, 90% to the high/low)? |
