The Alpha Beta Gamma Indicator is a technical analysis tool that uses the lowest and highest prices over a specified period to calculate three values - alpha, beta, and gamma. Alpha represents the percentage change from the lowest price over the period, beta represents the percentage change from the highest price over the period, and gamma represents the position...
This indicator is a part of the script I coded earlier this month. The name is to surprise one of our discord member. I will publish that indicator in a few days as well, but publishing this as a gesture of giving back to the community. Indicator has: 10 Moving Averages Adjustable Color, Opacity and Size etc Shows Labels for each of the MA. Can be shifted...
MODIFIED ADX DI+/DI- V5 Usage: To use this indicator for entry: when DMI+ crosses over DMI-, there is a bullish sentiment, however ADX also needs to be above 25 to be significant, otherwise the move is not necessarily sustainable. Inversely, when DMI+ crosses under DMI- and ADX is above 25, then the sentiment is significantly bearish , but if ADX is below 20,...
Capital Asset Pricing Model (CAPM) demonstrates how to calculate the Cost of Equity for an underlying asset using Pine Script. This script will only work on the monthly timeframe. While you can change the default inputs, you should study what CAPM is and how this works before doing so. This indicator pulls various types of data from SPY from various timeframes...
VARS 2.0 (Volatility Adapted Relative Strength) Basically, my VARS 2.0 indicator uses a stock's alpha in comparison to the SPX to determine whether there is relative strength on an volatility adjusted basis. The idea for this indicator owes quite obviously to Matt Caruso . In this indicator I combine his Alpha Bars indicator with my interpretation...
this is a modified version of AlphaTrend Strategy with added trailing Stop Loss this is my first script that I have added to tradingview community the trailing SL makes it very effective to lower the losses and can improve the overall return
––––History & Credit This indicator came from studying Alpha trends and the concept from CMT Brian Shannon –––––What it does Upon uploading choose two dates from which the script will calculate Anchored VWAP from both dates. The dates can be easily moved for faster adjustment and re-calculation. –––––How to use it If you are trading a breakout methodology...
Library "regress" produces the slope (beta), y-intercept (alpha) and coefficient of determination for a linear regression regress(x, y, len) regress: computes alpha, beta, and r^2 for a linear regression of y on x Parameters: x : the explaining (independent) variable y : the dependent variable len : use the most recent "len" values of x and...
The indicator will show the Sectors which are leading or lagging NIFTY50 index based on Alpha & Beta values. Stock selection can be done based on the respective Sectors. Look for alpha & beta values. Prefer one with high beta. Greens are leaders & Blues are lagers. This don't completely indicates a trend, but it can give the overview of a major trend &...
This is a Index Screener which can short list the major Sectors contributing to NIFTY movement that day. This helps in sector based trading, in which we can trade in the stocks which falls under that particular sector. No need to roam around all the stocks in the whole watchlist. It is recommended to create sector wise watchlist of all sectors. It will be easier...
This is a Live Screener for my previous Alpha & Beta indicator, which filters stocks lively based on the given values. Use 5min timeframe for Live Intraday. The default stocks in the screener is selected based on high beta value from F&O listed stocks. It may include other stocks also. User can input stocks of your choice either through the menu or through the...
This strategy is meant to trade Bitcoin perpetual contracts, and achieve significant gains relative to buy and hold. The strategy uses a range of indicators, including volatility analysis, compression, trend analysis, pattern recognition, and others. The strategy can be adapted for trading BTC spot. The strategy was back-tested on FTX (2+ years) and BitMEX (6+...
How to use Alpha(α)? If Alpha is positive the stock outperforms, if the value is negative means the stock underperforms. α < 0: The investment has earned too little for its risk (or, was too risky for the return) α = 0: The investment has earned a return adequate for the risk taken α > 0: The investment has a return in excess of the reward for the assumed risk ...
This is a part of my Feigenbaum family of scripts. This one however uses the Feigenbaum Alpha constant (the constant of the width of the tein from the subteins) as a proportion of the ROC. Then it uses that to establish a middle point, and 2 resistance and 2 support lines.With the widest lines being R2 and S2. Dark red is R2 and Dark Green is S2. I encourage...
Portfolio Metrics **New** 'returns' 'log returns' 'geometric returns' portfolio alpha portfolio beta portfolio,market correlation portfolio standard deviation portfolio variance mean portfolio returns maximum drawdown maximum gain
Portfolio Metrics... Standard Deviation Jensen's Alpha Beta Expected Return (CAPM, Ra) Sharpe Ratio Treynor Ratio
Alpha & Beta Indicators for Portfolio Performance β = Σ Correlation (RP, RM) * (σP/σM) α P = E(RP) – Where, RP = Portfolio Return (or Investment Return) RM = Market Return (or Benchmark Index) RF = Risk-Free Rate How to use the Indicator RM = SPX (Default) The Market Return for the indicator has the options of $SPX, $NDX, or $DJI (S&P 500, Nasdaq 100,...
Alpha Bands, this is a new idea I've been playing with recently in all my indicators. In layman terms we are here using mult to multiply length of the plot to replicate effect of multi time frame plot. Under the hood it is basically fast ma crossing over slow one but with this simple multiplier introduction is able to give it properties of higher TF ma's but...