is it possible to get this info using fxdreema?
-

While waiting for the big boss to resolve/check some issue, i look into something i had in mind: i hope to build in some kind of function for my ea and ask if current function from fxdreema can extract info (just like account name, equity etc) from any forex pair? -
You can try it with a MQL5 function
https://www.mql5.com/en/docs/constants/environment_state/marketinfoconstants#enum_symbol_swap_mode
-
i will trial and error as i dont know coding

-
You don't need to know too much coding. With fxDreema, most of what you need is easy to code.



-
About the last post ^^, those functions (SymbolInfoDouble and so on) can be written directly into those input fields (Value -> Numeric), there is no need of variables
-
HI,
I've try by requesting SYMBOL_VOLUME_MIN and SYMBOL_VOLUME_STEP for MQL5 and returns all the time the same values 34 and 36 no matter of currency.
Also the syntax included into Custom MQL Code not works.