I'm trying to add custom elements either to the chart trader window or an additional grid like the chart trader.
So far I'm able to create them, manage the layout and utilize buttons which trigger functions.
What I'm not able to do are dynamic TextBlocks. This is probably something simple, but I can't figure out how to update TextBlocks. The variables used for the text content are only read on creation and when I keep a reference to the TextBlock elements, i.e. as a variable, any time I try to change the textcontent or any other attribute the strategy terminates without any error.
A second question I have: How can I implement numeric input fields? I've seen people use the quantity selector. Is this the only solution for it? If so, how can I use them? Ideally I'd like to have a numeric input field similar to the ones created for properties.

Comment