Recent content by kaecan

  1. K

    An Implementation of the ZigZag Algorithm for Technical Analysis of Stock Price Data

    The ZigZag algorithm is used in technical analysis of stock price data to filter out minor movements, thereby identifying major swing lows and highs. Also known as the ZigZag indicator. This particular implementation is written in the C# programming language. Input 1. quotes: Array of stock...
Top