Replies: 2 comments 11 replies
-
btw - seems that you may just be becoming an industry standard. saw this comparison page showing how this particular author's indicators stacked up against the rest: https://github.com/mihakralj/QuanTAlib ;) |
Beta Was this translation helpful? Give feedback.
4 replies
-
Regarding your original idea here, I think there are some basic math utilities we can add. The old |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dave -me again!! seasons greetings.
I've been looking at generating the MYC signal (see: https://www.singlebroker.com/blog/post/top-advanced-indicators-for-crypto-trading/) by combining/chaining the essential ingredients required to produce this single signal line. Below is the pseudo code required to create the indicator:
The main issue would be that if I chain together the current indicators, it would create an additive expression and would not take into account the macd - macdEma calculation. I could of course leave this as a method and be done with it, but just wondered if there was a way to go about this via chaining.
Hope the above makes sense.
jim
Beta Was this translation helpful? Give feedback.
All reactions