Hi there,

I want to create two different orders of EURUSD, and then liquidate the second one. Why doesnt the following code work?

ticket1 = self.MarketOrder("EURUSD",1000)

ticket2 = self.MarketOrder("EURUSD",1000)

ticket2.Liquidate()

If you have multiple MarketOrders, how do you liquidate individual orders? Thanks

 

Author