Skip to content

Instantly share code, notes, and snippets.

View talaikis's full-sized avatar

Tadas Talaikis talaikis

View GitHub Profile
@adwellj
adwellj / opencv4nodejs install.md
Last active January 28, 2023 09:52
Windows Global Install for opencv4nodejs

Installation

Start with node-gyp

You can install with npm:

$ npm install -g node-gyp
@talaikis
talaikis / ptv.py
Last active September 25, 2017 19:26
Probabilistic true value
"""
This idea first used for bitcoin. Data file format is MT4's.
Similar strategy(-ies) is used by market makers.
It's definitely betetr than any moving average based strategy.
ETH donations accepted: 0x007F11363140F2edE5f6d4F1a19A352861e013e0
"""
from os.path import join
from pandas import read_csv, to_datetime, DataFrame, read_pickle