How should we determine future Ichimoku period dates? #1060
Replies: 2 comments
-
There are other options to call third-party APIs to get market and asset calendar info, but we won’t implement those. We don’t want to introduce external dependencies, and it violates our guiding principles for encapsulation. |
Beta Was this translation helpful? Give feedback.
-
My suggestion would be adding two new properties: Not sure about everyone, but most of time, I only care about the number of bars forward/backward, so the date is not important. |
Beta Was this translation helpful? Give feedback.
-
Ichimoku Cloud currently lacks needed future values beyond the last price (see #675 for problem statement). The calculation and quantity of future values is known and not an open concern, we know how to do that. We only need to decide on the best date values to apply to those future dates.
Beta Was this translation helpful? Give feedback.
All reactions