nimo23

Results 241 comments of nimo23

>Perhaps I am missing something, but I don't see how these help. You have to use a predefined num value and call that static method indirectly. For example: ``` Num...

>I would rather declare "hundred" as a field set in a constructor and do this, though... yeah, having https://github.com/ta4j/ta4j/pull/753 would allow this..actually, it is not possible..maybe someone else has time...

> I'd be happy to rebase my fork to yours @jnorthrup I will be so patient and wait until the end of September for an answer from @team172011 before I...

Should we include two interface methods within `class interface Indicator`: ``` String toJson(this); Indicator fromJson(String json); // casting must be done to appropriate indicator ``` Or better two static methods...

Yes, we should close this issue. No need for that.

>but there was no contributor who proposed flexible and generic solution for Indicator serialization and deserialization one suggestion, provide package `utils/serializer` with ``` interface IndicatorSerializer { String serialize(Indicator indicator); Indicator...

I suggest one of the following json provider: - https://jsoniter.com/ - jackson

I don't have time actually to do it but I think we should **not** close this issue and implement this in the near future.

@kennethjor your idea with `Map getParameters() `sounds well. Questions: - First SerDe implementation should be based on json. Which json-lib do you want to use? If we only serde a...

I am unopiniated about this PR. I don't fully know which solution is better in this case: the former version (with more classes, more redundant code, more cluttering, but easier...