LeviathanLevi / Coinbase-Pro-Crypto-Trading-Bot-CrypFinder

This is a crypto trading bot made in NodeJS that uses the coinbase pro API.
156 stars 55 forks source link

Stop loss #23

Open jdphenix opened 3 years ago

jdphenix commented 3 years ago

Implement a stop loss. I think it would be sufficient to watch a configurable factor then selling if that loss is reached, and implementing a configurable toggle that enables the bot to continue running if it sells at a loss.

I can implement this if it makes sense from a trading perspective.

LeviathanLevi commented 3 years ago

I'd be interested to see it in action 👀

justinknight93 commented 3 years ago

Submitted a pull request for a simple static stop loss. I'd like to make a trailing stop loss in the future when I have more time.