NAME

Finance::Qunat::Home - Generic envirorment for Qunatitative Analysis in finance

SYNOPSIS

DESCRIPTION

Basic structure to start qunatitative reasearch in finance

providing

historycle directory structure
Fresh symbols
More symbols
raid of Institutional Brokers Estimate System - for full strong buy Analysis
Time-series envirorment
R quantstrat plotting sandbox
R back-test sandbox

enjoy
 

EXPORT

None by default.

More

use strict;
use warnings;
use Data::Dumper;
use threads;
use Thread::Queue;

my $q = Thread::Queue->new();    # A new empty queue

# Worker thread
my $thr = threads->create(sub {
                            while (my $item = $q->dequeue()) {
                                # Do work on $item
                            }
                         })->detach();

SEE ALSO

Finance::Google::Sector::Mean Finance::NASDAQ::Markets

AUTHOR

Hagen Geissler

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Hagen Geissler

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.