https://github.com/thisisnttheway/ps_binance_interface
A PS-based binance trading interface.
https://github.com/thisisnttheway/ps_binance_interface
Last synced: about 2 months ago
JSON representation
A PS-based binance trading interface.
- Host: GitHub
- URL: https://github.com/thisisnttheway/ps_binance_interface
- Owner: ThisIsntTheWay
- License: apache-2.0
- Created: 2020-12-24T15:19:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T21:49:45.000Z (about 5 years ago)
- Last Synced: 2025-01-16T22:37:02.320Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binance PowerShell interface
A script to enable Binance.com access using REST API calls.
The script is able to save various data into a SQLite DB.
As such, the module **PSSQLite** must be installed prior to use.
## Note
This is *not* a trading bot!
Although there's the possibility of executing trades using JSON files, there's no possibility of executing trading strategies.
This is more of a personal hobby project to learn a bit more about SQL, PS and REST API handling.
There's better stuff out there for more serious trading.