The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::GeniusTrader::Indicators::Generic::MaxInPeriod - Calculate a maximum

DESCRIPTION

This indicator calculates the maximum of any serie of data in the last XX days or since a given date.

PARAMETERS

Number of days / date

You can specify either a number or a date. In the first case the maximum will be calculated with the last <number> days. In the second case it will be the maximum since the given date.

Data

This is the data to use as input. If you don't specify anything, the closing price will be used by default.

Example of accepted argument list :

10 {I:RSI}
2005-01-03
5
2005-04-05 {I:Prices HIGH}
"2005-04-05 14:30:00" {I:Prices HIGH}

1 POD Error

The following errors were encountered while parsing the POD:

Around line 54:

Expected text after =item, not a number