Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 04:31:58 +0000



Post From: Referencing bottom 5 price bid volume in a bar with Alert Condition Formula

[2024-04-07 20:58:23]
Sawtooth - Posts: 4120
add another condition where the bid volume of the bottom 5 prices of the numbers bar have a sum greater than 200.
You would need to reference each of the 5 prices:
=AND(C>L,ID3.SG3<-80, ID12.SG13>1800, BVAP(L,0)+ BVAP(L+(TICKSIZE*1),0)+ BVAP(L+(TICKSIZE*2),0)+ BVAP(L+(TICKSIZE*3),0)+ BVAP(L+(TICKSIZE*4),0) >200 )

Study/Chart Alerts And Scanning: BVAP
Date Time Of Last Edit: 2024-04-08 13:29:01