Login Page - Create Account

Support Board


Date/Time: Wed, 04 Dec 2024 08:54:00 +0000



Post From: Volume at price using PoC

[2024-10-30 05:39:00]
User273277 - Posts: 59
Thank you. This works to resolve my question _exactly_.

Are each of the "Top 1/2/3/etc" levels indicating exactly the single price position, not all the intermediary levels? Not sure how the adjacent alert highlight top/bottom x works.

I am trying variations of the alert to be "PoC, and =>(+/- 1)" price levels. ie. at least 3 price levels with poc at the center.

The first part is your code with my id's, and that works where the poc and 1 price level above meet the criteria.

The second part I added the reverse of your code, making the poc match the other price level. I thought this would add the poc and 1 price level below, and force a 'and' match between them.

But this does not work.

=AND(OR(AND(ID22.SG50, ID22.SG49 = ID23.SG1), AND(ID22.SG52, ID22.SG51 = ID23.SG1), AND(ID22.SG54, ID22.SG53 = ID23.SG1), AND(ID22.SG56, ID22.SG55 = ID23.SG1), AND(ID22.SG58, ID22.SG57 = ID23.SG1)), OR(AND(ID22.SG50 = ID23.SG1, ID22.SG49), AND(ID22.SG52 = ID23.SG1, ID22.SG51), AND(ID22.SG54 = ID23.SG1, ID22.SG53), AND(ID22.SG56 = ID23.SG1, ID22.SG55), AND(ID22.SG58 = ID23.SG1, ID22.SG57)))
Date Time Of Last Edit: 2024-10-30 05:39:33