HojouFotytu
d77923ae04
Leverage Shortcut
2020-01-02 00:33:31 +09:00
HojouFotytu
c0b5548065
Merge pull request #183 from HojouFotytu/develop
...
Shortcut Changes
2019-12-16 09:28:48 +09:00
HojouFotytu
dcda0a16c2
Merge branch 'develop' into develop
2019-12-16 09:26:19 +09:00
djbadders
41561261f7
Use new HttpClient class for most web calls
2019-12-14 13:13:47 +00:00
HojouFotytu
04db8d9608
Shortcut Changes
2019-12-10 19:17:07 +09:00
HojouFotytu
b2d9c9524c
trailing formula fix
2019-12-08 22:07:00 +09:00
HojouFotytu
8fd5dca421
Fix NODCA strategy Shortcut
2019-11-10 10:12:37 +09:00
HojouFotytu
d0e6c7f6e0
Analyzer Settings GUI fix
2019-11-09 23:46:35 +09:00
HojouFotytu
c02f42e3ee
DCA Calculator bugfix
2019-11-04 01:17:28 +09:00
HojouFotytu
3ffe830015
Fix for issue #151
2019-10-19 11:42:45 +09:00
HojouFotytu
2ea0ec698a
Bag Totals and Bug Fixes
2019-10-15 22:05:53 +09:00
djbadders
2db230ac23
Cleaned up and checked compatability with PT 2.4
2019-10-13 16:45:32 +01:00
HojouFotytu
fdd971e515
Excessive Requests
2019-07-06 10:49:28 +09:00
HojouFotytu
e5015cadbb
disable advanced_stats shortcuts
2019-05-18 18:23:57 +09:00
HojouFotytu
fc53fa71bc
Formula Parsing
2019-05-05 19:17:32 +09:00
HojouFotytu
874f2322f8
added comment
2019-04-23 21:37:37 +09:00
HojouFotytu
45a162c38c
repair - previous changes broke non-buy/sell strategy shortcuts
2019-04-23 21:20:19 +09:00
HojouFotytu
5c7de0d603
Custom Strat Labels and Forumla Fix
2019-04-23 20:27:12 +09:00
HojouFotytu
abf42efbb7
Custom Strategy User Flag
2019-04-23 03:50:31 +09:00
HojouFotytu
1712b2c923
Merge pull request #116 from HojouFotytu/develop
...
Strategy Icons
2019-04-12 13:01:26 +09:00
HojouFotytu
2a89d10a6d
removed old code
2019-04-11 11:20:03 +09:00
HojouFotytu
eabcb6aaa1
Removed old code
2019-04-11 11:14:30 +09:00
djbadders
46f517fc3a
Fix to stop the misdetection of preset file change
2019-04-10 23:29:33 +01:00
HojouFotytu
61e7b749ed
Strategy Icons
2019-04-10 13:17:39 +09: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
4fa659b0ac
Removed redundant header comment
2019-03-17 23:36:49 +09:00
djbadders
d7716d9101
Stop PTM writing file headers to preset files
2019-03-17 08:03:07 +00:00
djbadders
9434344ba8
Fixes for when settings have blank file properties
2019-03-16 18:21:46 +00: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
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
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
djbadders
ad15fd4709
Merge branch 'master' into Badders/develop/wip
2019-02-17 23:33:02 +00:00
Luke Plaster
efadf45a33
Allow signal strategy
2019-02-16 04:26:37 +08: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