Elastic Volume Weighted Moving Average - eVWMAElastic Volume Weighted Moving Average - eVWMA item is a Trading Indicator and it was developed by Brian Brown on December 8, 2009. The coding of this Technical Analysis indicator demanded 12 lines of code. The indicator is named 'elastic_volume_wma' and it is implemented using JScript.Net. It gets 2 arguments. The different variables are: Period (Type: Number - Default Value: 0): Time period Coeff (Type: Number - Default Value: 0): Coefficient Example: p = elastic_volume_wma(0, 0); To show the indicator on a chart: Plot(elastic_volume_wma(0, 0), "Elastic Volume Weighted Moving Average - eVWMA", colorRed); Future and Past Bars: The function does not use future bars. It uses zero past bars. Click on this link to download Elastic Volume Weighted Moving Average - eVWMA Search terms used to find this trading item include evwma, Elastic Volume Weighted Moving Average, volume weighted moving average, indicator evwma, evwma indicator The trading object is saved under the following categories: Technical Analysis Trading Indicators: Volume * Price Momentum Oscillator Lane Stochastic Oscillator Center Of Gravity - COG Choppiness Index Klinger Volume Oscillator Chandelier Exits Positive Volume Index Disparity Index TFS MBO TFS Volume Oscillator TFS Tether Line Relative Vigor Index - Signal Line Relative Vigor Index Vertical Horizontal Filter - VHF Detrended Price Oscillator SafeZone Stop Coppock Indicator Buff Moving Averages Indicator Mass Index Indicator Chande's Range Action Verification Index - RAVI |
|