public void Test_SearchShareDayTicker()
        {
            var tickerLast = new TickerBLL(_unit).GetLastTicker(1585, null);

            IndicatorBLL iBLL = new IndicatorBLL(_unit);

            if (tickerLast != null)
            {
                iBLL.SearchShareDayTicker(tickerLast.TradingDate, tickerLast.TradingDate);
            }
        }