-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stochastic RSI is missing #3
Comments
Yes, these bindings are a little bit out of date right now. Hopefully I'll have some free time to update soon. |
This is a well structured and flexible library, thank you for open sourcing this and I can add necessary lines in inds.cpp (for stochrsi) but I have tested a method that comes alphabetically after the stochrsi by using Palantir (PLTR) prices and indicator values calculated with Tradingview, and saw that the WillR method's results are quite different from the Tradingview's ones. I wonder if this situation is also related with changed indicator orders (since all indicators have an index value in inds.cpp)? Below are the values I got from Tradingview including both start (30.09.2020) and end (02.12.2020) dates. Both values are calculated for period = 14 days.
And below is the Tradingview's result array:
However the calculated results (copied from the Console Application generated as advised) are: WillR Output: |
To update you'll want to compile tiamalgamation.c from the C repo of Tulip Indicators. Then copy it to the external folder and run external/rework.tcl to create inds.cpp. Changing inds.cpp manually is probably asking for trouble. The issue is that to work with .net core, this is more of an automated rewrite of the C code instead of a wrapper. It's messy, but it works. If you want to only add one or two functions, you might simply try adding them to a separate file and calling them directly without all the indexing and what not. If your needs are of a business nature, and you have a budget for this project, drop me an email and I can get you up and running. I've done a lot of new features and indicators with this sponsorship model in the past. Otherwise, I can only afford work on this in my free time. |
Stochastic RSI (https://tulipindicators.org/stochrsi) is missing in .NET wrapper's "tinet.indicators.INDICATORNAME" structure.
The text was updated successfully, but these errors were encountered: