form in chart
form in chart
27 Aug 2015, 11:07
Hi,
how to bind a form to schedule?
instead:
Form form = new Form(); form.Location = new Point(100, 100);
how to attach to the coordinates of the indicator?
Replies
mfedora
27 Aug 2015, 13:01
RE:
Spotware said:
Dear Trader,
Could you please explain us in more detail what would you like to do?
The x-axis of an indicator is based on time and the y-axis is based on values that may vary based on the indicator.
I want to create in the graphic form. For when you resize the chart, the form also changed. Ie the form must be a child of the schedule.
@mfedora
ClickAlgo
27 Aug 2015, 13:09
Hello mfedora,
Maybe you should be looking at this for custom applications connecting to the Spotware API.
@ClickAlgo
Spotware
28 Aug 2015, 09:44
Dear Trader,
The Indicator class doesn't offer such method. You can see all methods available in the Indicator section of our API reference.
@Spotware
Spotware
27 Aug 2015, 12:52
Dear Trader,
Could you please explain us in more detail what would you like to do?
The x-axis of an indicator is based on time and the y-axis is based on values that may vary based on the indicator.
@Spotware