Tag Archives: perl

Average Price Script 0.0.1

This entry is part 1 of 2 in the series Average Price Script

So I made a small Perl script again. The script polls data from Google Finance and calculates the average price for a given symbol. The first parameter of the script is the Google Finance symbol that starts with the name [...]

Share
Posted in programming | Tagged | Leave a comment

There is more than one way to get data

This entry is part of 17 in the series Numpy Strategies

Numpy Strategies 0.0.1
Happy Halloween, everybody! So the plan for today is

Get as much historical data as possible.
Filter the data with a market scanner.
Profit!!!

Data retrieval
This week I had fun retrieving data with Perl. The script I made, reads a file with [...]

Share
Posted in programming | Tagged , , , | Leave a comment