Skip to content

Commit

Permalink
v1.42.10 Released!
Browse files Browse the repository at this point in the history
- Updated API integration to fix Bitstamp and Poloniex
- Synchronized currency pairs
  • Loading branch information
JulyIghor committed Dec 31, 2022
1 parent 3fc9783 commit f3bca94
Show file tree
Hide file tree
Showing 177 changed files with 9,179 additions and 9,792 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
## Qt Bitcoin Trader

This software helps you open and cancel orders very fast. Real time data monitoring.
This software helps you open and cancel orders very fast. Real time data monitoring. Automated trading using JavaScript powered scripts.

Developed on pure Qt, uses OpenSSL, AES 256 key and secret protection.

I want to develop this Trader App so that it can be configured for any rule and strategy.

Next ToDo:
- Add realtime charts
- Make rules more advanced

## Official website

* https://centrabit.com/downloads/
Expand Down Expand Up @@ -45,6 +39,11 @@ Next ToDo:

## Change Log

v1.42.10 Released!

- Updated API integration to fix Bitstamp and Poloniex
- Synchronized currency pairs

v1.42.00 Released!

- Fixed crash while running some scripts/rules
Expand Down
2 changes: 1 addition & 1 deletion src/QtBitcoinTrader.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.42.00</string>
<string>1.42.10</string>
<key>CFBundleName</key>
<string>Qt Bitcoin Trader</string>
<key>CFBundleIconFile</key>
Expand Down
Loading

0 comments on commit f3bca94

Please sign in to comment.