Skip to content

bstaub/binanceRoboTrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binancerobotrader

Refernezen / Links

https://github.com/ccxt/ccxt/wiki/Manual#private-api

https://github.com/ccxt/ccxt/wiki/Manual#api-methods--endpoints

https://github.com/ccxt/ccxt

https://www.npmjs.com/package/ccxt

https://www.npmjs.com/package/ccxt-server

https://github.com/mpakus/ccxt-server/blob/master/bin/ccxt-server.js

https://www.codota.com/code/javascript/classes/binance-api-node/Binance

https://masteringjs.io/tutorials/fundamentals/foreach-object

https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/entries

https://nodejs.dev/learn/how-to-read-environment-variables-from-nodejs

https://gekko.wizb.it/

https://medium.datadriveninvestor.com/

https://medium.datadriveninvestor.com/maximizing-your-arbitrage-flash-loans-2cbb4c99ed80

APIs

https://www.coingecko.com/de

https://www.coingecko.com/en/api

https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd

NPM Packages used

https://github.com/motdotla/dotenv

https://github.com/ccxt/ccxt

https://github.com/axios/axios

https://www.npmjs.com/package/util

https://nodejs.org/api/util.html

Videos

https://www.youtube.com/watch?v=ne92QxZaHzM https://www.youtube.com/watch?v=jbJuOQ8GskM https://www.youtube.com/watch?v=QUK8vF1YwGA

Git

git init
Hinweis: Aktualisierungen wurden zurückgewiesen, weil die Spitze Ihres aktuellen
Hinweis: Branches hinter seinem externen Gegenstück zurückgefallen ist. Führen Sie
Hinweis: die externen Änderungen zusammen (z. B. 'git pull ...') bevor Sie "push"
Hinweis: erneut ausführen.
Hinweis: Siehe auch die Sektion 'Note about fast-forwards' in 'git push --help'
Hinweis: für weitere Details.

…or create a new repository on the command line
echo "# binanceRoboTrader" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bstaub/binanceRoboTrader.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/bstaub/binanceRoboTrader.git
git branch -M main
git push -u origin main

About

binanceRoboTrader crypto automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published