Open pursehouse opened 6 years ago
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
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 @pursehouse Hello did you find the problem of trader_stochrsi ? It seems not same as tradingview.
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 notifications@github.com 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 https://github.com/joeldg/bowhead/issues/94#issuecomment-432541608, 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...