I have an indicator which generates two lists: buy prices list and sell prices list.
I want the strategy to place a buy limit order and a sell limit order at the closest price of each list.
It would have been pretty easy if I could use the Managed order placing approach but I think that placing two opposite working orders is not allowed. I got an error when I ran it.
From the other hand, switching to Unmanaged approach will take a lot of effort in learning and coding it.
Any suggestions?

Comment