Check indicator latest signal

The Check indicator latest signal node checks the signal computed for the latest data point of a technical analysis indicator.

Inputs

  • indicator_data [Optional]:

    • description: The object containing the computed technical indicator data points and the relative signals.

    • allowed types: IndicatorData

    • default value: None

Output

  • description: True if the latest signal value is 1, False if the latest signal value is 0.

  • type: True/False

Tags

  • crypto

  • technical analysis

Last updated