m_symbol.Bank() Not working ?

 

hi everyone, hope you're well 🙂

I am testing the functions of the CSymbolInfo class , I notice that the Bank() function does not show me anything, do you know why

 string bank = m_symbol.Bank(); 

Print ( "Bank : " , bank);    

I can display other values such as the minimum stop loss and the swap, but not the bank,

Best Regards,
ZeroCaffeine.

Documentation on MQL5: Standard Library / Trade Classes / CSymbolInfo
Documentation on MQL5: Standard Library / Trade Classes / CSymbolInfo
  • www.mql5.com
CSymbolInfo - Trade Classes - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Only a few of my brokers implement the SYMBOL_BANK property. Most just leave it blank.
 
Fernando Carreiro #:
Only a few of my brokers implement the SYMBOL_BANK property. Most just leave it blank.
Tks you 😊