Skip to content

v0.11.0

Choose a tag to compare

@updevru updevru released this 13 Mar 17:04
· 275 commits to main since this release
df9a978

What's Changed

  • feat: advanced orders, order management, account list redesign (v0.11.0) by @updevru in #10

Added

  • Advanced Order Types: Order modal now supports Limit, Stop-Loss, Take-Profit, and linked SL/TP pair orders with dynamic price fields and auto-selected stop conditions (stop_loss_take_profit).
  • Order Management: Cancel active orders (X/Del) and modify orders (E) directly from the Orders tab with confirmation dialogs (order_management).
  • Enhanced Orders Table: Richer columns showing stop conditions, limit/stop prices, validity, and executed/remaining quantities per order type (order_management).
  • Account List Redesign: Two-row format per account — ID on first row, Equity + daily P&L (color-coded) on second row (account_list_redesign).
  • Number Formatting: Thousand-separator formatting with spaces (Russian locale) for all monetary values (account_list_redesign).
  • PlaceSLTPOrder API: New method for placing linked stop-loss + take-profit order pairs where one cancels the other (stop_loss_take_profit).
  • CancelOrder API: New method for cancelling active orders via gRPC (order_management).

Changed

  • Finam Trade API SDK updated with PlaceSLTPOrder support (stop_loss_take_profit).
  • Account List removed Type column in favor of the two-row Equity/PnL layout (account_list_redesign).

Fixed

  • Order Status Mapping: All order statuses including SL/TP-specific ones are now correctly mapped (order_management).
  • Price Auto-Fill: Order modal pre-fills price fields with current market price from search results (stop_loss_take_profit).

Full Changelog: v0.10.1...v0.11.0

What's Changed

  • feat: advanced orders, order management, account list redesign (v0.11.0) by @updevru in #10

Full Changelog: v0.10.1...v0.11.0