For the complete documentation index, see llms.txt. This page is also available as Markdown.

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