Hi, Quants !

I tried to list all of the open order from live (demo) OANDA account for checking that there is no any order around this (current price) to open new order. But, self.Transactions.GetOpenOrders() always return [] (Empty List). Also, OrdersCount didn't count the order that opened before running an algorithm.

Any idea to deal with it? 

Thankyou

Author