form in chart

Created at 27 Aug 2015, 11:07
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MF

mfedora

Joined 27.02.2015

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?


@mfedora
Replies

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

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.

https://connect.spotware.com/


@ClickAlgo

mfedora
27 Aug 2015, 14:53

RE:

Paul_Hayes said:

Hello mfedora,

Maybe you should be looking at this for custom applications connecting to the Spotware API.

https://connect.spotware.com/

Thank you. I'll see.

And not on the topic:

I understand there is no function DeInitialize() in the warning indicator?


@mfedora

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