Technical analysis (TA) is fundamental to modern trading strategies, relying on indicators like Moving Averages (MA), Relative Strength Index (RSI), and Bollinger Bands. While libraries like TA-Lib provide pre-built solutions, I opted to build our own technical analysis framework in QuantJourney.
I aim to build an extremely fast technical analysis (TA) l…