Skip to content
View evsamsonov's full-sized avatar
🎯
🎯

Block or report evsamsonov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
evsamsonov/README.md

Hi there 👋

I’m working on algorithmic trading and a Telegram bot for trade notifications in my free time
https://t.me/TradePulseProBot

Trading engine on Golang:
trengin - A trading engine
tinkoff-broker - An implementation of Broker interface using Tinkoff Invest API
finam-broker - An implementation of Broker interface using Finam Trade API

Export quotes:
quik-quotes-exporter - An exporter quotes from QUIK terminal
jsonrpc-fsproxy - It passes requests to JSON-RPC server via files (using in quik-quotes-exporter)

Base Golang trading packages:
trading-timeseries - It provides structures for series of trading candles and ticks
trading-indicators - Trading indicators

Pinned Loading

  1. trading-indicators trading-indicators Public

    Trading indicators

    Go 13 2

  2. trengin trengin Public

    A golang library to build an automated trading robot. It provides the ability to separate trading strategy logic and interaction with broker.

    Go 1

  3. trading-timeseries trading-timeseries Public

    Provides structures for series of trading candles and ticks

    Go 3 3

  4. tinkoff-broker tinkoff-broker Public

    An implementation of Broker interface http://github.com/evsamsonov/trengin using Tinkoff Invest API https://tinkoff.github.io/investAPI/ for creating automated trading robots

    Go

  5. quik-quotes-exporter quik-quotes-exporter Public

    Экспортер котировок из торгового терминала QUIK

    Lua 1

  6. jsonrpc-fsproxy jsonrpc-fsproxy Public

    It passes requests to JSON-RPC server via files

    Go