Indicators
Indicators
Compare Price (price)

Compare Price (price)

def price(value: NDArray[Shape["*", Float]]) -> NDArray[Shape["*"], Float]:
    """
    Compare Price
    Inputs: value(ohlc)
    Options: 
    Outputs: price
    """
    pass

The Compare Price indicator requires 1 input and 0 option parameters.

This indicator returns 1 outputs

Inputs

  • value - a numpy.array of numpy.float64

Options

No option

Outputs

  • price