Onur Cinar
Onur Cinar
Thank you very much for your detailed bug report. I think you are correct. If you want to send a PR, please feel free to do so. Otherwise, I'll fix...
This is a great suggestion. When I started writing the TypeScript version, I wanted to make all the indicators to support streaming, but I quickly gave up on that given...
Hi! I'm glad to hear that you found the project useful! I tried to produce a quick example based on your description on repl.it: https://replit.com/@onurcinar/indicatorts-rsi-strategy-backtest#index.ts The current backtest doesn't support...
Hi, The indicators use periods to look back at price history. Like zooming in or out on a picture, the period affects how sensitive the indicator is to price movements....
Thank you very much for your kinds words! Please let me know if you see other areas that the package can be further improved. Yes, I didn't include much examples....
Yes, this was bugging me for a while. Originally I had this based on the upward and downward movement when it crosses. Would be nice to make this change. I'll...
Hi! Sure, please take a look at the following indicator: https://github.com/cinar/indicatorts/blob/main/src/indicator/trend/communityChannelIndex.ts There I have defined a defaultXXXXIndicator function that uses the default period, and the actual indicator accepts the period....
Thank you for filing a bug for it. You are right, it should be returning numbers between 0 and 100. There must be something wrong here. I'll take a look...
Hi Abhishek, Not yet fixed, and no active development on this as of now, so please feel free to take it.
This is a great idea. I wonder how to do this in a way that it can run on both the browser and the node, meanwhile, without hopefully touching each...