I can Paper Trade Forex from the PT dialog boxes, but not getting and response to the PT function calls within EFS. No EFS errors, but no trades show up on the Broker window.
I'm instantiating the PT onbect per the doc'n:
var oPTB = new PaperTradeBroker();
sPaperTradeSymbolEFS = getsymbol();
vPaperTradePositionEFS = 100000;
oPTB.Buy(sPaperTradeSymbolEFS, vPaperTradePositionEFS, PaperTradeBroker.MARKET);
Any thoughts? Thanks in advance...
I'm instantiating the PT onbect per the doc'n:
var oPTB = new PaperTradeBroker();
sPaperTradeSymbolEFS = getsymbol();
vPaperTradePositionEFS = 100000;
oPTB.Buy(sPaperTradeSymbolEFS, vPaperTradePositionEFS, PaperTradeBroker.MARKET);
Any thoughts? Thanks in advance...
Comment