High Short Selling ActivityThis object was implemented by Patrick Fonce on January 16, 2010. High Short Selling Activity is a Trading Indicator. The creation of this Fundamental Analysis trading indicator needed 21 lines of code. The Stock indicator is called 'shortratio_50' and it is coded using C#. It has 2 parameters. The different arguments are: shortratio (Type: Number - Default Value: GetData("short_selling","ratio", NA)): Short selling ratio period (Type: Number - Default Value: 10): Lookback period Example: p = shortratio_50(GetData("short_selling","ratio", NA), 10); Here is how to show the indicator on a chart: Plot(shortratio_50(GetData("short_selling","ratio", NA), 10), "High Short Selling Activity", colorRed); Future and Past Bars: The method does not require future bars. It needs 0 previous bars. Click on this link to download High Short Selling Activity Search terms used to find this trading item include short selling activity, short selling activity indicates, short selling time series, short selling software, short sale ratio time series The trading object is saved under the following categories: Fundamental Analysis - United States Stock Market Trading Indicators: (Stock Market) Short selling indicator Short Indicator Yang Zhang extension of the Garman-Klass Volatility Estimator Rogers-Satchell Volatility Estimator Garman-Klass Volatility Estimator Historical High-Low Volatility: Parkinson |
|