Comment on NEST Plus Registration and Installation
I am using it in Matlab. I am able to use PlaceOrder and Modifyorder without any problem but stuck with GetOrderStatus in Matlab as it doesnot give any output.
As per AMibroker: Should I use
Plus_GetOrdStatus(“refno”,”complete”,1,100)
1. Does this 2nd parameter as “Complete” correct or not? If not, what should be written?
2. Does third parameter i.e. quantity is no of shares we used in placeorder() ?
3. Does 4th parameter is the price which has been used in Placeorder() originally?