Managed method:
Orefs.oe1=EnterLongLimit(0,true,20000,Orefs.op,"Shortf" + Scon);
Unanaged method: Orefs.oe1=SubmitOrder(0, OrderAction.Buy, OrderType.Limit,20000,Orefs.op,double stopprice, "ocoID"+ Scon,"Shortf" + Scon);
1. What is the difference between “double LimitPrice” and “double StopPrice”When I go Long/Short I use “LimitPrice” only and if I want to exit I have to use “StopPrice” only with unused item should be given 0 value. Am I right?
2. What does the “string Name” does? Is it the “fromEntrySignal name”?
3. Can I link more than two orders with one "OCOID"?
4. Can we submit ProfitLimit and StopLimits before market execution (OnExecution)?
Regards,

Comment