Specifications of a symbol

 

Hi,

 

for a symbol from the market watch list (which I retrieve by "SymbolName") I would like to print two different types of information:

1) the symbol's full name (for example not "EURAUD" but "Euro vs Australian Dolle" as can be found in the Specification window)

2) The margin that my broker uses for this symbol when the value is bought (like 5%)

Which functions should I use to get this data?

Best,

Chris 

 
zubr:

Hi,

 

for a symbol from the market watch list (which I retrieve by "SymbolName") I would like to print two different types of information:

1) the symbol's full name (for example not "EURAUD" but "Euro vs Australian Dolle" as can be found in the Specification window)

2) The margin that my broker uses for this symbol when the value is bought (like 5%)

Which functions should I use to get this data?

Best,

Chris 

See documentation :
SymbolInfoString(_Symbol,SYMBOL_DESCRIPTION);
SymbolInfoDouble(_Symbol,SYMBOL_MARGIN_LONG);