How do I read the order size from one click trading panel?

 

Is there a way to read the order size from the market order window?

 

Here's an image: 

 

 

I want to figure out the currently entered Lot Size parameter (encircled in blue) for the next market order programmatically, so i can develop an indicator which displays risk and reward levels accordingly :)

 

Thanks!

 
RichPiano: Is there a way to read the order size from the market order window? I want to figure out the currently entered Lot Size parameter (encircled in blue) for the next market order programmatically, so i can develop an indicator which displays risk and reward levels accordingly :)

You can't access that information programmatically, but you can develop your own panel, like the following GUI:

Credit goes to @whroeder1 and @takycard respectively!

 
Ok thanks :)
Reason: