Support Board
Date/Time: Fri, 07 Feb 2025 01:50:29 +0000
Post From: Highest high/lowest low alert
[2020-05-13 20:10:57] |
Ackin - Posts: 1865 |
numbers or text. something i can see in the study summary that the price/subgraph is close to the highest high/lowest low
ok, I'll create study for this. If you want, you can download it tomorrow morningcontact link: https://www.sierrachart.com/UserControlPanel.php?page=StudyStore&SCDLLName=zyp_download_free 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.
Alert for the first Colorbar Alert study =AND(C > ID1.SG2,C >= (ID1.SG1-(ID1.SG1 - ID1.SG2) * .20)) Alert for the second Colorbar Alert study =AND(C < ID1.SG1,C <= (ID1.SG1-(ID1.SG1 - ID1.SG2) * .80)) Where ID1 is highest high/lowest low over N bars study |