Degiro trailing stop script.
- Pipenv
Run pipenv install and then pipenv run main.py.
# .env
DEGIRO_USERNAME = ""
DEGIRO_PASSWORD = ""
DEGIRO_INT_ACCOUNT = ""
{
"check_time": "4PM,10PM",
"check_interval": "2h0m",
"operations_interval": 2,
"7201951": { # Degiro stock ID
"name": "PayPal Holdings Inc",
"percentage": 0.0,
"active": false # If you need to run tasks on this stock
}
}See UNLICENSE for details.