fibs | R Documentation |
Displays Fibonacci bands
fibs(df, showgraph = TRUE, title = NULL, hideprints = FALSE)
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 |
Returns graph with various levels as well as a vector
fibs(tail(SPYdaily, 200)) SPYdailyfibs <- fibs(tail(SPYdaily, 200)) fibs(SPY15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.