Page 1 of 1

core.host:execute ("setStatus", txt)

PostPosted: Tue Mar 04, 2014 10:02 pm
by moomoofx
Hi,

Small request - is it possible to have something like setStatus similar for strategies please?

I have a strategy that dynamically enables and disables trading depending on market conditions. I would love it if I could setStatus for a strategy to add a little bit of information such as if it is active or not. I don't mind if this is only visible on the chart for the instrument that the strategy is running on.

At the moment, I write the necessary info to core.host:trace() so it isn't urgent but that trace window can become quite noisy sometimes.

Thanks,
MooMooFX

Re: core.host:execute ("setStatus", txt)

PostPosted: Tue Mar 04, 2014 11:01 pm
by Valeria
Hi moomoofx,

Thank you for the suggestion. It is forwarded to the developers and added to the wish-list.

Re: core.host:execute ("setStatus", txt)

PostPosted: Wed Mar 05, 2014 3:28 am
by moomoofx
Thanks Valeria.