I’m currently working on a couple of Telegram bots:
- Trade Pulse - a Telegram bot that delivers trading alerts based on technical analysis.
- Inside Surfer - a self-reflection assistant for tracking thoughts and preparing for therapy sessions
You can check out some of my repositories:
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


