djbadders
9434344ba8
Fixes for when settings have blank file properties
2019-03-16 18:21:46 +00: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
djbadders
67bbfb7580
Fixed Flood Protection logic + house keeping
2019-03-12 21:22:48 +00: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
552f22b78d
Merge pull request #82 from djbadders/develop
...
Fix for issue #72
2019-02-27 18:08:16 +09: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
Dave Baddeley
6c5f4790bf
Merge pull request #81 from djbadders/develop
...
Performance improvements using parallelism
2019-02-26 23:31:22 +00:00
djbadders
46bd84549b
Performance enhancements for market tick creation
2019-02-26 22:49:07 +00:00
HojouFotytu
e7c0cdd651
Merge pull request #80 from nnation/develop
...
PTMGitCommands.sh for Unix & Linux
2019-02-26 10:45:08 +09:00
djbadders
56a29b6745
Performance improvements using parallelism
2019-02-25 23:17:10 +00:00
Nathaniel Nation
bf4eeab976
PTMGitCommands.sh for Unix & Linux
2019-02-25 14:31:59 -05:00
Dave Baddeley
62f2636a69
Merge pull request #78 from HojouFotytu/develop
...
Badders' highlight pairs without average price
2019-02-25 19:21:57 +00:00
HojouFotytu
13d8ebbaf1
Badders' highlight pairs without average price
2019-02-26 01:02:52 +09:00
HojouFotytu
f17a8679c7
Merge pull request #75 from HojouFotytu/develop
...
incorrect buy strats & donate button
2019-02-23 12:25:21 +09:00
HojouFotytu
1496aac262
Fix incorrect buy strat for non-dca coins
2019-02-23 12:20:07 +09:00
HojouFotytu
ebba624bd8
add donate button
2019-02-22 19:16:26 +09:00
HojouFotytu
341dc8f94a
Code of conduct contact info
2019-02-22 09:47:31 +09:00
HojouFotytu
2a123a3e6e
Merge pull request #73 from HojouFotytu/develop
...
add currencyConverterAPI setting to default settings
2019-02-22 09:17:54 +09:00
HojouFotytu
6b33eaa26c
add currencyConverterAPI setting to default settings
2019-02-22 09:07:43 +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
HojouFotytu
52a27c3467
Merge pull request #69 from nnation/develop
...
Update _Development/README.md
2019-02-21 22:40:24 +09:00
Nathaniel Nation
a8ca0a8701
Remove unused variable
...
Remove ex as it was not used.
2019-02-20 23:52:07 -05:00
Nathaniel Nation
21e15813c0
Update _Development/README.md
...
Include the need for appsettings.json in the monitor folder
2019-02-20 23:43:35 -05:00
Nathaniel Nation
05aaec9a02
Revert "Update _Development/README.md"
...
This reverts commit 588f046d99
.
2019-02-20 23:30:38 -05:00
Nathaniel Nation
588f046d99
Update _Development/README.md
...
Include the need for appsettings.json in the monitor folder
2019-02-20 23:21:37 -05:00
HojouFotytu
207770d147
Merge pull request #67 from JackTerok/develop
...
Added Clearer Log Message Take 2
2019-02-20 22:04:12 +09: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
Dave Baddeley
c879b80e85
Merge pull request #63 from PTMagicians/Badders/develop/wip
...
Badders/develop/wip
2019-02-18 23:21:50 +00:00
djbadders
093e1e0fb0
Revert using sample API key for the currency converter
2019-02-18 20:29:13 +00:00
djbadders
cc69738a89
Restore preset files to original
2019-02-17 23:42:50 +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
071a5a988a
Merge pull request #62 from PTMagicians/develop
...
Update version number
2019-02-18 00:48:20 +09:00
HojouFotytu
a5669a39dc
Merge pull request #61 from HojouFotytu/develop
...
update version number 2.1.2
2019-02-18 00:47:21 +09:00
HojouFotytu
330707fbd8
update version number 2.1.2
2019-02-18 00:40:25 +09:00
HojouFotytu
66968e99d1
Merge pull request #60 from PTMagicians/develop
...
CurrencyConverter & ASPNetCore Update
2019-02-17 23:55:41 +09:00
HojouFotytu
02ffbf31eb
Merge pull request #59 from HojouFotytu/develop
...
CurrencyConverterAPI & AspNetCore Updates
2019-02-17 23:49:57 +09:00