Settings: FRAMA: blue line, SC = 252, FC = 40, length = 252 EMA: orange line, length = 50 FRAMA seems to be the evolution of the current and much-used EMA. The basic strategy is simple: long if the price crosses up the line, short or exit if vice versa. The main difference between EMA and FRAMA is that the first one seems to lag much more than the first...
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...
The script was designed for the purpose of catching the rocket portion of a move (the edge of momentum). Long --When RSI closes over 60, take long order 1 tick above that bar. The closed bar above RSI 60 will be colored "green" or whatever color the user chooses. (RSI > 60) --On a long position, exit will be a closed bar below the ema (low, 10) . The closed...
The trend is your friend. Works well on 2hr TF which shows 30+60 ema from 8hr and Daily TFs. Use a higher TF momentum indicator such as TRIX to confirm.
Fractal Adaptive Moving Average indicator script
Calculates an exponential regression from arrays. Due to line limits, for sets greater than the limit, only every nth value is plotted in order to cover the entire set.
XPloRR MA-Buy ATR-MA-Trailing-Stop Strategy Long term MA Trailing Stop strategy to beat Buy&Hold strategy None of the strategies that I tested can beat the long term Buy&Hold strategy. That's the reason why I wrote this strategy. Purpose: beat Buy&Hold strategy with around 10 trades. 100% capitalize sold trade into new trade. My buy strategy is triggered by the...
Here is a script to know when big dumps, and pumps, are happening. Meant for crypto (I know that's what most people are interested in - it's a mistake) and small caps. Might work for other things have not checked. With some random small cap:
These are Philakone's EMA's. I added the 100 day in there as I didn't see that anyone had done that. The 100 might be the same color as the 200 looking at the code, I changed it on my chart, but just make sure you check the colors.
EXPERIMENTAL: channel lines based on linear regression and exponential curves (only 3 steps tho) that can be customized to adjust the advance/decay start/middle/end of line plus the lenght of the steps, 2nd step is 4x longer then the 1st.
The alpha parameter of this moving average decreases with every new bar on the chart, so it will become more slowly and slowly in course of time. Can act like additional support/resistance line but works in an acceptable way on weekly and monthly timeframes only.
Thanks to Jurij for his coding on single MTF EMA I added 2 more, but changed the time frame to 5min, 15min and 60min
Holt Exponential Moving Average indicator script. This indicator was originally developed by Charles C. Holt (International Journal of Forecasting 20(1):5-10, March 2004: Forecasting seasonals and trends by exponentially weighted moving averages).
Strategy. This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. You can use in the xPrice any series: Open, High, Low, Close, HL2, HLC3, OHLC4 and ect...
This script is a fork of the Madrid Ribbon, the only difference is that you can color your bars depending on the trend.
This script automatically calculates the divergence between your favorite exponential moving average and the current price (13 ema default). Additionally, it displays the area in yellow once the first threshold gets reached (1.5% divergence default) and in red once the second threshold gets reached (1.5% divergence default).