Commit Graph

625 Commits

Author SHA1 Message Date
HojouFotytu 4569eee570
Merge pull request #85 from HojouFotytu/develop
Update Notes Template
2019-03-06 23:32:17 +09:00
HojouFotytu 8c1de1b17a Current Total Value 2019-03-06 19:06:38 +09:00
HojouFotytu 2a04fb7cb6 Added Update Notes Template to _Development 2019-03-06 19:00:41 +09:00
HojouFotytu bb7a2bca30
Merge pull request #84 from djbadders/develop
Fixed issues where wrong lines were processed + minor UI fix for lists
2019-03-06 16:48:37 +09: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
HojouFotytu a6ade9b5e7
Merge pull request #83 from djbadders/develop
Changed to use local time in file comments, plus minor fixes and tweaks
2019-03-03 12:48:22 +09: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 169f193424
Merge pull request #71 from PTMagicians/revert-64-develop
Revert "Added Clearer Log Message"
2019-02-21 22:48:10 +09:00
HojouFotytu ceaddc21e2
Revert "Added Clearer Log Message" 2019-02-21 22:47:50 +09:00
HojouFotytu 568bfda15f
Merge pull request #70 from PTMagicians/revert-65-master
Revert "Update _Development/README.md"
2019-02-21 22:46:22 +09:00
HojouFotytu d7ce2ca976
Revert "Update _Development/README.md" 2019-02-21 22:45:49 +09: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
HojouFotytu 1a1a9b3d09
Merge pull request #65 from nnation/master
Update _Development/README.md
2019-02-19 09:33:45 +09:00
HojouFotytu 7c91cc84f0
Merge pull request #64 from JackTerok/develop
Added Clearer Log Message
2019-02-19 09:07:01 +09:00
Dave Baddeley c879b80e85
Merge pull request #63 from PTMagicians/Badders/develop/wip
Badders/develop/wip
2019-02-18 23:21:50 +00:00
Nathaniel Nation 439af14ce5 Update _Development/README.md
Include the need for appsettings.json in the monitor folder
2019-02-18 15:57:04 -05:00
djbadders 093e1e0fb0 Revert using sample API key for the currency converter 2019-02-18 20:29:13 +00:00
JackTerok ef02a897aa Added Clearer Log Message 2019-02-18 19:05:54 +01:00
HojouFotytu 8da3937623
Update CODE_OF_CONDUCT.md 2019-02-18 22:26:59 +09: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