public ZigZag(MultiTimeFrameZigZag indicator, TimeFrame tm, int depth, int dev, int back, bool showHist) { m_indicator = indicator; m_depth = depth; m_deviation = dev; m_backStep = back; m_showHistory = showHist; m_type = 0; m_low = m_high = 0; Initialize(tm); }