elliot_wave: Elliot wave - puglisij

Description Usage Arguments Value Author(s)

View source: R/elliot.r

Description

Criteria must match as follows: Climb in instrument begins as wave 1, followed by a retracement which is wave 2, followed by another climb wave 3, followed by a retracement wave 4, and then followed by the final climb, wave 5.

Usage

1
2
elliot_wave(v, eps = 1e-16, maxiter = 10000, fib = c(0.236, 0.382, 0.5,
  0.618), time_restrictive = TRUE)

Arguments

v

vector of instrument price data

eps

numeric

maxiter

maximum number of iterations

fib

vector of fibonacci ratios

time_restrictive

boolean each wave is restricted to its individual time interval

Value

list containing entries and golden ratio computed position scaled

Author(s)

puglisij


gitdek/elliotwave documentation built on May 17, 2019, 5:28 a.m.