Python script for discord alerts when price new high/low of X minutes, plus RSI (Budget $200)
Budget: $30 – $250 USD
the broker has an API, 10 charts can be subscribed
changeable settings:
high low: 90 (alert when new high/low of last X minutes)
chart length: 300 (minutes)
candle: 60 (seconds)
rsi period: 7
rsi levels: 30, 70
trigger: and / or (if one or both of rsi and highlow have to trigger for alert)
alert times: 3-20, 33-50 (hourly alert times)
breaks: 3 (after alert X minutes no alerts for this asset)
assets: 1, 100, etc (need full list of assets in script, id and name)
{If there's anything you would like to write or handle in a different way, let me know}
# discord alert text: Tesla 18 1:34 (asset name + RSI + hh:mm time to last higher/lower price)
# reply on discord with any setting and number = changing setting (example: „high low: 100“ changes setting accordingly)
budget: $200
any questions?
changeable settings:
high low: 90 (alert when new high/low of last X minutes)
chart length: 300 (minutes)
candle: 60 (seconds)
rsi period: 7
rsi levels: 30, 70
trigger: and / or (if one or both of rsi and highlow have to trigger for alert)
alert times: 3-20, 33-50 (hourly alert times)
breaks: 3 (after alert X minutes no alerts for this asset)
assets: 1, 100, etc (need full list of assets in script, id and name)
{If there's anything you would like to write or handle in a different way, let me know}
# discord alert text: Tesla 18 1:34 (asset name + RSI + hh:mm time to last higher/lower price)
# reply on discord with any setting and number = changing setting (example: „high low: 100“ changes setting accordingly)
budget: $200
any questions?