GHTaarn

Results 14 issues of GHTaarn

The `plot` function can take arrays of `Date` and `DateTime` as arguments, but the `ohlc` function throws an error when it gets such a parameter: ```julia julia> using Plots, Dates...

enhancement
help wanted

According to the project README, all contributions should include a README. It would be very helpful for new users (including me) if this applied to all models, but none of...

As you probably know, Ichimoku is one of the most popular indicators in the world, so I feel that it is worthy of being in the Indicators package. This implementation...

Hello, I get a stack trace when I run the following simple code: `using Temporal quandl("AAPL")` I am using v0.7 on Julia 1.4.2 on Windows 10. The stack trace is:...

I would like to contribute this code for Heikin-Ashi

On https://docs.julialang.org/en/v1/stdlib/Test/ the link to https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package does not work. The link has the text "adding tests to your Julia Package"

doc
good first issue

The following code results in `h_0` being rejected even though the sample was carefully chosen to match the distribution: ``` using HypothesisTests, Distributions n = 50 x = 0.5 .^...

The example startup script was not legal Julia code, this is my suggested fix

`Registry` has no docstring (in a recent nightly build). `Registry` is an exported symbol, so I feel that it would be relevant to have a docstring.

When a `ZonedDateTime` with a zero millisecond component is represented as a string, then the millisecond component is not shown in the `String` leading to `parse` errors if the `String`...