andyb1979

Results 15 comments of andyb1979

+1 for license!

I have a chart library (but its commercial) which I've integrated to Trady. See [scichart.com](https://www.scichart.com/wpf-chart-features). Screenshot below. I plan to write a blog post to talk about how I've done...

I added an implementation which is about 3x faster than standard Trady RSI. It can be better if I can incrementally update the points ``` public class FastRsi : AnalyzableBase...

Update. I have an implementation of RSI which is about 1,000 times faster than the Trady built-in RSI, but requires that you update/add a single point via the AddOhlcv() method....

I achieved this by using the StartIndex, EndIndex parameter to indicator Compute function

It’s open source software bro, you have to work it out :D

It’s. it my project so I don’t know, but I suggest try it out :D

Just a suggestion (Im not the developer for AOS.js). Try the data-aos-anchor=".another-element" feature. This lets you trigger animations when a certain element denoted by ID or class is in view...

Just stumbled on this -- Implementing Jazzy Docs here for an [iOS chart component](https://www.scichart.com/documentation/ios/current/SciChart%20iOS%20v3%20SDK%20User%20Manual.html). So nested categories, that would be really useful! Could we (the [scichart](www.scichart.com) team) help to do...

Same question. I managed to generate a sitemap.xml for a Jazzy created site in post-processing Here's our site for an [iOS Chart library](https://www.scichart.com/documentation/ios/current/). This needed a sitemap to allow crawlers...