Support Board
Date/Time: Tue, 26 Nov 2024 06:53:58 +0000
Post From: Alert condition referencing other study
[2024-01-04 17:08:31] |
AzharBasri - Posts: 28 |
Hi, I want to highlight bar using color bar based on alert condition study that has this criteria: 1. Close > Open 2. Difference between close and open is more or equal 10 ticks 3. Ask volume bid volume difference percentage more than 20% (using number bars calculated values study) - ID1.SG11 Therefore I have use this alert condition formula =AND(C>O, C-O>=0.05, ID1.SG11>0.2) but the candles are not highlighted. What did I do wrong and how can I do it? |