Releases: Shadesvox/Bear-Puncher-Trading-beta
Profit Calculation Fix
Update from Web UI, 2 Factor Auth UI, Guest User Creation
-
'Config Editor' now has an 'App Settings' section that allows you to
- Add new users - non-admin users are unable to view the Config Editor.
- Enable Two Factor Authentication
- Run Updates to Bearpuncher without needing to login to your VPS / manually restart everything.
-
Bearpuncher now displays both the local IP and public IP when launched to make it easy to know how to access the web interface.
-
Bug Fixes
- Fixed GLIBC bug impacting older versions of Ubuntu and minimal Ubuntu images
- Fixed bug preventing init.d on Ubuntu from launching Bearpuncher on system boot.
- Improved debug logging
Improve sell logic, Updater added, bug fixes
-
updater added in beta, to run the updater navigate to the updater folder and run updater.exe (just updater on linux). Updater will backup your old files into a zip file in the
backups
folder. -
CRITICAL BUG FIX : resolved issue where the account info (balances/trades etc.) was failing to update after running for a while.
-
Improve order caching, resolved issue preventing sales from happening
Note: do to an issue with the updater the default config.ini is removed from these releases, if you are a new user and would like to check out the default config download config.ini and place it in the same folder as bearpuncher.exe
Bug fixes + QOL
-
blacklist now disables sales in addition to buys
-
improve partial buy logic
1.1.2 profit calc fixes
- 1d profit fixed
- profit projection fixed
- insufficient balance fixed
- average calc after partial sell fixed
1.1.1 Bug fixes
- fix error where percentages were being displayed as decimals
- improve gui load time
- Fix pair settings not loading right on first start
Revamped GUI
-
Changed to tree tables, for more info check out https://wiki.bearpunchertrading.com/doku.php?id=interface_documentation
-
Fix bug in projected profit calculation
-
Fix 1 day profit calculation to roll over at midnight
-
improved error handling
1.0.1b - Papertrading persistence, config changes, bug fixes
indicators = ...
no longer required, this is now automatically populated from your condition groups
INDICATOR_CHANGE
now supports multiple candle periods as _CHANGE_OVER_3
to get the change over n candles
CHANGE
is now a percent value for price-like indicators (EMA, BBANDS, etc...)
CROSS_UP_OVER_N
is now an option to determine a cross over more than 1 candles, shorthand is CROSS_UP_5
(the word over isn't required but allowed for readability)
Bearpuncher v1.0b
New features in this release:
- Paper Trading has been added
- The web interface has been completely overhauled.
- Authentication has been added to the web interface
- All API Keys and credentials are now encrypted and stored locally.
- Added pair specific settings for Buy, Sell, and DCA.
- Improved trailing significantly
- Bug fixes.