|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
A public method allowing opening of Indicator Panel |
kurak777
|
Post subject: A public method allowing opening of Indicator Panel |
Post rating: 0
|
Posted: Tue 02 Oct, 2012, 22:05
|
|
User rating: 7
Joined: Fri 13 Jan, 2012, 20:49 Posts: 94 Location: Poland, Warsaw
|
Hello,
Posts I am referring to were strictly on programming topic.
Maybe I was not clear enough so I will try again.
Current situation is as follows: 1. I open a chart from IStrategy class: iChart=context.openChart(feedDescriptor); 2. I add an indicator to the chart: iChart.addIndicator(indi.getIndicator("MACD"), new Object[] { 9, 26, 12 });
As a result I have a chart with MACD indicator opened. Now, when I click right mouse button on indicator sub chart I am able to open Indicator Panel, where I can select any indicator, choose parameters and add it to currently open chart.
My questions are: * is there a public method in the API allowing opening of Indicator Panel directly from the code? * if not, is it possible to add such method to the API?
best regards, kurak
|
|
|
|
 |
API Support
|
Post subject: Re: A public method allowing opening of Indicator Panel |
Post rating: 0
|
Posted: Thu 04 Oct, 2012, 14:43
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|