NAME

GT::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
  • {I:Generic:SignalLength {Signals:Prices:Advance 5}}+1
  • - {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.