powered by
Displays Fibonacci bands
fibs(df, showgraph = TRUE, title = NULL, hideprints = FALSE)
Returns graph with various levels as well as a vector
Dataframe with price data, works with various intervals
Whether or not you want the function to pop out the visual
A character string for the Title of your graph
if set to FALSE, prints out the support and resistance levels
fibs(tail(SPYdaily, 200)) SPYdailyfibs <- fibs(tail(SPYdaily, 200)) fibs(SPY15)
Run the code above in your browser using DataLab