Skip to content

Trading bot to place order when price is bellow target for Kraken exchange.

License

Notifications You must be signed in to change notification settings

LabZoneSK/stop-loss-bot

Repository files navigation

About

This is simple bot to place sell order on Kraken exchange when price drops to configured target. It creates "safety net" to prevent you loss more than you want.

The logic is following:

  • Check target price for each currency
  • If current price is below target, place sell order
  • Order type is market to make sure that order will be sucessful
  • Current logic will sell whole amount of currency

IMPORTANT I have created GUI for desktop computer (Windows, Linux, Mac) based on some comments and emails. Repository for this bot with GUI can be found here: Stop-loss bot with GUI

Basic commands

Usage

Install all dependecies

npm install

Run the bot

npm start

Current code is work in progress. Please, use with caution. Do not connect to your Kraken account until you are sure that you know what you are doing. Otherwise you can loose your money!!!

If you want to contribute or you have any ideas or questions, do not hesitate to contact me.

Twitter: @starosta83

Email: [email protected]

I will be very happy if this bot helps you to loss your money and provide you "safety net" in times when cryptocurrency market crashes.

If you would like to say thanks, drop me a message or I accept BTC on this address: 15KENjj7UnrtvhsE3uA6QXXg5e2DwPFFKM 15KENjj7UnrtvhsE3uA6QXXg5e2DwPFFKM

About

Trading bot to place order when price is bellow target for Kraken exchange.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published