karlwancl / Trady

Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.

Home Page:https://lppkarl.github.io/Trady

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transforming Data issue

JeremyCrookshank opened this issue · comments

When transforming data it doesn't always seem to work when using bihourly when scaled up from 15 minutes.

Transformed results includes a lot of 15 minute candles and a mix of bihourly ones.

When transforming to daily, weekly it seems to work. However smaller time units cause issues.

@JeremyCrookshank you might follow this issue instead #111