vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
521 stars 281 forks source link

MT4 Can I get the symbol path? #172

Open NAW3933 opened 5 years ago

vdemydiuk commented 4 years ago

Use function public string SymbolInfoString(string name, ENUM_SYMBOL_INFO_STRING propId) with parameter propId = ENUM_SYMBOL_INFO_STRING.SYMBOL_PATH

NAW3933 commented 4 years ago

I did find out in the end but many thanks for your response