Skip to content

reetou/trader_ex

Repository files navigation

Trader

TODO: Add description

Installation

If available in Hex, the package can be installed by adding trader to your list of dependencies in mix.exs:

def deps do
  [
    {:trader, "~> 0.1.0"}
  ]
end
  • Add cron for checking prices regularly for tracked stocks
  • Add cron for checking algo decision for tracked stocks
  • Add sell
  • Add create limit order to use stop loss
  • Add create limit order to use take profit just in case
  • Add more algos
  • 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 and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/trader.

About

Elixir trader bot for Tinkoff Invest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages