Good Morning All,
I have a question regarding Trade.buy (etc) and setting the variable orderid. If I have the code do this:
var orderid = Trade.buyLimit(limitPrice, sSymbol, nQty);
will this line then send out an order while I give orderid that value?
Muchas gracias
I have a question regarding Trade.buy (etc) and setting the variable orderid. If I have the code do this:
var orderid = Trade.buyLimit(limitPrice, sSymbol, nQty);
will this line then send out an order while I give orderid that value?
Muchas gracias
Comment