|
symbols_total
Get the number of all financial instruments in the MetaTrader 5 terminal.
symbols_total() |
Return Value
Integer value.
Note
The function is similar to SymbolsTotal(). However, it returns the number of all symbols including custom ones and the ones disabled in MarketWatch.
Example:
import MetaTrader5 as mt5
|
See also