Matthias
|
86413a1518
|
Allow different pairSummary sorting method
|
2020-12-05 19:39:52 +01:00 |
|
Matthias
|
741afd6820
|
Improve TimeRangeselect
|
2020-12-05 19:33:37 +01:00 |
|
Matthias
|
86fda37d51
|
Use common profitvariable in profit_summary
|
2020-12-05 17:44:18 +01:00 |
|
Matthias
|
fbb58ab52f
|
Rename open_trades to trades
|
2020-12-05 17:17:39 +01:00 |
|
Matthias
|
fb8abc21a8
|
Make locks non-mandatory
|
2020-12-05 17:17:05 +01:00 |
|
Matthias
|
bfb7fe19c5
|
Make pairSummary more flexible
|
2020-12-05 17:14:42 +01:00 |
|
Matthias
|
082fd0c027
|
Move PairSummary to props instead of using vuex
|
2020-12-05 17:06:26 +01:00 |
|
Matthias
|
ffb55e0c1e
|
Improve types
|
2020-12-03 20:15:36 +01:00 |
|
Matthias
|
8836bd922c
|
Seperate balance interface to own type file
|
2020-12-03 20:15:36 +01:00 |
|
Matthias
|
db08da67d8
|
Seperate Lock interface into it's own file
|
2020-12-03 20:15:36 +01:00 |
|
Matthias
|
eb128b89ce
|
Remove deprecated trade_profit
|
2020-12-03 20:15:36 +01:00 |
|
Matthias
|
82cf57ad11
|
Improve login flow when cors-errors are likely
|
2020-12-02 08:14:21 +01:00 |
|
Matthias
|
180bc85a3c
|
Enlarge chart area
|
2020-11-20 07:09:17 +01:00 |
|
Matthias
|
605281f922
|
Flip sequence of multi-pane
|
2020-11-20 07:08:24 +01:00 |
|
Matthias
|
1062776f36
|
Improve styling
|
2020-11-20 06:58:32 +01:00 |
|
Matthias
|
c0ebc76893
|
Add PairSummary (first version)
|
2020-11-20 06:58:32 +01:00 |
|
Matthias
|
ca5dbc634f
|
Merge branch 'botcontrols_smaller'
|
2020-11-20 06:57:35 +01:00 |
|
Matthias
|
041bca890c
|
Use better icon for Forcebuy
|
2020-11-20 06:56:48 +01:00 |
|
Matthias
|
b316f8550d
|
Improve layout of small buttons
|
2020-11-20 06:48:18 +01:00 |
|
Matthias
|
d7af1a303d
|
Dnn't add series to main plot if they are not in the column
|
2020-11-17 08:15:38 +01:00 |
|
Matthias
|
2e0978e20a
|
Add title's to have tooltips for controls
|
2020-11-17 08:15:22 +01:00 |
|
Matthias
|
cbf1981839
|
Add icons and restyle botcontrols
|
2020-11-14 20:08:18 +01:00 |
|
Matthias
|
8f896e4ae0
|
Add title's to have tooltips for controls
|
2020-11-13 07:40:16 +01:00 |
|
Matthias
|
ab5660731f
|
Controls should only enable buttons that currently make sense
|
2020-11-13 06:49:41 +01:00 |
|
Matthias
|
54c3a6f3e6
|
Use correct filename
|
2020-11-12 07:36:15 +01:00 |
|
Matthias
|
9265a6de53
|
Add inteligent refresh logic that only refreshes when needed
closes #108
|
2020-11-10 20:24:00 +01:00 |
|
Matthias
|
aa1b881072
|
Don't flip pair back to first pair in whitelist automatically
|
2020-11-10 20:23:43 +01:00 |
|
Matthias
|
fe597833f7
|
Remove pointless verbosity
|
2020-11-10 17:52:17 +01:00 |
|
Matthias
|
f9d75219e4
|
Move isTrading to store
|
2020-11-08 11:40:26 +01:00 |
|
Matthias
|
3dae24c16f
|
Merge branch 'start_trades'
|
2020-11-08 11:08:27 +01:00 |
|
Matthias
|
554f64e91e
|
Show botcontrols only when the bot is trading
|
2020-11-08 11:00:48 +01:00 |
|
Matthias
|
1aa15cb18d
|
Enhance trade type with new fields of profit
|
2020-11-06 07:20:05 +01:00 |
|
Matthias
|
dfa4cd2422
|
Update CumProfitChart to accept different profit column
|
2020-11-01 13:58:46 +01:00 |
|
Matthias
|
8959906b56
|
Add set_pair Action and mutation
|
2020-10-31 09:40:56 +01:00 |
|
Matthias
|
d0fff3f76b
|
Store selected_pair in store
|
2020-10-31 08:47:07 +01:00 |
|
Matthias
|
833526fee2
|
Use getter for current locks
|
2020-10-26 19:45:40 +01:00 |
|
Matthias
|
8ec31cbb35
|
Add Pairlock view
|
2020-10-26 19:45:40 +01:00 |
|
Matthias
|
11f967aa05
|
Add lock fetching
|
2020-10-26 19:45:40 +01:00 |
|
Matthias
|
350e5327e1
|
Use typescript syntax
|
2020-10-25 10:35:19 +01:00 |
|
Matthias
|
5ceb84bea4
|
Improve trade type, reduce duplicity
also, improve detail_view types
|
2020-10-21 07:31:22 +02:00 |
|
Matthias
|
8895a90301
|
Organize types a bit better
|
2020-10-20 07:43:09 +02:00 |
|
Francisco Diaz
|
b4bdf037e9
|
Fix trailing zeros in TradeDetail view
Some rates in the "Trade Detail" view were not using the formatPercent()
helper and due to this, the view was trailing zeros.
|
2020-10-19 19:52:50 -03:00 |
|
Matthias
|
067cb6597a
|
Merge pull request #113 from freqtrade/dependabot/npm_and_yarn/master/eslint-plugin-vue-7.0.1
Bump eslint-plugin-vue from 6.2.2 to 7.0.1
|
2020-10-06 08:38:21 +02:00 |
|
Matthias
|
6daa8fc349
|
Update files from new linting rule
|
2020-10-06 08:00:26 +02:00 |
|
Matthias
|
a714b11782
|
Update layout store to use enum
|
2020-10-06 07:59:05 +02:00 |
|
Matthias
|
f97652e187
|
Add typehint to charts
|
2020-10-04 19:24:21 +02:00 |
|
Matthias
|
71c00804e1
|
Make sure tooltip is shown
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
5dab8d3a76
|
Improve layout
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
d939967aab
|
Use smaller fontsize
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
04cc6d11af
|
Chart styling
|
2020-10-02 07:07:57 +02:00 |
|