-
-
15 Mar 2020 08:38:27 UTC
- Distribution: App-Chart
- Module version: 269
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (0)
- Testers (126 / 0 / 3)
- Kwalitee
Bus factor: 1- License: gpl_3
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (927.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Kevin Ryde
- Dependencies
- Class::Singleton
- Class::WeakSingleton
- DBD::SQLite
- DBI
- DBI::Const::GetInfoType
- Date::Calc
- Date::Parse
- Encode::Locale
- File::HomeDir
- File::Slurp
- File::Spec
- File::Temp
- Glib
- Glib::Ex::ConnectProperties
- Glib::Ex::FreezeNotify
- Glib::Ex::ObjectBits
- Glib::Ex::SignalBits
- Glib::Ex::SignalIds
- Glib::Ex::SourceIds
- Glib::Object::Subclass
- Gtk2
- Gtk2::Ex::ActionTooltips
- Gtk2::Ex::AdjustmentBits
- Gtk2::Ex::CrossHair
- Gtk2::Ex::Datasheet::DBI
- Gtk2::Ex::DateSpinner
- Gtk2::Ex::DateSpinner::CellRenderer
- Gtk2::Ex::Dragger
- Gtk2::Ex::EntryBits
- Gtk2::Ex::ErrorTextDialog
- Gtk2::Ex::ErrorTextDialog::Handler
- Gtk2::Ex::GdkBits
- Gtk2::Ex::History
- Gtk2::Ex::History::Action
- Gtk2::Ex::KeySnooper
- Gtk2::Ex::Lasso
- Gtk2::Ex::ListModelConcat
- Gtk2::Ex::MenuBits
- Gtk2::Ex::MenuView
- Gtk2::Ex::NoShrink
- Gtk2::Ex::NumAxis
- Gtk2::Ex::PixbufBits
- Gtk2::Ex::Statusbar::Message
- Gtk2::Ex::Statusbar::MessageUntilKey
- Gtk2::Ex::TableBits
- Gtk2::Ex::TextBufferBits
- Gtk2::Ex::TextView::FollowAppend
- Gtk2::Ex::TickerView
- Gtk2::Ex::TreeModel::ImplBits
- Gtk2::Ex::TreeModelBits
- Gtk2::Ex::TreeModelFilter::Change
- Gtk2::Ex::TreeModelFilter::Draggable
- Gtk2::Ex::TreeViewBits
- Gtk2::Ex::Units
- Gtk2::Ex::WidgetBits
- Gtk2::Ex::WidgetCursor
- Gtk2::Ex::WidgetEvents
- Gtk2::Pango
- HTML::Form
- HTML::LinkExtor
- HTML::TableExtract
- HTML::TreeBuilder
- HTTP::Cookies
- HTTP::Message
- HTTP::Request
- IO::String
- JSON
- LWP
- LWP::UserAgent
- Lisp::Printer
- Lisp::Reader
- Lisp::Symbol
- List::MoreUtils
- Locale::Messages
- Locale::TextDomain
- Math::Round
- Module::Find
- Module::Pluggable
- Module::Util
- Number::Format
- POSIX::Wide
- PerlIO::via::EscStatus
- PerlIO::via::EscStatus::Parser
- PerlIO::via::EscStatus::ShowAll
- PerlIO::via::EscStatus::ShowNone
- Proc::SyncExec
- Regexp::Common
- Regexp::Tr
- Set::IntSpan::Fast
- Software::License::GPL_3
- Spreadsheet::ParseExcel
- Spreadsheet::ParseExcel::Utility
- Text::Glob
- Tie::Cache
- Tie::IxHash
- Tie::TZ
- Time::HiRes
- Time::Local
- Time::TZ
- URI::Escape
- URI::file
- constant::defer
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::Chart::Series::Database -- symbol data series from database
SYNOPSIS
use App::Chart::Series::Database; my $series = App::Chart::Series::Database->new ('BHP.AX');
CLASS HIERARCHY
App::Chart::Series App::Chart::Series::OHLCVI App::Chart::Series::Database
FUNCTIONS
$series = App::Chart::Series::Database->new ($symbol)
-
Return a series object which is the OHLCVI data for
$symbol
from the database.If the database changes then
new()
should be called again to get a new object with new values, date range, etc.
SEE ALSO
HOME PAGE
http://user42.tuxfamily.org/chart/index.html
LICENCE
Copyright 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Kevin Ryde
Chart is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Chart is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Chart; see the file COPYING. Failing that, see http://www.gnu.org/licenses/.
Module Install Instructions
To install App::Chart, copy and paste the appropriate command in to your terminal.
cpanm App::Chart
perl -MCPAN -e shell install App::Chart
For more information on module installation, please visit the detailed CPAN module installation guide.