Cloud Trend Meter Uptrend / Bullish
Predict uptrend when at least 2/3 are green on the left side.
Downtrend / Bearish
Predict downtrend when at least 2/3 are red on the left side.
Simple Moving Average (SMA)
GoombX v1.1 - A trend catcherThis is an MA and stoch RSI based indicator which looks for particular crosses to identify strong trends.
It produces clear signals for:
- LONG ENTRY when it detects a significant MA cross and the right stoch RSI conditions
- LONG EXIT when certain stoch RSI conditions are met
- LONG STOP when price moves x% below entry (default 10%)
- SHORT ENTRY when it detects a significant MA cross and the right stoch RSI conditions
- SHORT EXIT when certain stoch RSI conditions are met
- SHORT STOP when price moves x% above entry (default 10%)
In testing it it performed best on daily chart with a 14 days Lookback window and 10% stop loss
NOTE that a signal is only definitive once the trigger candle has closed
To setup an alert with GoombX, follow these steps:
- Set up GoombX on your chart with the desired parameters and Time Frame
- Click on alerts in the right side of the screen and then Add (+)
- Under Conditions, choose the alert you are looking for (LONG ENTRY, LONG STOP,....)
- Under Options, choose "Once per bar close"
- Create
Easy to Use 50/100/200 Day Moving Average StrategyWhenever you see someone publish a chart or idea, what's the one thing you almost always see? Moving Averages!
Many investors focus on these indictors solely as entry and exit points, so here's an easy to manipulate strategy to backtest and see if this is feasible on your security.
CODE VARIABLES
LINE 2 - Here you can change your currency and amount you want to invest on each entry.
LINE 8/9/10 - Here we establish the 50 (Fast), 100 (Medium) and 200 (Slow) day variables. These can be adjusted to your choosing.
LINE 13/14/15 - Here we establish what date we want to start backtesting from. Simple change the defval on each line to change the date (In the code below we start on Jan 1st, 2010).
LINE 20/23 - Here, within the crossover and crossunder functions, we set which MA's must cross to enter and exit a trade. Below we have the 50 day moving above and under the 200 day. Simple change the variables to FastMA, MediumMA and SlowMA to your choosing.
NOTE: As a beginner you may not want to short stock, therefore LINE 5 was added to only allow long positions.
Hope this helps, from one beginner to another.
Cheers!
8 EMA & 5 SMA ComboA combination of 8 EMA & 5 SMA to use with more advanced MA strategies and de-cluttering of indicator list.
To identify lines, Color combination should be somewhat warmer/lighter to cooler/darker colors.
EMA have a thicker line than the SMA. Color pairs have lighter/darker in cases where there are slight variations (when using one over another).
3 EMA & SMA (Market Cycle)Simple Indicator based on 3 Simple and 3 Exponential Moving Averages. Used to indicate Market Cycles.
Definition of Bull Market: 10 SMA is above 21 EMA . 30 SMA slope is up. 55 EMA is trending above 200 EMA .
Definition of Bear Market: 10 SMA is below 21 EMA . 30 SMA slope is down. 55 EMA is trending below 200 EMA .
Moving Averages (21, 55, 200) with Parabolic SAR and Support/ ReA Simple indicator combining 3 of the most popular simple moving averages; (21,55, 200) with a tweaked Parabolic SAR as well as recent support & resistance points.
Developed to help see key areas of interest on COINBASE:BTCUSD quickly without needing to draw many manual trendlines in order to trade breakouts or bounces at key levels. But should be useful for any market.
This indicator is best used in combination with oscillators such as the MacD or RSI and also volume.
Moving Average Daily (& Weekly) 50,100,200Free to use Moving Average indicator for 50, 100 and 200 days that displays both the daily and weekly Moving Averages on the same chart - revealing key support and resistance lines that might otherwise be overlooked. Please ensure to view in daily view only.
What is a Moving Average?
Smooths out the price across each period to reveal short, medium and long term trends and their relationship to each other. In principal, when the price is above a moving average the trend is up, when the price is below a moving average the trend is down.
When a short term MA crosses above a long term MA (a "golden cross") it is a strong buy signal. Conversely when a short term MA crosses below a long term MA (a "death cross") it is a strong sell signal. However, a death cross is usually only critical when both MAs are moving downwards.
Note that Moving Averages represent historical data and therefore are not strictly predictive in nature, but show trends that may be in action. Notably the 200 MA will often be particularly respected as support or resistance.
This tool is for educational purposes only and not a recommendation to buy or sell. Always do your own research before trading.
Multi 200 SMA'sIndicator that allows to print multiple timeframes MAs on a single chart instead of opening each timeframe separately
SSL Channel BFSSL Channel Close is a great all-rounder based on 2 Simple Moving Averages, one of recent Highs, one of recent Lows.
The calculation prints a channel on the chart consisting of 2 lines.
This strategy gives a Long signal when price closes above the top of these 2 lines and a Short signal when it closes below the bottom.
Trading in choppy sideways markets can compound losses so we avoid that here by using recent ATR to determine relative volatility and refrain from trading when the background is White.
We use a basic 3% stop loss.
Charted on XBT/USD Bitmex Daily chart.
INSTRUCTIONS
Green = long
Red = short
White Background= No trade
The way I have set this strategy up is that if we get stopped out but we are still in a green or red background, we re-enter. Closing the trade only occurs on an opposing signal or if we get stopped out.
Scripting Tutorial 7 - Triple Many Moving Averages ResolutionsThis script is for a triple moving average indicator where the user can select from different types of moving averages, price sources, lookback periods and resolutions.
Features:
- 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually
- Crossovers are plotted on the chart with detailed information regarding the crossover (Ex: 50 SMA crossed over 200 SMA )
- Forecasting available for all three MAs. MA values are forecasted 5 values out and plotted as if a continuation to the MA.
- Forecast bias also applies to all forecasting. Bias means we can forecast based on an anticipated bullish, bearish or neutral direction in the market.
- To understand bias, please read the source code, or if you can't read the code just send me a message on here or Twitter. Twitter should be linked to my profile.
This script is meant as an educational script with well-formatted styling, and references for specific functions.
Multiple SMAs + X-Bar High/LowWhen starting my daily analysis, I typically open a daily chart and check where the price is compared to several SMAs, as well as check the high/low of today and the 10-day high/low. This indicator was designed to save chart space as well as make finding the highs and lows more efficient. Everything is adjustable, so you don't have to stick with my 10-bar rule.
Smoothed RSIThis smoothed RSI indicator is designed to allow users to try and identify periods of extended time in oversold and overbought areas using a smoothed RSI value.
Features:
- RSI
- Period
- Source
- Resolution
- Visibility
- Smoothed RSI
- Period
- Moving Average Type
- Visibility
MA X 200 BFGo long when the price closes above the 200 SMA.
Go short when the price crosses under the 200 SMA.
Keep it simple.
MavCrossover v2Simple moving average crossover strategy with
SMA and EMA,
a time window and
the possibility to set the 2nd MA as a factor of the 1st one (to quick cycle through them)
DT21 Moving Averages
I know a lot of people use the free version of TradingView, So I made a script to combine 5 Moving averages as 1 indicator for my followers
Scripting Tutorial 6 - Triple Many Moving Averages ForecastingThis script is for a triple moving average indicator where the user can select from different types of moving averages, price sources and lookback periods.
Features:
- 3 Moving Averages with variable MA types, periods, price sources and ability to disable each individually
- Crossovers are plotted on the chart with detailed information regarding the crossover (Ex: 50 SMA crossed over 200 SMA )
- Forecasting available for all three MAs. MA values are forecasted 5 values out and plotted as if a continuation to the MA.
- Forecast bias also applies to all forecasting. Bias means we can forecast based on an anticipated bullish, bearish or neutral direction in the market.
- To understand bias, please read the source code, or if you can't read the code just send me a message on here or Twitter. Twitter should be linked on my profile.
This script is meant as an educational script with well-formatted styling, and references for specific functions.
Volume-supported Fractal SRModified version of SynapticEX's Volume-supported Fractal S/R with EMA instead of SMA, pinescript 4 port, and EMA20/EMA50 defaults for support and resistance.
EMA20 = red/green
EMA50 = orange/yellow