Hi,
my buy and sell orders are appearing on the chart, but I'm getting null values from my orders.
What am I doing wrong?
Thanks
my buy and sell orders are appearing on the chart, but I'm getting null values from my orders.
PHP Code:
nQty = Math.round(50000/open(0));
orderID = Trade.buyMarket({qty: nQty});
PHP Code:
PrintOrder(orderID);
Qty: 5784
FillQty: null
FillPrice: null
Time: null
isStopLimit: false
isStop: false
isLimit: false
isSell: true
isSell: false
isBuy: true
Route: null
Limit: null
Stop: null
Thanks
Comment