constructor(coordinateCalculator, candleSticks, graphs) {
    super();
    this.coordinateCalculator = coordinateCalculator;
    this.candleSticks         = candleSticks;
    this.graphs               = graphs;