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

list order for calculating indicators? #89

Open Jiraiyah opened 5 years ago

Jiraiyah commented 5 years ago

Hi What should be the order of candles in the list for proper calculation? the last candle zero element or reverse?