Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strategy Exec UI #5

Closed
f3rno opened this issue Jul 26, 2018 · 0 comments
Closed

Strategy Exec UI #5

f3rno opened this issue Jul 26, 2018 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@f3rno
Copy link
Contributor

f3rno commented Jul 26, 2018

This will consist of multiple pages, and the design & final layout are still pending. However, this is a rough draft of the data that could/should be shown for each element:

  • Strategy
    • Name
    • Intended market (can be changed as a param, but all strats define a default market)
    • Operating time frame (1min candles, 1hr, etc)
    • Link to open in editor for immediate backtesting
  • Strategy Instance (in list view, maybe cards in a grid)
    • Parent strategy name
    • Target market
    • Running/stopped status
    • Controls to start/pause/stop execution, or delete the instance completely
    • Supplied arguments (may be long, so maybe this would be an expandable detail section)
      • Can be trade size, target market, indicator params, custom thresholds for triggering events. This is dynamic and defined by the user.
    • Performance metrics
      • Profit/Loss graph over time
        or
      • Chart of last 100 candles from the target market
    • Last few trades the strategy made
    • Current strategy state
      • No position, or long/short
      • Position size (if open)
      • Current target profit price, and current stop price (if active)
      • Current position profit
      • Total Profit/Loss since execution started
    • 'Running for X hours...' text to indicate when strategy started
    • Average trades/minute
    • Average profit per trade
    • And more! Ideally the card view should be expandable to show more info, or we can move things that don't fit into the detail view
  • Strategy Instance Details
    • All of the above from 'Strategy Instance'
    • Large chart showing trades, current position, open orders, etc etc
@f3rno f3rno added the feature New feature or request label Jul 26, 2018
@f3rno f3rno self-assigned this Jul 26, 2018
@f3rno f3rno added this to TODO in Beta Release Jul 26, 2018
@f3rno f3rno closed this as completed Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant