Hi,
Quote:
it should just submit pending orders ( sell or buy) every time a "trade event" of a opened order comes.
I saw that you worked on trade event start point but you need to know that the trade point start is triggered every time any message related to order/position submit is made including order creation, execution, change, cancellation. so basically you need to filter out the nature of the message if you don't need you conditions to be executed on any message that comes.
Can you please explain in details what are you expecting from the strategy to do ?
Thanks