Real-Time Fraud Detection in Cryptocurrency Trading

Cryptocurrency trading is very popular but often targeted by fraud due to its unregulated nature. Real-time fraud detection is crucial to protect investors and keep the market trustworthy. This post will explore how to use the Isolation Forest algorithm to detect fraudulent activities in cryptocurrency markets.

May 20, 2024 · 4 min · Miah Md Shahjahan

VWAP Outlier Detection: The Ultimate Trading Benchmark

In financial trading, having reliable benchmarks and strategies is essential for success. One such crucial benchmark is the Volume Weighted Average Price (VWAP). This post will explore how to detect outlier using Inter quartile Range (IQR) Method.

May 16, 2024 · 3 min · Miah Md Shahjahan

Detecting Arbitrage in Trading Using Graph Theory

In financial markets, arbitrage is the practice of taking advantage of a price difference between two or more markets. It is a way to make a profit by simultaneously buying and selling an asset in different markets. This post will explore how to use graph theory to detect arbitrage opportunities using the Bellman-Ford algorithm.