Benny Neugebauer

Results 149 comments of Benny Neugebauer

> This issue is still there in 2024... any updates? Well... Microsoft will be discontinuing the Windows subsystem for Android from March 5, 2025: https://www.theverge.com/2024/3/5/24091370/microsoft-windows-11-android-apps-end-of-support

Ok, I sent you a pull request: https://github.com/jamesfoster/knockout.observableDictionary/pull/10 Feel free to ask me if you have any questions. :)

I received a "Failed to load resource: the server responded with a status of 504 (Gateway Time-out)" when querying through the site: https://packagequality.com/#?package=coinbase-pro-node-api

Hi @ozum, thank you for bringing the issue to my attention! I discovered a bug in how the `setResult` function in the `Indicator` base class caches previous values. I have...

Hi @ozum, I fixed the issue: https://github.com/bennycode/trading-signals/pull/679 I also added a test case for the "replace" behaviour in WSMA: https://github.com/bennycode/trading-signals/pull/679/commits/f515f04905a092a38de54c90063e219bb3017ba9 Please install [email protected] and let me know if it works....

Hi @ozum, the "replace" functionality is not yet available for all indicators. It's an early draft by @iam-rohid and myself and we are open to suggestions and Pull Requests.

Hi @ozum, the DX indicator doesn't have the "replace" functionality yet. To build it, it would be necessary to cache all its internal states (so a previous and current value...

Hi @o-nazaruk, do you need any help resolving the code conflicts or writing tests for it?

Hey @o-nazaruk, are you still interested in getting this merged? I think it is a very good change that you proposed here. :)

@o-nazaruk can you create a new PR that add the `smoothing` parameter to the constructur of Bollinger Bands? I can take over from there.