fibs: Show Fibonacci bands

View source: R/avfintools.R

fibsR Documentation

Show Fibonacci bands

Description

Displays Fibonacci bands

Usage

fibs(df, showgraph = TRUE, title = NULL, hideprints = FALSE)

Arguments

df

Dataframe with price data, works with various intervals

showgraph

Whether or not you want the function to pop out the visual

title

A character string for the Title of your graph

hideprints

if set to FALSE, prints out the support and resistance levels

Value

Returns graph with various levels as well as a vector

Examples

fibs(tail(SPYdaily, 200))
SPYdailyfibs <- fibs(tail(SPYdaily, 200))
fibs(SPY15)

avfintools documentation built on Oct. 6, 2022, 5:14 p.m.