Script which calculates/predicts future golden/death cross times assuming the prices remains at configured level (-50% to +50% relative to current price)
A strategy is to apply two moving averages to a chart, one longer and one shorter. When the shorter MA 50 day scrosses above the longer term MA 200 days it's a buy signal as it indicates the trend is shifting up.This is known as a "golden cross." When the shorter MA crosses below the longer term MA it's a sell signal as it indicates the trend is shifting down....
This indicator predicts future moving average (SMA) values assuming the prices remains at configured level (-50% to +50%). It can be used to predict golden/death crosses as well - when two of these indicators are on - one configured for length 50 and one for length 200.
Work in progress - made the VWAP really small because it is only used on the shorter time frames, but it is nice to have at times - BBands are great for showing me when to pay even more attention, when they are squeezing Open to suggestions
To use with this strategy/ . This one enables to set up alerts on TradingView (not possible inside a strategy script)
Just a simple strategy to put two MA on the same chart and find golden/death crosses. Default on 50/200.
Just a simple script to put two MA on the same chart and find golden/death crosses. Default on 50/200.