Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reetou/trader_ex

Elixir trader bot for Tinkoff Invest API
https://github.com/reetou/trader_ex

Last synced: about 1 month ago
JSON representation

Elixir trader bot for Tinkoff Invest API

Awesome Lists containing this project

README

        

# Trader

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `trader` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:trader, "~> 0.1.0"}
]
end
```

- [x] Add cron for checking prices regularly for tracked stocks
- [ ] Add cron for checking algo decision for tracked stocks
- [x] Add sell
- [ ] Add create limit order to use stop loss
- [ ] Add create limit order to use take profit just in case
- [ ] Add more algos
- [x] Add last price on order history
- [ ] When buying, use limit order. And if limit order has not succeeded - cancel it.
- [ ] Store history cache data using Cachex instead of local state

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/trader](https://hexdocs.pm/trader).