Skip to content

application of the bellman ford shortest paths algorithm to find arbitrage cycles in currency exchange rates

Notifications You must be signed in to change notification settings

nagyistoce/activequant-arbitrage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The attached program pulls real-time currency exchange rates from Yahoo finance and finds arbitrage cycles. Please note that the program is not intended for use in actual trading (the program ignores both the bid/ask spread and trading costs).

The program uses the queue based Bellman-Ford algorithm to detect negative cycles. Fx rates are converted to logs to enable addition. 

About

application of the bellman ford shortest paths algorithm to find arbitrage cycles in currency exchange rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%