Skip to content

AliKarami/speed-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed Trader

Caution: Do Not Use This App till a Stable Release, WORK IN PROGRESS!

SpeedTrader

What it is?

This application lets you place trades simply using: entry, targets, targetsShare, stopLoss, trailing

so you should not worry about placing stop-loss and sell limits simultaneously on Binance or changing the stop-loss limit price to save your profit.

How to Setup?

You can clone this repo into your computer

git clone https://github.com/AliKarami/speed-trader.git

if you do not have nodejs/npm on your system, you have to install them:

Debian and Ubuntu based Linux distributions:

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -brew install node
sudo apt-get install -y nodejs

MacOS:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node

Windows:

Use Windows Installer:
https://nodejs.org/dist/v10.12.0/node-v10.12.0-x86.msi

then you should navigate to project directory and run:

npm install --only=production

create a file named .env in the root directory of project and fill it this way:

API_KEY={YOUR_API_KEY}
API_SECRET={YOUR_API_SECRET}
TEST=true

open app.js in your text editor, create a trade and play with it, then start the app using this command:

npm start

Supported Exchanges

  • Binance

Examples

TODO

About

Speed/Simple Trader for Exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published