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:
- Indicators: Money Manager Graphic Tool - MQL5.community traders' Forum - Page 5
- 'Money Manager Graphic Tool' indicator by 'takycard'
Credit goes to @whroeder1 and @takycard respectively!
Ok thanks :)
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!