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...