Amount Threshold Index

The Amount Threshold Index function in Origami Tech identifies liquidity zones in order books, helping optimize trade entry and execution logic.

amount_threshold_index(threshold: Decimal, amounts: list[decimal]) -> decimal|None

Example:

Last updated