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

How to import trades

amironline opened this issue · comments

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?