Linux Engineer. Aspiring developer. Prone to shenanigans and hacking other people's things. I own too many guitars. Linkedin: https://www.linkedin.com/in/mariusdebeer/
Still figuring that out.
But so far:
- Sell if stop-loss of 3% is reached on any open position.
- No more than 5 open positions (set via .env file so can be anything)
- Trade hourly (polls prices every 15 seconds so stop-loss sell not tied to this timeline)
- Sell if price drops more than 3% while still profitable. (ie, if price jumps 20% from buy, then starts dropping, will sell to keep profit)
This creates a new open position which can be used to buy something else based on pricing.
Thoughts?