Commit Graph

459 Commits

Author SHA1 Message Date
Matthias
8eaac9efab UTC button vertical center 2020-12-22 08:04:46 +01:00
Matthias
4ddb72b088 remove unused colors 2020-12-21 20:48:28 +01:00
Matthias
654a7eef3b Support plot-config changes again 2020-12-21 20:46:22 +01:00
Matthias
c90b3b11ce Extract trade data preparation to seperate function 2020-12-21 20:43:13 +01:00
Matthias
68b748a874 Fix resetting datazoom issue 2020-12-21 20:38:11 +01:00
Matthias
45e167265f Convert chartOptions from getter to property
This will give us more control over repainting
2020-12-21 20:37:11 +01:00
Matthias
1ed52ef6a1 Reduce margin between tabs in trade overview 2020-12-21 19:43:15 +01:00
Matthias
9233bc238f Define all colors in one place 2020-12-19 12:45:42 +01:00
Matthias
89ecf1c229 Improve color of sell signal 2020-12-18 07:10:23 +01:00
Matthias
93fd1ba216 Remove unneeded log statements 2020-12-06 09:44:58 +01:00
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
Matthias
7703ee16fc Small stylistic changes to graph 2020-10-02 07:07:57 +02:00
Matthias
6379aa669a Check if candles exist 2020-10-02 07:07:57 +02:00
Matthias
218212e301 Add buy/sell signa count to interface 2020-10-02 07:07:57 +02:00
Matthias
58160f35c5 Better style for buy-signal 2020-10-02 07:07:57 +02:00
Matthias
5a6a71e08a Add strategy endpoint 2020-10-02 07:07:57 +02:00
Matthias
9416c4d39e Improve formatting a bit 2020-10-02 07:07:57 +02:00
Matthias
fdf16a0e5d Add chartView to trading view 2020-10-02 07:07:57 +02:00
Matthias
660a471943 Move pair selection to CandleChartContainer 2020-10-02 07:07:57 +02:00
Matthias
4798ca6908 Reduce margin around chart 2020-10-02 07:07:57 +02:00
Matthias
6f54b48e1e Fix small bug causing exception on init 2020-10-02 07:07:57 +02:00
Matthias
ea5fb3a72f timeframeMS is not necessary at chart level 2020-10-02 07:07:57 +02:00
Matthias
00cddb4961 Use timeframe from dataset 2020-10-02 07:07:57 +02:00
Matthias
41fe649962 use binance "fresh" colors 2020-10-02 07:07:57 +02:00
Matthias
101ca39de3 Properly pass in useUTC to candlechart 2020-10-02 07:07:57 +02:00
Matthias
772d38ef32 Bar-width should be rather dense 2020-10-02 07:07:57 +02:00
Matthias
2b8c89eba4 Add type for whitelist resonse 2020-10-02 07:07:57 +02:00
Matthias
fa8b43fdf1 Autoselect first pair in whitelist for graph 2020-10-02 07:07:57 +02:00
Matthias
b4d185c998 Adapt to recommended style guides 2020-10-02 07:07:57 +02:00
Matthias
71137d38a5 Candlechart small adjustments 2020-10-02 07:07:57 +02:00
Matthias
3179bd92a5 Move files correctly 2020-10-02 07:07:57 +02:00
Matthias
f5636273f4 Enforce selection of one pair (disable refresh button if no pair is
selected)
2020-10-02 07:07:57 +02:00
Matthias
a8cba2538d Set plotconfig name in vuex correctly 2020-10-02 07:07:57 +02:00
Matthias
b6ffbc512f Dynamic plotsizing depending on subplot size 2020-10-02 07:07:57 +02:00
Matthias
bc2d91a08a Improve add indicator layout 2020-10-02 07:07:57 +02:00
Matthias
1886e3328f Add plotconfig selector 2020-10-02 07:07:57 +02:00
Matthias
25cce25fc1 Move candlechart components to different directory 2020-10-02 07:07:57 +02:00
Matthias
9f121c9c32 Introduce Candlechart container 2020-10-02 07:07:57 +02:00
Matthias
154e9fed3d Use correct default name 2020-10-02 07:07:57 +02:00
Matthias
009a23f32e Improve multiplot saving 2020-10-02 07:07:57 +02:00
Matthias
062769f764 ALlow multiple plotconfigs 2020-10-02 07:07:57 +02:00
Matthias
08fa402df4 Rename plotconfigstorage function 2020-10-02 07:07:57 +02:00
Matthias
2d8e65b675 rename plotconfig from strategy action 2020-10-02 07:07:57 +02:00
Matthias
bcbd765ec2 Fix missing import 2020-10-02 07:07:57 +02:00
Matthias
ea6608c71e Improve plot configurator 2020-10-02 07:07:57 +02:00
Matthias
c9c5d5a6cd Add available_pairs to select historic data pairs 2020-10-02 07:07:57 +02:00
Matthias
32fa21fbf8 Add strategy type to result 2020-10-02 07:07:57 +02:00
Matthias
297f3e0420 Improve timerange styling 2020-10-02 07:07:57 +02:00
Matthias
d70dfd69f8 Show strateg-selector next to timerange selector 2020-10-02 07:07:57 +02:00
Matthias
443f571978 dataframe return value should include strategy 2020-10-02 07:07:57 +02:00
Matthias
81972b3a52 Add strategy list 2020-10-02 07:07:57 +02:00