AVGetTechnicalIndicator functionDescriptionGet technical indicators using Alpha Vantage. Returns a series for the indicator over time for the specified equity symbol SyntaxAVGetTechnicalIndicator(Symbol, Indicator_name, Interval, Parameters_range) AVGetTechnicalIndicator function syntax has the following arguments :
ReturnsVoid A spreadsheet range representing the indicator calculated over time SummaryAn 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 RemarksUsage : =AVGetTechnicalIndicator("MSFT","WMA","Daily","A1:B4"(see Technical Indicator Documentation for available indicators and arguments/values for each one)) See Also |