Login Page - Create Account

Support Board


Date/Time: Sat, 28 Jun 2025 03:09:47 +0000



Post From: Volume By Profile BeginIndex / EndIndex

[2021-09-03 13:07:57]
QnReally - Posts: 188
Hi,

I have 5 or 6 VBP studies right aligned (far right), so some are displayed in the fill space and others overlap the price candles. What I do then is write labels for each profile and draw a vertical line open-to-close right next to them. Today, my ACSIL study that does that takes input of what index each profile graphic ends at so that I can align them right next to the profiles. Also, my labels are short like 94 for a peak when the NQ price is 15494.25.

The problem comes when some of the profiles (some encompass multiple days or the whole chart period) that are within the visible price scale have smaller width than the width I assign them (because the fat portion of the profile is below/above the visible portion in the chart) and the rest of the profiles to the left of them all move as I move the chart scale up/down, changing the alignment of the labels to those profiles. I then have to adjust the displacement of my labels one by one depending on what price range I choose to make visible (with Interactive Scale Move/Range). I was wondering if you could add the EndIndex (and may be BeginIndex -- whatever feasible) of where each profile graphic is on the screen to the n_ACSIL::s_StudyProfileInformation data structure.

This will greatly reduce my daily maintenance of aligning my labels and open-to-close vertical bars to the profiles.

Thank you so much.