Day 7: Plotting PDL data in the browser using Javascript

Introduction

In a previous post we saw how to create a trading strategy using PDL::Finance::TA and PDL with Perl.

You may have noticed that I used PDL::Graphics::Gnuplot to do the plotting there. This module requires the user to install Gnuplot on their desktop or server, which may be a limitation in some use cases.

Continue reading Day 7: Plotting PDL data in the browser using Javascript...

Day 6: How to use PDL::Finance::TA to develop a trading strategy

Introduction

So you are a Perl developer and you see a lot of people make money on the stock market and think you could do that too. You could use third party tools provided by the trading platforms, you could use Python with its various related tools, you could use R with its RQuantLib, you could do C++ with quantlib and other similar methods. Maybe you want to use machine learning on the stock price data, or want to just gamble by guessing or following the herd. TIMTOWTDI applies here.

Continue reading Day 6: How to use PDL::Finance::TA to develop a trading strategy...