Change Global Variables Values And Display In Inputs Box?

 
I've got an EA with an enum where you select which strategy you want the EA to trade and it will use pre-configured settings I have within the code for TP, SL etc... Problem is you can't see the settings that are being used unless I display them on chart. Is there a way to update the values in the global inputs dialogue box when you select a different enum?
 
thili55:
I've got an EA with an enum where you select which strategy you want the EA to trade and it will use pre-configured settings I have within the code for TP, SL etc... Problem is you can't see the settings that are being used unless I display them on chart. Is there a way to update the values in the global inputs dialogue box when you select a different enum?
Not possible.
 
Or use something like control box and use object edit.
Reason: