Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reetou/trader_ex
- Owner: reetou
- Created: 2021-02-06T12:32:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T20:25:59.000Z (almost 4 years ago)
- Last Synced: 2024-12-04T03:08:04.027Z (about 1 month ago)
- Language: Elixir
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 stateDocumentation 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).