Commit Graph

62 Commits

Author SHA1 Message Date
HojouFotytu 0b7817dff1 removed superfluous code 2021-02-09 21:11:02 +09:00
HojouFotytu 4a87992681 remove SMS TrendThreshold logging 2021-02-09 13:57:54 +09:00
HojouFotytu bef871c455 remove SMS TrendThreshold logging 2021-02-09 13:50:53 +09:00
djbadders cd551ef8da Fixed missing % char in logging 2021-02-08 18:58:29 +00:00
djbadders 012ad0e8f2 Fixed threshold filters for minus and applied to off triggers as well 2021-02-08 18:54:57 +00:00
djbadders a8e018097d Take into account TrendThreshold when calculating trend averages 2021-02-07 17:26:43 +00:00
HojouFotytu c2bbc274b5 Ignore Ouliers 2021-01-31 01:32:36 +09:00
djbadders 0f2cb35fc7 Fixed issue settings not refreshing until restart 2020-08-19 19:10:49 +01:00
djbadders 5a0db4d766 Fixes + overall gain percentage update 2020-03-25 18:02:59 +00:00
HojouFotytu e3fa7470b7 Binance Futures 2019-12-31 00:13:28 +09:00
djbadders 7342aee296 .Net Core 3.1 Upgrade 2019-12-09 23:21:27 +00:00
HojouFotytu 16d9fe3b60 Logger 2019-11-15 12:18:43 +09:00
djbadders 99c0c628dc Added unhandled exception logging to Core and Monitor 2019-11-11 23:36:18 +00:00
HojouFotytu c02f42e3ee DCA Calculator bugfix 2019-11-04 01:17:28 +09:00
HojouFotytu 24cb40326a Added BinanceUS 2019-10-16 14:03:19 +09:00
djbadders 0c4f111468 Fix hang when calling Coinbase 2019-08-31 17:14:27 +01:00
HojouFotytu e1882f0845 Typo 2019-04-25 16:09:21 +09:00
HojouFotytu dc02befe3c Frozen process check and message 2019-04-25 16:03:05 +09:00
HojouFotytu 08d8d8bd99
Merge pull request #96 from djbadders/develop
Fixes for when settings have blank file properties
2019-03-17 15:08:35 +09:00
djbadders 9434344ba8 Fixes for when settings have blank file properties 2019-03-16 18:21:46 +00:00
HojouFotytu 0ad8a8866d
Merge pull request #93 from djbadders/develop
Fix for issue #90 stops SMS settings getting stuck
2019-03-15 18:30:04 +09:00
HojouFotytu 1f7b625f05
Summary log Change
Changed Raid Summary line for clarity.
2019-03-15 14:00:38 +09:00
djbadders bb6b5421d2 Fix for issue #90 stops SMS settings getting stuck 2019-03-13 21:00:54 +00:00
HojouFotytu a411c648cc
Merge pull request #91 from djbadders/develop
Fixed Flood Protection logic + house keeping
2019-03-13 17:31:55 +09:00
djbadders 67bbfb7580 Fixed Flood Protection logic + house keeping 2019-03-12 21:22:48 +00:00
HojouFotytu 9e04e59007
Merge pull request #87 from djbadders/develop
Fixes to marketdata in non UTC timezones + small tweaks
2019-03-10 11:18:57 +09:00
JackTerok 11448a6148 Exit PTM after Error 2019-03-09 12:00:35 +01:00
djbadders f68ae43f41 Fixes to marketdata in non UTC timezones + small tweaks 2019-03-09 09:38:46 +01:00
djbadders 3dbb8aedf5 Revert "Fixes to marketdata in non UTC timezones + small tweaks"
This reverts commit 5e69348c23.
2019-03-09 09:29:52 +01:00
djbadders 5e69348c23 Fixes to marketdata in non UTC timezones + small tweaks 2019-03-09 09:21:49 +01:00
djbadders 9b16bb5841 Added extra logging for detected settings changes 2019-03-06 21:52:04 +00:00
djbadders eec31d9e2c Improvement to address issue #55 preset file changes 2019-03-05 22:55:46 +00:00
djbadders 00a8a1b3ef Changed to use local time in file comments, plus minor fixes and tweaks 2019-03-02 08:10:33 +00:00
Nathaniel Nation a8ca0a8701 Remove unused variable
Remove ex as it was not used.
2019-02-20 23:52:07 -05:00
Your Name 63cd8ac633 Formatting 2019-02-20 13:38:32 +01:00
Your Name 8b465d0c42 Try to fix conflict 2019-02-20 13:35:58 +01:00
djbadders 093e1e0fb0 Revert using sample API key for the currency converter 2019-02-18 20:29:13 +00:00
djbadders ad15fd4709 Merge branch 'master' into Badders/develop/wip 2019-02-17 23:33:02 +00:00
djbadders cb4f0a01ed More fixes
- Fixed checking file timestamps to use UTC
- Added better debug info on failed calls for market data
- Fixed failure to get currency exchange rates
2019-02-17 23:08:11 +00:00
HojouFotytu 031613c778 CurrencyConverterAPI & ASPNetCore Update 2019-02-17 23:45:00 +09:00
HojouFotytu ec9ba3745d
Revert "Minor Fixes" 2019-02-17 21:39:22 +09:00
HojouFotytu b3c6dbe526 Force update from presets every run 2019-02-17 15:14:45 +09:00
HojouFotytu 867ab85c09 FreeCurrencyConverterApi Fix 2019-02-17 13:48:49 +09:00
djbadders bfae59193f Fixes and reliability tweaks
- Fixed issues with detecting the console and whether keypresses can be captured.
- Changed the start-up to keep trying to acquire configuration and/or Profit Trailer connectivity using a exponential backoff to stop thrashing.
- Changed the code to use UTC times to avoid issues when daylight svaing kicks in.
2019-02-04 00:17:38 +00:00
HojouFotytu 86ca9023b4 force loading local default settings on first run 2019-01-24 23:05:10 +09:00
HojouFotytu 72bb6cfda4 increase startup retry 2019-01-14 12:12:09 +09:00
JackTerok 17ff9a9203 Bugfixes 2019-01-13 13:43:47 +01:00
JackTerok 61cf074baf Small Settings Import fix 2019-01-07 19:00:40 +01:00
JackTerok 8e3a1a43fe PT2.2 WIP Changes 2019-01-07 15:33:02 +01:00
HojouFotytu 64db85b538
Revert "(WIP) PT2.2 Changes" 2018-12-31 12:26:45 +09:00