Needed some functions information
Needed some functions information
26 Feb 2018, 12:33
Hello everyone,
I need to know equivalent function for the following
function from mql4
1. MarketInfo(Symbol, MODE_SWAP)
2. MarketInfo(Symbol, MODE_STOPLEVEL)
3. How to calculate stoplevel of an account?
4. How to check account is live or demo?
5. How to calculate margin maintainence?
Please suggest me, that will be great help from you all.
If you face any issue in my question, please ask.
Thanks in advance,
Abhishek
Replies
PanagiotisCharalampous
27 Feb 2018, 09:17
Hi abhishek,
Do you mean bid/ask prices? You can get them using Symbol.Bid and Symbol.Ask properties.
Let me know if this is what you were looking for
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2018, 14:21
Hi abhishek,
See below
Let me know if the above answer your questions,
Best Regards,
Panagiotis
@PanagiotisCharalampous