Skip to content

suenot/deep-profitmaker

Repository files navigation

Deep-profitmaker package

This package is work in progress.

Account

Account scheme

Agent is universal name for: broker, bank and any other financial organization.

Tinkoff invest api methods:

Instrument

Instrument scheme

Tinkoff invest api methods:

Position

Position scheme Source of position can be TinkoffProvider GetPositions() or Sum Handler that sum all transaction (trades, orders, etc).

Tinkoff invest api methods:

Wallet

Position scheme

Candle

Candle scheme

Tinkoff invest api methods:

Transaction

Operation

Trades from the marker and from users are the same stucture. Operations, Orders and Trades are one union structure - Transaction.

Transaction scheme

Tinkoff invest api methods:

  • GetLastTrades - Метод запроса последних обезличенных сделок по инструменту.
  • GetOperations - Метод получения списка операций по счёту.

OrderBook

OrderBook is the Order with child orders Tinkoff invest api methods:

Order

Orders from the marker and from users are the same stucture. Also can be SmartOrders (bot with grids, trailings, strategies) that can have child Orders.

Engine

Engine scheme

Strategy

Strategy scheme

Tinkoff invest api methods:

Releases

No releases published

Packages

No packages published