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

NAME

Finance::GeniusTrader::Indicators::Generic::MinInPeriod - Calculate a mimimum

DESCRIPTION

This indicator calculates the minimum 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 minimum will be calculated with the last <number> days. In the second case it will be the minimum 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 LOW}
"2005-04-05 14:30:00" {I:Prices LOW}

1 POD Error

The following errors were encountered while parsing the POD:

Around line 54:

Expected text after =item, not a number