- ago
I create a complex indicator for WL. I want to show some detailed information in the *Tooltip* of the indicator.

Currently WL shows the Tooltip as set in the first (parameterless) constructor.

With my new indicator there is much more interesting information available in the second constructor (with indicator parameters) which results form the current parameter values..

#Feature Request: Show the text set in the second constructor "this.Tooltip" in the Indicators Tooltip after the indicator is plotted in a chart.
2
313
Solved
3 Replies

Reply

Bookmark

Sort
- ago
#1
I just discovered that the second constructor gets never called in the scenario mentioned above.

So probably IndicatorBase.Tooltip shoud be a virtual string property.
0
- ago
#2
I just discovered, that some

CODE:
public override void Populate() { Tooltip = "My very fancy and detailed information"; ...


will do the job.

So please change this #Feature Request to:

Please document the Tooltip possiblities in Indicator API.


1
- ago
#3
QUOTE:
Please document the Tooltip possiblities in Indicator API.

Will do, thanks.
1
Best Answer

Reply

Bookmark

Sort