This method based on decomposing signal (natural analog signals or artificial stock pricing in that case) into Intrinsic Mode Functions (IMF)
-
Clone the repo
git clone https://github.com/Andy666Fox/emd_traiding.git -
Check and install requiered dependencies
uv/pip install -r requirements.txt -
There may be problems installing the price_loaders package which is responsible for getting data from tradingview. In this case, you can drag it from here https://github.com/batprem/price-loaders
-
Entry point is get_data_slope() function with ticket argument
get_data_slope("BTCUSDT")
If that doesn't work, the source code includes nginx configs and the configuration for each service. There's nothing particularly buggy there, so I'm almost certain everything will run without a hitch.
- Easy data loading
- Ability to customize IMF level
- A negative slope value indicates a downward price movement, and the opposite is also true.

