Support Board
Date/Time: Wed, 27 Nov 2024 13:08:17 +0000
Drawn VbP
View Count: 533
[2023-08-01 20:30:27] |
joshtrader - Posts: 488 |
For a tool like a Ray, I can map a tool config to a button on the toolbar so that I can choose on the fly which config I want applied to the Ray. I would like to do something similar for a drawn volume profile. I have my "DVP" button which lets me quickly draw a profile, but I'd like to be able to use a different config, choosable by a button. For example, one might be a delta-only profile, another might have different colors, another might be ... you get the idea. Is it possible? Can VbP even have separate configurations like this? I don't see anything like it. |
[2023-08-01 21:00:53] |
JohnR - User831573 - Posts: 306 |
I too was recently looking for this capability. Another thing I would like to be able to do, is grab / click the end of the POC and either (drag) extend or (click) cut , similar to the way other tools function. JohnR |
[2023-08-01 23:10:16] |
User431178 - Posts: 544 |
You can set multiple configs for the DVP tool, here is link to the instructions. Volume By Price Study: Step by Step Instructions to Configure the Draw Volume Profile Tool |
[2023-08-10 03:20:27] |
joshtrader - Posts: 488 |
Just wanted to say a big thanks to @User431178 for highlighting this! Exactly what I needed!
|
[2023-08-11 15:53:09] |
JohnR - User831573 - Posts: 306 |
In what I am in the process of creating / implementing, Using Vol by Price study will break the current architecture. I am looking to have on avg 15 locations on a chart each RTH day where I would a need VAH, VAL, POC from a 1 - 4 bar Vol Profile. I would run out of studies @ 255. In doing the math, that only gets me approx 17 days before I can no longer add a new one. Additionally, the load on calculating a study, that has that much capability/overhead, would be tremendous every update on the chart, vs calling the sc.newVolProfile_Func_ only once to create the drawing objects from my script. Possible solutions - I use drawing tools, and create my own 'stuff' on the chart. I can and am willing to do this. I've done it before. But currently SC at the ACSIL function level, only provides this info for a single bar. from docs... The sc.GetPointOfControlAndValueAreaPricesForBar() function gets the price values for the Point of Control, Value Area High, and Value Area Low into their respective variables, for the given BarIndex and ValueAreaPercentage. I am requesting you, SC either enhance the current function to have either # of bars or start-end bar # as additional input and calculate the Vol profile function return the POC/VAH/VAL from the multiple bars. The logic for this is already being done within the current Volume Profile study/tool. Also, I have read the docs on calculating a vol profile, I could do this, but since you already have this working as a study, it should be fairly easy to grab the additional logic for multiple days. Hope you consider this, as I think this would be useful to others as they work with orderflow concepts. Code snippets from anyone would be appreciated around the logic for POC/VAH/VAL. I already have code working that accesses the price levels, staring with SC example. JohnR Date Time Of Last Edit: 2023-08-11 15:58:37
|
To post a message in this thread, you need to log in with your Sierra Chart account: