Announcement

Collapse
No announcement yet.

symbol AUDJPY@GAIN A0-FX isn't mapped

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • symbol AUDJPY@GAIN A0-FX isn't mapped

    Hi,
    I am testing a code on esignal paper trading, sometimes the code works fine but sometimes it gives following error "symbol AUDJPY@GAIN A0-FX isn't mapped" . The fact that sometimes it works and sometimes it does not confuses me.

    After my code logic I use
    closePosition(getsymbol());
    buyMarket(getSymbol(), 1);
    sellStop(getSymbol(),1,vStop);

    Thanks
    KayDee

  • #2
    Ok, I had mapping issues, and need to get it right. Can anyone tell me how to change the order defaults mapping or how to delete and re create auto mapping or delete the aliases created after auto mapping.

    Comment

    Working...
    X