package strategy // IExchangesSigStrategy 多交易所策略 type IExchangesSigStrategy interface { ISigStrategy } // IExchangesIntervalsStrategy 多交易所多周期策略 type IExchangesIntervalsStrategy interface { ISigStrategy }