I can't find the answer in the forum, so make new topic
I need to make such indicator: clasters of volumes.
Description:
I have a Chart with one security. Then I need to calc volumes at any prices and plot a histogramm starting form right side to left side of the chart. Example. At price 137 i have summ volume = 3450045 , at price 136 summ volume = 2004059, and so on. The result is - histogramm of volumes
||||||||||
||||||||
|||||
|||||||||
I can make this histogramm via chartstyle module using Graphics, but there is one problem. How to get area filled with price and date Axis? otherwise my histogramm overlaps with Axis, and volume pane
Or may be there is another way to do the indicator? (Amibroker support drawing everything you want)
PS: and how to use wealthlab Color picker in my settings form for chartstyle?
Size:
Color:
This isn't a good example of a Chart Style. You can simply draw rectangles like the Price by Volume Study did in v4. See the QuickRef: Cosmetic Chart
Actually, I'm surprised we haven't translated the
Price Volume Distribution yet.
QUOTE:
Amibroker support drawing everything you want
What do you like about Wealth-Lab that Amibroker doesn't have?
Size:
Color:
Actually, it looks like I've already made a stab at it... found this in one of my Strategy folders -
CODE:
Please log in to see this code.
Size:
Color:
Size:
Color:
Eugene, you're good. I think Glitch gets the credit for this one in v4 though.
Size:
Color:
Done.
Size:
Color:
QUOTE:
Just dropped in to say that your method is also available in Community.Components:
uups, i didnt use this dll before.
QUOTE:
Actually, it looks like I've already made a stab at it... found this in one of my Strategy folders -
thanks a lot for code :), i can find it in sources of Community.Components
QUOTE:
What do you like about Wealth-Lab that Amibroker doesn't have?
lets forget about amibroker :). It's a good soft, but WLD 5, i think, will be much better.
QUOTE:
This isn't a good example of a Chart Style. You can simply draw rectangles like the Price by Volume Study
but there is one problem, that x coord is binded to bar dates (but i think this is not a big trouble. So YOU WIN).
and how to use wealthlab Color picker in my settings form for chartstyle?
Size:
Color:
Size:
Color:
QUOTE:
See code for ColorFinder.
no. how to make color picker like in ADX indicator settins for example. I can make button with standart color dialog but may be in WLD there is special component?
Size:
Color:
Hardly a special component: the one that pops up when you invoke the ADX is a standard Windows color picker.
Size:
Color:
QUOTE:
no. how to make color picker like in ADX indicator settins for example. I can make button with standart color dialog but may be in WLD there is special component?
I have the answer: this control is
Fidelity.Components.ColorPickerPanelI have now another problem and may be not only I. How to draw text on the pane relative with Bar number (like DrawLine, DrawPoligon etc)? I try to extend WLD code and
WealthLab.WSDrawingObjects namespace but
internal abstract void Render(Graphics g, ChartPane pane, ChartRenderer cr). So what to do now?
Size:
Color:
Until Fidelity releases documentation for these API's, I'm afraid advanced programmers are left to their own devices. Sad, I know.
Size:
Color:
QUOTE:
Until Fidelity releases documentation for these API's, I'm afraid advanced programmers are left to their own devices. Sad, I know.
problem is deeper.
internal restrict access and override methods outside assembly, so may be in higher versions you will change internal to protected? This will be usefull i think.
Size:
Color:
I have extend WealthLab.WSDrawingObjects with new WSDText2 class and now i Can plot Text(wich is attached to bar number and value not X, Y coords) on any pane. Everybody who intrested in my code please write to me (i cant post it here).
Size:
Color:
Why wouldn't you just use AnnotateBar for attaching text above and below a specified bar?
Size:
Color:
QUOTE:
Why wouldn't you just use AnnotateBar for attaching text above and below a specified bar?
sometimes when i plot the result of my calculations on the pane, AnnotateBar will annotate only bar, not group of bars or other figures. But i need annotate MY DRAWINGS not one bar.
For what exist possibility to plot lines/rectangles/circles programmatically if i Can't plot text values which this lines/rectangles/circles represent? Figures are illustrative but, text is informative.
Size:
Color:
Unable to find "Price Volume Distribution" in my current version of WL. Is it still available?
Tried running the C# example...errors
Size:
Color:
1. Copy/paste the
sample code in WL as is. Your code is incomplete so it will not compile.
2. Install
Community Components and restart WLD.
3. Don't use external image hosters, use "Add Attachments" to attach a screenshot (edited your post).
Size:
Color: