Support Board
Date/Time: Sat, 12 Jul 2025 06:21:57 +0000
Post From: Speed of market
[2025-06-18 15:33:44] |
User729516 - Posts: 17 |
I wrongfully said 2000 trades, I meant 2000 volume for which V identifier/Volume Chart is available so all good. I guess I will try this but with volume chart Try this:
- Add a Number of Trades per Bar chart, set to 2000 trades. - Add the Color Bar Based On Alert Condition study, using this formula on the Alerts tab: =FRACTIME(BARENDDATETIME)-BARTIME<=3/86400) - On the 5 min chart, add the Study/Price Overlay study, referencing the Color bar study on Number of Trade per Bar chart. Just to confirm is there any way sort of function that does this (pseudocode): AND(FRACTIME(BARENDDATETIME)-BARTIME<=3/86400 OR (>3/86400 AND <=6/86400) OR (>6/86400 AND <=9/86400) ... OR (>297/86400 AND <=300/86400) , NT>=2000) The reason why I'm trying to go for this is because I can use Color Bar Based on Color Bar Based on Alert Condition: Input Data > Volume to show where the 2000 volume exactly happened in the candle similar to Large Volume Trade Indicator: Description |