Commit Graph

95 Commits

Author SHA1 Message Date
HojouFotytu 619fbf65ab
Merge pull request #110 from djbadders/develop
Updated to use PT data for balance and buy order tweak
2019-03-26 21:31:06 +09:00
djbadders fa7e759467 Updated to use PT data for balance and buy order tweak 2019-03-26 00:01:43 +00:00
HojouFotytu 829a950777 sales analzyer page charts are all-time 2019-03-22 23:23:32 +09:00
HojouFotytu 910390e6fe typo 2019-03-21 23:33:38 +09:00
HojouFotytu 98bea320be strategy shorcut min/max change perc 2019-03-21 23:07:10 +09:00
HojouFotytu 8d6b09ee00 OFFSETPERCENT integer requirements 2019-03-21 21:44:16 +09:00
HojouFotytu 7b35d10c03 typo in strategyhelper 2019-03-21 19:13:15 +09:00
HojouFotytu 3f350cf159 dashboard baglist tweaks 2019-03-21 18:56:48 +09:00
HojouFotytu e36fd2ee21 2019-03-20 01:13:41 +09:00
HojouFotytu 9c24a6038e
Merge pull request #101 from djbadders/develop
Possible buys update + other minor tweaks
2019-03-19 12:18:24 +09:00
djbadders 730372cb82 Possible buys update + other minor tweaks 2019-03-18 23:32:10 +00:00
HojouFotytu 4fa659b0ac Removed redundant header comment 2019-03-17 23:36:49 +09:00
HojouFotytu c623ec6ec1
Merge pull request #98 from djbadders/develop
Stop PTM writing file headers to preset files
2019-03-17 21:54:42 +09:00
djbadders d7716d9101 Stop PTM writing file headers to preset files 2019-03-17 08:03:07 +00: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 356ac8450f Poloniex Market Ticks 2019-03-13 18:57:05 +09: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 ab664fddae Fixed issue with literal values not being copied 2019-03-05 20:33:37 +00:00
djbadders a7a256547d Fixed issues where wrong lines were processed + minor UI fix for lists 2019-03-04 22:37:05 +00:00
djbadders 2b0b4f7b1f Reverted adding extra formatting to single market settings 2019-03-02 18:27:19 +00:00
djbadders 21498b937e Fixed issues with values being treated as int + refactor 2019-03-02 17:03:29 +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
HojouFotytu aa5cc5b801
Update SettingsHandler.cs
removed extra parentheses
2019-02-27 14:36:18 +09:00
HojouFotytu e95f490717
Update SettingsHandler.cs
I changed "timeout" to "rebuy_timeout" just in case in the future, PT adds another parameter that also uses the word "timeout".

I also added a second condition to do the same for "trading_pairs" -- please check to make sure my code is correct!
2019-02-27 14:30:37 +09:00
djbadders 0af71e0d5d Fix for issue #72 2019-02-26 23:41:17 +00:00
djbadders 46bd84549b Performance enhancements for market tick creation 2019-02-26 22:49:07 +00:00
djbadders 56a29b6745 Performance improvements using parallelism 2019-02-25 23:17:10 +00:00
HojouFotytu 1496aac262 Fix incorrect buy strat for non-dca coins 2019-02-23 12:20:07 +09:00
Nathaniel Nation c664c41571 Ensure rebuy_timeout Values are an integer (#72)
* Update CODE_OF_CONDUCT.md

* Added Clearer Log Message

* Update _Development/README.md

Include the need for appsettings.json in the monitor folder

* Revert "Update _Development/README.md"

* Revert "Added Clearer Log Message"

* Ensure rebuy_timeout Values are an integer

Issue #42

* Revert "Merge remote-tracking branch 'PTMagicians/master' into develop"

This reverts commit fe56249ad8, reversing
changes made to 2f87972d80.

* Ensure rebuy_timeout Values are an integer

Issue #42

Refactor and update another code block doing the same thing.
2019-02-21 23:14:38 +01: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