AVGetTechnicalIndicator function


Description


Get technical indicators using Alpha Vantage. Returns a series for the indicator over time for the specified equity symbol


Syntax


AVGetTechnicalIndicator(Symbol, Indicator_name, Interval, Parameters_range)

AVGetTechnicalIndicator function syntax has the following arguments :

  • Symbol String Equity symbol
  • Indicator_name String Technical Indicator requested
  • Interval String Frequency of the series. Valid values are Monthly,Weekly,Daily,60min,30min,15min,5min,1min
  • Parameters_range Object[,] Other arguments for the technical indicator indicator_name. Column1 is argument_name, Column2 is argument_value. See Remarks for more information.

Returns


Void A spreadsheet range representing the indicator calculated over time


Summary


An Excel spreadsheet function that returns a series for the specified equity symbol and technical indicator. See Technical Indicator Documentation for more details on available indicators and arguments for each one


Remarks


Usage : =AVGetTechnicalIndicator("MSFT","WMA","Daily","A1:B4"(see Technical Indicator Documentation for available indicators and arguments/values for each one))


See Also


Alpha Vantage Functions