Package com.quantfinlib.indicators


package com.quantfinlib.indicators
Technical analysis engine: Indicators (21 batch indicators over primitive arrays, NaN warm-ups) and StreamingIndicators (O(1)-per-tick incremental versions for live/HFT strategies). The two are verified bit-identical by parity tests, so a strategy backtested on batch arrays behaves exactly the same running live on streaming updates.