Page 1 of 1

GUI elements for indicator

PostPosted: Sat Sep 12, 2015 8:17 am
by nektomk
Is it possible to add GUI items (button or input field) to the indicator / strategy?
In order that the user can change parameters "on the fly", and controls the operation of the program

Re: GUI elements for indicator

PostPosted: Tue Sep 15, 2015 1:35 am
by Julia CJ
Hi Nektomk,

Unfortunately, it is impossible to do so. In part, this can be realized through:

public method host:execute("addCommand", ...)
and
public method host:execute("prompt", ...)

+ChangeParameters().

The last point is only for strategies.

Re: GUI elements for indicator

PostPosted: Sat Oct 03, 2015 6:25 pm
by georget11
Hi Julia, it's possible to add simple elements like buttons.
At least, by including and using DLLs.

Re: GUI elements for indicator

PostPosted: Mon Oct 05, 2015 12:24 am
by Julia CJ
Hi Georget,

Thank you for your suggestion.
I will add the feature to the wish-list.