Skip to content

Wilson-G/ResampleHF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resample High Frequency Data

Introduction

These codes resample high frequency financial data using a large variety of published approaches.

Supported Data

Trades and Quotes Forex

Approaches

Currently, these techniques are implemented:

  • Calendar Time Sampling (CTS)
  • Transaction Time Sampling (TrTS)
  • Tick Time Sampling (TTS)
  • Duration Adjustment Sampling (DA)
  • Time Transformation Sampling (TT)
  • Business Time Sampling (BTS)
  • A smoothed Business Time Sampling variant (sBTS)
  • Weighted Standard Deviation Sampling (WSD)

The names in brackets refer to the variables in the process_data.py file. For references to these approaches see the comments within the code.

Usage

See my repo on realized quantities

About

Resample High Frequency Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%