-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
48 lines (48 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: ichimoku
Type: Package
Title: Visualization and Tools for Ichimoku Kinko Hyo Strategies
Version: 1.5.5.9000
Description: An implementation of 'Ichimoku Kinko Hyo', also commonly known as
'cloud charts'. Static and interactive visualizations with tools for
creating, backtesting and development of quantitative 'ichimoku' strategies.
As described in Sasaki (1996, ISBN:4925152009), the technique is a refinement
on candlestick charting, originating from Japan and now in widespread use in
technical analysis worldwide. Translating as 'one-glance equilibrium chart',
it allows the price action and market structure of financial securities to
be determined 'at-a-glance'. Incorporates an interface with the OANDA
fxTrade API <https://developer.oanda.com/> for retrieving historical and
live streaming price data for major currencies, metals, commodities,
government bonds and stock indices.
Authors@R:
c(person(given = "Charlie",
family = "Gao",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0750-061X")),
person(given = "Hibiki AI Limited",
role = "cph"))
BugReports: https://github.com/shikokuchuo/ichimoku/issues
License: GPL (>= 3)
URL: https://shikokuchuo.net/ichimoku/, https://github.com/shikokuchuo/ichimoku/
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
ggplot2 (>= 3.4.0),
mirai (>= 1.0.0),
nanonext (>= 1.0.0),
RcppSimdJson (>= 0.1.9),
secretbase (>= 1.0.0),
shiny (>= 1.4.0),
xts,
zoo
Suggests:
keyring,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/build/compilation-database: true