2
votes
Technical analysis with FreePascal and TA-lib
Leonardo's blog
– As the home page explains, TA-Lib is a C++ library widely used by trading software developers requiring to perform technical analysis of financial market data. It Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, and Candlestick pattern recognition.The library was written in C++, but its developers made a very intelligent decision by creating a C wrapper, to allow other languages interact with it. Here I'll show an example of how you can calculate Bollinger Bands using this library and FreePascal.Let's download and uncompress the library.cd ~/wget ...
Statistics
|
Visits by Source |
User Actions |



