Hi,
Is there a way to get symbol of current commodity on chart inside my indicator code?
for example – if I am on EURUSD chart, how do I get “EURUSD” symbol inside prorealtime code?
Or is there a way to know current charts pip decimal, i.e for EURUSD 0.0001 and EURJPY 0.01 ?
Is there a way to get symbol of current commodity on chart inside my indicator code?
Not possible to get this information in the programming language sorry ..
is there a way to know current charts pip decimal
Yes! with pipsize
Perfect!!! thanks Nicolas, that is what I am looking for”pipsize”