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
- anumpy.array
ofnumpy.float64
Options
No option
Outputs
price