any mql5 programmers here?
-
Hi,
I have made an EA with fxdreema that i would like to upload for selling on the mql5 market place. However, i run into some errors in the automated validation process.
Specifically I need to write a check that only allows further trades or pending orders if current volume is below max allowed volume. I am able to get the max volume allowed per symbol with SymbolInfoDouble and SYMBOL_VOLUME_MAX, but I do not know how to get the current open volume either in open orders or pending orders.
I need to make a condition that only allows positions if current volume is less than max allowed volume.
this is the article explaining the checks that needs to be in place to pass the validation: https://www.mql5.com/en/articles/2555
If anyone thinks they can help me, please hit me a DM.
I will of course compensate you for your time.
-
am new here. i tried playing around with an ea i created with fxdreema , during compiling, i saw this message: "version is incompatible with MQL5 Market, must be xxx.yyy". although it went on to be complied successfully.
-
@Gary-0 And does it work normally?