-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restore Recurring order on FE * HistoryButton: moved to separated component * Backtest: add history/new test toggler * PanelButton: align text and icon * fetch strategy backtests * BT history: recieve data from data-server * BT history: layout list * BT history: restructure components and folders * BT history: launch to details tab * BT history: details layout" * fix prop validation * BT history: fix styles * BT history: results * Revert "Merge pull request #394 from dmytroshch/fix/backtest-clear" This reverts commit 755f7dd, reversing changes made to 7e41af4. * fixed: new test button * BT: add bt to history after execution * BT: log error messages during execution * BT: update initial messages * BT: fix button style * BT: reset tab state when strategy has changed * BT: change fetching history logic * removed duplicated action * rename method * BT: remove history on strategy delete * BT history: move some component state properties to redux store * StrategyLiveChart: unify data * removed unused * resolve useCallback dependecies * Show backtest range in results * fix prop validation * getting recurring ao atomic orders * fix failed order layout * Resolve issue with recurring AO template selection * OrderHistory: add id property for failed order * improve formatTime fn * update ufx-ui to 0.15.3 * DatePicker: fix clipping with parent's container * DatePicker: remove unused * DatePicker: limit min/max time, improve onChange handler * Recurring: improve end date input * DatePicker: improve position * BacktestOptionsPanel: use DatePicker from ui components * BacktestOptionsPanel: resolve issue with time period dropdown which is not eqaul to start/endDate * Message for invalid api creds * resolve conflicts * resolve lint * resolve lint
- Loading branch information
1 parent
32f4ff5
commit 346acbb
Showing
6 changed files
with
63 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters