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.
https://lppkarl.github.io/Trady
Apache License 2.0
545 stars 185 forks source link

Transforming Data issue #102

Open JeremyCrookshank opened 4 years ago

JeremyCrookshank commented 4 years ago

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.

pavlexander commented 4 years ago

@JeremyCrookshank you might follow this issue instead https://github.com/lppkarl/Trady/issues/111