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

Block or report evsamsonov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
evsamsonov/README.md

Hi there 👋

I’m currently working on automated algorithmic trading.

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

  1. trading-indicators trading-indicators Public

    Trading indicators

    Go 12 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