Takes two arguments: trend direction and expected trend value
Trend direction: gt (greater, then) or lt (less, then).
Trend value: float number
docker compose run --rm app sh -c "python main.py lt -0.1"
Here the application will send a notification email when the trend reaches down to the value -0.1 or less.