Skip to content

Julianj34/Systemic-Flow-Resistance-Index-SFRI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Š Systemic Flow Resistance Index (SFRI)

A novel financial indicator for analyzing capital flow stability and systemic market friction โ€” inspired by fluid dynamics.


๐Ÿš€ What is SFRI?

The Systemic Flow Resistance Index (SFRI) quantifies how efficiently or inefficiently capital flows through a market, similar to how liquids behave under pressure and resistance in fluid mechanics.


๐Ÿง  Concept & Analogy

Financial Market Fluid Dynamics Equivalent
Price Movement Pressure Difference
Trading Volume Flow Rate
Spread (High - Low) Flow Resistance
SFRI Systemic Viscosity Index
  • High SFRI = Capital congestion โ†’ potential volatility or stress buildup
  • Low SFRI = Smooth capital flow โ†’ structurally healthy markets

๐Ÿงฎ Formula

Price Change = df['Close'].diff()
Effective Flow = df['Volume'] * abs(Price Change)
Spread = df['High'] - df['Low']
SFRI = (abs(Price Change) * Spread) / (Effective Flow + epsilon)
SFRI *= 10000  # For better readability

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors