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 Finance::Quant; use Time::HiRes qw(usleep);

# GETS ONE

my ($symbol,$self,$recommended,$home) = ('GOOG',undef,undef,undef,{});
       
#single custom symbol
$self = Finance::Quant->new($symbol);

$home = $self->Home($self->{config});

#search data 
my $textbuffer = $self->do_dir_search($symbol);

print Dumper [$symbol,$self,$home,$textbuffer];

RECOMMENDED

# GETS ALL 
my $self = Finance::Quant->recommended;


print Dumper [$self->{config}];


my $home = $self->Home($self->{config});

print Dumper [$self->{config}];


print Dumper [$self,$home];

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.