TheCookieLab

Results 76 comments of TheCookieLab

@Wesw very promising - would you be willing to create a draft PR to facilitate collaboration for this? On Fri, Sep 8, 2023 at 4:00 PM Wesw ***@***.***> wrote: >...

> Would it be better to overwrite `bigDecimalValue()` in its subclasses instead of providing a default method? > > For example, in `DecimalNum`: > > ``` > @Override > public...

You can backtest multiple strategies/barseries in your client code via your preferred concurrency approach. As for your stated capital requirement logic, that too is specific enough to belong in your...

Since there has been no activity in this issue for months I'm closing with the assumption the question was answered. If that's not the case feel free to re-open with...

@nimo23 what is your plan for this PR?

@nimo23 barring an update from you I'll be closing this PR (without merging) in the next couple of days.

In what scenario would both the average gain _and_ average loss both be zero? Periods with price losses are counted as zero for the average gain term, and periods with...

An alternative is to return NaN, making the "exception"explicit. Any other suggestions?

While there may be little to no difference on a number line, in this case it's quite literally the difference between valid and invalid. Silently swallowing signs you have something...

After mulling this over I've come around to returning 50 in this scenario. @jorkey would you mind creating a PR?