The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Chart::Series::GT -- ...

SYNOPSIS

 use App::Chart::Series::GT;
 my $series = App::Chart::Series::GT->new ('I:SMA', $parent);

CLASS HIERARCHY

    App::Chart::Series
      App::Chart::Series::GT

DESCRIPTION

A App::Chart::Series::GT series applies a GeniusTrader indicator or average to a given series. You must have GeniusTrader available to use this, see

FUNCTIONS

App::Chart::Series::GT->new ($gt_type, $parent, $arg...)

...

SEE ALSO

App::Chart::Series, GeniusTrader, App::Chart::Series::TA