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 184 forks source link

How to import trades #127

Open amironline opened 2 years ago

amironline commented 2 years ago

I have some tick data and I want to convert them to various period candles. I could not find any method to load using trady import. So, I want to use a list of trades and convert it to candle using TransformToCandles method in TradeExtensions.

What is the best solution to my problem?