-
Notifications
You must be signed in to change notification settings - Fork 288
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
vendor'ize #94
Comments
Great idea, I actually might make a composer package of the core parts. |
sweet, that'd be great |
side question, are you having trouble with the trader_stochrsi() results? the _rsi() seems fine but the stochrsi results don't seem right to me... including having entries that are just zeros |
|
results of stochrsi depend on the size of input, unless you know what exact
input tradingview uses, otherwise you wont get the same results
…On Wed, Oct 24, 2018 at 6:18 PM alikopasa ***@***.***> wrote:
side question, are you having trouble with the trader_stochrsi() results?
the _rsi() seems fine but the stochrsi results don't seem right to me...
including having entries that are just zeros
Hello did you find the problem of trader_stochrsi ? It seems not same as
tradingview.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAXgYur8d7BufMae7tueOoJWWRzJyb2cks5uoBRYgaJpZM4R4gBj>
.
|
very nice work! it would be great if you could have your library as a vendor instead of a standalone project, so that it could be used to extend on existing projects. probably able to get a lot more assistance with that setup also.
For instance my personal project is in Zend, and would love to use this to extend my functionality and I'd help fix things I come across, but since it's isolated I'll probably just have to skip it and redo stuff you've already done.
Or at least aspects of it, ya know? As much as possible...
The text was updated successfully, but these errors were encountered: