-
-
Notifications
You must be signed in to change notification settings - Fork 83
OpenedPositions TabPage
Arsen Abazian edited this page Jun 23, 2019
·
2 revisions
This tab contains a data grid, displaying all positions opened by strategy during the simulation processor real-time running. It contains the following data:
- Mark - Shows why this position was opened. Can be one of the following values:
- BU - BreakUp
- RW - BreakDown / Red Waterfall
- PP - PingPong
- D0 - DCA level 0
- D1 - DCA level 1
- Dn - DCA level n
- Time - a time when the position was open
- Lenght - a time from open to close.
- Open Value - price when the position was open
- Close Value - position close price
- Change - the price change from open to close
- Spend - the total amount of deposit spent on this position
- Earned - the total amount of earned money for this position
- Profit - Earned - Spent
- Value Preview - shows preview chart with the price changing from position open time to close time. Clicking by this cell shows a window with a more detailed chart for the price changing and also shows DCA lines, Trailing and the close price. On this picture, the green line is the current price, orange lines are the DCA level lines and the blue one is the position close price.
Each of these fields can be sorted and filtered. Here is how you can do these:
Sorting
Filtering
You can also double click on the row and on the Chart Tab Page the corresponded candlestick will be navigated. The video below shows you how to do this:
Each opened position can contain DCA opened positions, opened by strategy. In this case, data will be displayed hierarchically, to better understand that these DCA positions were opened for which opened position.