What strategies can I use to build an algorithmic trading system that detects sudden volume spikes and uses these spikes to trigger trades, while avoiding false signals, in Fintechee's SDK?

What strategies can I use to build an algorithmic trading system that detects sudden volume spikes and uses these spikes to trigger trades, while avoiding false signals, in Fintechee’s SDK?

Developing a volume spike strategy involves setting volume thresholds, filtering out noise.

Creating algorithms that initiate trades when volume spikes occur, using additional confirmation signals.