I Have problem with the Stop orders
EnterLongStop(DefaultQuantity,varC,"EntradaLargo");
EnterShortStop(DefaultQuantity,varV,"EntradaCorto");
Only work correctly one direction for example long orders , however Short orders don´t work correctly.
Whith TraceOrders = true Reason='Invalid order price, please see log tab'
has been ignored. Please search on the term 'Internal Order Handling Rules' in the Help Guide for detailed explanation.
Curiously oposite sequence
EnterShortStop(DefaultQuantity,varV,"EntradaCorto");
EnterLongStop(DefaultQuantity,varC,"EntradaLargo");
the results are that the oposite, work ShortOrder and the Long order don´t work
Thanks

Comment