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

NAME

Finance::GeniusTrader::Indicators::Generic::Eval - Evaluate the given expression

DESCRIPTION

This indicator evaluates the expression given via its argument. Any indicator is replaced by its current value.

Example of accepted argument list :

int({I:RSI})
1+1
{I:Generic:SignalLength {Signals:Prices:Advance 5}}+1
100 - {I:RSI 10} * 2

The argument list is treated via perl's eval function so any standard perl code may be accepted ... but it's only meant for simple single expression.