/** wipes all data */
  public void wipeAll() {

    // wipes all

    dataset1.removeAllSeries();
    x1 = new TimeSeries("symbol", FixedMillisecond.class);
    dataset1.addSeries(x1);

    current = new Candle();

    candletime = -1;
    hld.wipe();
  }