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

Missing implementation in several Candlestick patterns #81

Open ddzartiaga opened 5 years ago

ddzartiaga commented 5 years ago

Hammer, InvertedHammer, HangingMan, ShootingStar doesn't have ComputeByIndexImpl codes.

karlwancl commented 5 years ago

@ddzartiaga Some of the candlestick patterns are not yet implemented, it will be good if you could create a PR on it 👍