All Projects → gmverdon → TradingBot

gmverdon / TradingBot

Licence: MIT license
Clientside trading bot that supports the Binance-exchange

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to TradingBot

Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+518.42%)
Mutual labels:  trading, binance
ninjabot
A fast trading bot platform for cryptocurrency in Go (Binance)
Stars: ✭ 1,021 (+2586.84%)
Mutual labels:  trading, binance
wolf
🐺 Binance trading bot for node.js
Stars: ✭ 76 (+100%)
Mutual labels:  trading, binance
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (+15.79%)
Mutual labels:  trading, binance
LickHunterPRO
Cryptocurrency Trading Bot that looks for large pools of liquidity getting liquidated on margin trading, when it finds these it counter trades them!
Stars: ✭ 114 (+200%)
Mutual labels:  trading, binance
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+592.11%)
Mutual labels:  trading, binance
PancakeSwapPredictionBot
PancakeSwap V2 Prediction Bot With Machine Learning | Automated Strategy, Auto Betting, Auto Claim
Stars: ✭ 21 (-44.74%)
Mutual labels:  trading, binance
Blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+3731.58%)
Mutual labels:  trading, binance
abot
A-Bot - бот для торговли на Binance
Stars: ✭ 65 (+71.05%)
Mutual labels:  trading, binance
Twitter Activated Crypto Trading Bot
Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
Stars: ✭ 92 (+142.11%)
Mutual labels:  trading, binance
btrader
Triangle arbitrage trading bot for Binance
Stars: ✭ 197 (+418.42%)
Mutual labels:  trading, binance
Benzaiboten-spot-trading-bot
A trading bot easy to use to be linked to your favorite exchange to automatize the trading on cryptocurrencies
Stars: ✭ 20 (-47.37%)
Mutual labels:  trading, binance
binance-watch
This application connects to the Binance.com public API to get live 24h price change data for all crypto trading pairs on their platform and allows you to set custom alerts or watch for price change in real time and get desktop notifications when something triggers your alerts or price watch settings.
Stars: ✭ 176 (+363.16%)
Mutual labels:  trading, binance
pancakeswap-prediction-winner
🔥 PancakeSwap is afraid of this CHROME EXTENSION (and CLI)! This bot wins almost every 5 minute BNB-USD option on PancakeSwap (and Candle Genie).
Stars: ✭ 229 (+502.63%)
Mutual labels:  trading, binance
binance-rs-async
Async client for the Binance APIs
Stars: ✭ 74 (+94.74%)
Mutual labels:  trading, binance
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+302.63%)
Mutual labels:  trading, binance
Binance Trader
Experimental trading bot for crypto currency on Binance.com
Stars: ✭ 218 (+473.68%)
Mutual labels:  trading, binance
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+500%)
Mutual labels:  trading, binance
backtrading-python-binance
Backtesting several trading strategy and rank them according their profit return.
Stars: ✭ 108 (+184.21%)
Mutual labels:  trading, binance
binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (+194.74%)
Mutual labels:  trading, binance

Trading bot! 💸📈

npm contributions welcome

For as now this trading bot only supports Binance. It is important to note that this bot is not finished and that the bot cannot trade with real money yet.

TradingHub

To use this bot follow these steps:

1. Cloning

git clone [email protected]:gmverdon/TradingBot.git
cd trade-bot
npm install

2. API key and secret

Add a .env file in the root folder and add your binance api variables in the following manner:

# Binance api variables
BINANCE_KEY = ...
BINANCE_SECRET = ...

3. Start project

npm start

4. Accept Binance connection (known issue)

Currently the Binance API does not contain a CORS (Cross-Origin Resource Sharing) header. This results into connection problems when connecting from a browser to their API. If you have connection problems you can try installing a browser plugin which includes the Allow-Control-Allow-Origin: * header clientside. Unfortunately, even with this plugin, it is currently not possible to trade with real money. I have already informed Binance about this problem.

5. Happy Trading

Use at your own risk.

Legal Note

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].