I am using eSignal11 and this command in efs:
buyMarket(getSymbol(),1000);
flags an error:
buyMarket: symbol not in dictionary.
The trace of getSymbol() is EUR A0-FX
What’s going on here?
The snippets in the EFS Glossary show this should work fine?
Thanks,
Clint
buyMarket(getSymbol(),1000);
flags an error:
buyMarket: symbol not in dictionary.
The trace of getSymbol() is EUR A0-FX
What’s going on here?
The snippets in the EFS Glossary show this should work fine?
Thanks,
Clint
Comment