Symbols

 
Hi,
do the symbols have enumeration values?
Thanks,
Ernst
 
for symbols enumerated in ObjectArrow menu only
SYMBOL_LEFTPRICE - 5,
SYMBOL_RIGHTPRICE - 6,
SYMBOL_THUMBSUP - 67,
SYMBOL_THUMBSDOWN - 68,
SYMBOL_ARROWUP - 241,
SYMBOL_ARROWDOWN - 242,
SYMBOL_STOPSIGN - 251,
SYMBOL_CHECKSIGN - 252
 
if you want to use the indicator of one symbol in another chart say for instance USDJPY in EURJPY is this correct:
iMACD("USDJPY",PERIOD_M30,FastEMA,SlowEMA,SignalSMA,PRICE_CLOSE,i)
 
sorry i didn't understand. mismatch between symbol-arrow and symbol-instrument.
symbols-instruments have not enumeration. what You see in the market watch window that You need to use in your experts
 
cool thanks Slawa
Reason: