Ekliptor / WolfBot

Crypto currency trading bot written in TypeScript for NodeJS
https://wolfbot.org
GNU Affero General Public License v3.0
710 stars 215 forks source link

Fix open orders sync for non strategy groups #104

Closed rabinage closed 3 years ago

rabinage commented 3 years ago

pendingOrder.strategy.onSyncOpenOrders() is not be reachable when strategyGroup is initiated. This leads to non-group strategies not having their open orders synced.

Ekliptor commented 3 years ago

merged it. thx for your contribution