EnterLong(Long1aQTY,"Long 1a");
ExitLongStop(TRLLong1aseries[0],"Limit Exit Long 1a","Long 1a");
Yet its being rejected
The log screen is telling me there is no position to exit, but I have tied in the names?
Where is my error, I understand
14/05/2008 21:15:00 Entered internal PlaceOrder() method at 14/05/2008 21:15:00: BarsInProgress=0 Action=Buy OrderType=Market Quantity=10 LimitPrice=0 StopPrice=0 SignalName='Long 1a' FromEntrySignal=''
14/05/2008 21:15:00 Entered internal PlaceOrder() method at 14/05/2008 21:15:00: BarsInProgress=0 Action=Sell OrderType=Limit Quantity=0 LimitPrice=1369.00 StopPrice=0 SignalName='Limit Exit Long 1a' FromEntrySignal='Long 1a'

Comment