Demo / solution with any indicator working ! (my C# is rusty) #578
-
First this library look awesome. I'm a little rusty with my C# do you have a demo somewhere to look at it ! ? i check the documentation but i don't remember exactly how IEnumerable work. Ty for this hard work btw can't wait to understand the basic of it !!** |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
First, check out the example in the guide: Then, for a basic Console App example: For a more advanced Web API approach, take a look at the code for the demo site: |
Beta Was this translation helpful? Give feedback.
First, check out the example in the guide:
https://dotnet.stockindicators.dev/guide/#example-usage
Then, for a basic Console App example:
https://dotnet.stockindicators.dev/examples/
For a more advanced Web API approach, take a look at the code for the demo site:
https://charts.stockindicators.dev