Bollinger Bands Modified (Stormer)This strategy is based and shown by trader and investor Alexandre Wolwacz "Stormer".
Overview
The strategy uses two indicators Bollinger Bands and EMA (optional for EMA).
Calculates Bollinger Bands, EMA, highest high, and lowest low values based on the input parameters, evaluating the conditions to determine potential long and short entry signals.
The conditions include checks for crossovers and crossunders of the price with the upper and lower Bollinger Bands, as well as the position of the price relative to the EMA.
The script also incorporates the option to add an inside bar pattern check for additional information.
Entry Position
Long Position:
Price cross over the superior band of bollinger bands.
The EMA is used to add support for trend analysis, it is an optional input, when used, it checks if price is above EMA.
Short Position:
Price cross under the inferior band of bollinger bands.
The EMA is used to add support for trend analysis, it is an optional input, when used, it checks if price is under EMA.
Risk Management
Stop Loss:
The stop loss is calculated based on the input highest high (for short position) and lowest low (for long position).
It gets the length based on the input from the last candles to set which is the highest high and which is the lowest low.
Take Profit:
According to the author, the profit target should be at least 1:1.6 the risk, so to have the strategy mathematically positive.
The profit target is configured input, can be increased or decreased.
It calculates the take profit based on the price of the stop loss with the profit target input.
Trendfollower
Trend Oscillatorwhat is "Trend Oscillator"?
it is an indicator for determining the trend.
what it does?
analyzes the price action by reducing it to 4 different situations. Red means strong bear, orange means bearish, yellow means weak bull and green means strong bull. It was developed to help traders who trade in the direction of the trend and its biggest promise is to simplify price action.
how it does it?
He defines 4 different situations as follows. If the velocity of the price is positive and the acceleration is positive, it is a strong bull, if the velocity is positive and the acceleration is negative, it is a weak bull, if the velocity is negative and the acceleration is positive, it is a weak bear, if both velocity and acceleration are negative, it is a strong bear.
2 for strong bull
1 for the weak bull
-1 for weak bear
Creates a function that takes values of -2 for the strong bear. this function is the velocity of the principal indicator, and then the integral of this function forms the principal indicator.
how to use it?
"source" is used to change the source of the indicator,
"length" makes the indicator give a later but less signal.
you can use it to follow or analyze the trend. colors make it easy to use. learns about current or past trends by looking at colors. Like any trend indicator, it can give unsuccessful signals in a horizontal trend.
TheBigBangTraders BreakoutName: TheBigBangTraders Breakout
Category: Trend Follower
Operating mode: Spot
Trades duration: Intraday
Timeframe: 1H
Suggested usage: the purpose of this strategy is to help to investigate if the asset is sensitive to breakout approach.
Entry: Trigger point can be choose by the user between:
High of the N days ago
High of the N weeks ago
Exit: End of Day
Usage:
⁃ It can be useful to use this script to test the behaviour of a definite asset
⁃ This is a raw system that can be considered a base to realize a complete breakout strategy
Configuration:
- N/A
Backtesting
⁃ Exchange: BINANCE
⁃ Pair: ETHUSDT
⁃ Timeframe: !H
⁃ Fee 0.075%
⁃ Slippage 0
- Start : 2020-01-03
How you or we can improve? Source code is open so share your ideas!
CryptoKillerCryptoKiller is a trend following trading system. It provides entry and exit points, a money management system and a trade management system.
The entry points (fuchsia line) are determined by CryptoKiller Oscillator (see other published script to understand how the oscillator works).
The trade management system provides the exit points in profit and in loss. This script works with multiple take profits (green lines), the initial position is liquidated little by little as the trend reaches the profit targets. Trade management also provides trailing stop exits to save the remaining profits.
Stop loss (red line) take into account the recent past of the chart to be determined, while take profits are fixed and have been calculated based on historical volatility.
The money management system is very simple, it plans to enter a position with a fixed percentage with respect to equity.
CryptoKiller, during an operation, also draws supports and resistances on the chart - determined by the oscillator (orange lines) these supports and resistances are used as a filter to understand where there is the greatest probability of trend development (some entry points provided by the oscillator will therefore not be considered by CryptoKiller as entry points, as in disagreement with the traced supports / resistances).
We know that an error appears in the backtest calculation, where the script is said to suffer from a bias, so the backtest calculation may not be accurate. Actually this happens in high times like H4 or daily, but CryptoKiller is not designed for these timeframes. it is a short-term strategy.
For more information read the author's instructions to contact us, we will send a PDF file with a more complete explanation of the strategy accompanied by screenshots.
Access to this script is granted along with access to CryptoKiller Oscillator.
The Trending Band IndicatorThis indicator shows the trend of the market. The middle line is the 200-day moving average because it shows the long term trend of the market. However, since the market does give fake signals of going up and down through the 200-day moving average, I had to put a band on it to push through the fake signals. The first band around the middle line is 1 standard deviation of historical volatility which gives an area of cushion to prevent fake signals. The goal is if the stock is above the first top band, then the stock is in an uptrend. If the stock is below the first bottom band, then the stock is in a downtrend. If it is the middle of the first bands, then the stock is known to be rangebound.
The top most and bottom most yellow lines are 4 standard deviations of historical volatility which give an idea of where the floor and ceiling are. This helps investors and traders identify good buy and sell zones using the yellow lines to see overbought and oversold sides.
This is a great indicator for people who need help following the trend of a stock, etf , etc.
Buy The Retrace backtest strategyA trend-following strategy entering pullbacks
Simple but efficient
Mostly used it on 1 min chart but it works extremely well on 5 min as well.
The components of the strategy:
-MTF ATR based Trend
-Fib based cloud to help determine the trend - Caution when trend and cloud shows a different trend - a reversal may be possible.
-Optional values for the signals -how often you would like to get one- can be changed based on - the current close relative to the close-only high-low range over a given period of time.
-3x take profit levels
- all adjustable in %
- take profit quantities adjustable in % for each level
-paints a line where your average position is
-labels the current position size
Be careful where the cloud is broken, a reversal may happen.
Be careful longing / shorting the same levels which acted as a support/resistance before - this is why the win ratio is around 80% only as a small percentage gets stopped out usually.
Would like to get access? Pm me I'll grant it.
EMA Slope Cross Trend Follower StrategyThis strategy uses the cross of the slopes of two EMAs having different lengths to generate trend follower signals. By default, I use 130 and 400, which behave very well.
The conditions which make the strat enter the market are:
- Fast Slope > Slow Slope and price > EMA 200 : go Long
- Fast Slope < Slow Slope and price < EMA200 : go Short
The simple slopes cross in the opposite direction, closes the position.
The strategy performs best on Bitcoin and the most liquid and capitalized Altcoins, but works greatly on volatile assets as well, in particular if they often go trending.
Works best on 4h time frame.
There's also an optional Volatility filter, which opens the position only if the difference between the two slopes is more than a specific value, which can be set in the strategy inputs. The purpose is not opening positions if price is going sideways and the noise is way > than the signal.
Enjoy it!
Xtreme TrendDisclaimer: This base Script is derived and tweaked from Half Trend. But unlike halftrend, it doesn't repaint and signals come at different logic.
Background:
I was using this script and trading with this for a while. Few weeks back I had come across a similar Script being sold as premium in Tradingview for $100 per month. The seller has a lots of videos in youtube and claims that he has created this script by investing lakhs and it also takes consideration of price action !!! . No doubt he is a successful trader but if you watch his other videos you will realize that he trades with S/R, trendlines and price action. He speaks quite well, and the morphed videos give impressions that all his profits are from using this indicator. I fell for it, but then after using for a few days I had realized that both the indicators are almost same, but giving signals at different time. When I edited my indicator for a few settings, it appeared that now signals are also coming exactly at same point. I never wanted to publish this script, but this person was going on and on fooling people. So, I have decided to publish it here, as a protected code. Again this is no holy grail. Works well in trending market and hell in sideways.
How to Use:
PLEASE WAIT TILL CANDLE CLOSE, take entry in the beginning of next candle. Time frame: 5 mins for index, 15 mins - 30 mins for stocks
Add 200 EMA over it ( Personally I love using 50 MA) and buy when signal and price both are on same side. Example, buy when there is buy signal + price is above 200 EMA
Sell: When price is below 200 EMA and there is a sell signal on the indicator.
Seems better when you mix it with pivots, S/R etc.
please comment, if you find this useful.
Trend FollowerHello Traders!
While analysing the charts, one of the biggest problem is to see if there is trend or not, or is it in a congestion zone/area? While thinking about it, I found the idea to analyse moving averages in channel and their momentum according to channel width.
How it calculates and works?
On each bar it creates a channel by highest/lowest point of a MA. highest point is upper point and lowest point is lower point of the MA channel,
It gets highest and lowest point of last 300 bars, (say Price Channel )
If the width of MA channel is greater than certain rate of price channel then it decides there is trend
After it decided there is trend, it calculates the rate between channel and MA. Bigger result means stronger trend.
According to rate of MA channel and the price channel , bar color becomes lighter/darker. so when you look at the bar color you can see the trend strength.
Short explanation on the chart:
Also by changing channel or size other options (such MA length etc) you can see congestion zones/areas:
Another one, about trend direction and its strength:
Options:
You can choose following MA types as source: EMA, SMA , RMA, WMA , VWMA
"Period to Check Trend" is the period to create MA channel. Bigger period cause more sensitivity.
MA Period is the Length of the MA that will be checked
"Trend Channel Rate %" is rate of price channel . Price channel created by using highest/lowest of last 300 bars. I did this to make the script works on all time frames correctly.
"Use Linear Regression" is used to get rid of noise. it may cause 1-2 bars latency. (I use it)
The idea was created by LonesomeTheBlue.
Enjoy!
[RSM] Relative Strength Momentum 10 sources v1.1This indicator was designed to compare relative price momentum across multiple related/unrelated symbols, maximum of 10.
Each symbol's momentum/trend is determined by price movement and custom weighted moving averages.
You can use this indicator to determine changing trends by looking at correlated leading symbols.
Description of Input Parameters:
Dark theme: Turn on this checkbox if you are using the dark theme in Tradingview.
MA Type: Default is preferred, but allows you to choose different Moving Averages to determine momentum.
MA Period: Ideal period is 200 for a Chart TF of 15 minutes to 1 Hour for most symbols I've tested. (US/Euro Indexes CFD and Futures )
Symbol 1-10: Enter a valid Symbol in Tradingview otherwise indicator will return an error.
Color Symbol 1-10: Pick a unique color for each corresponding Symbol.
Display Symbol 1-10: Checkbox to turn on/off corresponding symbol's plot.
Access to Script:
Please contact me privately on Tradingview, user id: a.tesla2018
Alternatively, use the links below for method of payment/access to this indicator. Please do not forget to mention your TV name in notes.
Pivot Reversal Strategy - FIGS & DATES 2.0Simple Pivot Reversal Strategy with some adding settings.
Date Range: To test over specific market conditions.
Initial Capitol: $10K - This is a more realistic representation of funds used this strategy (for me anyway). The default of $100K can give different results (usually better) than when using a smaller balance.
Order Size: 100% Equity - These trend following strategies typically used this way, going all in each direction.
Commission: .075% - It's always disheartening to think you've found a ridiculously good setting, and then realize you forgot to add the commission.
All of these settings can be changed, but it's easier for me (and more fool proof) to have them set as default.
AutoTrendTrader"The Trend is your Friend" is a popular quote and Day-Traders, as well as long-term Investors, build their Strategies on top of this Mantra.
Leverage this Principle by using AutoTrendTrader to ride the Trend and let your Profits run!
Get Email-Alerts with your customized buy and sell signals, or use autoview to trigger and exit the trades.
Features:
Reliable Detection of Up- and Downtrends - this will enable you to enter strong Trends at the right time
Partial Profit Taking - Configure your perfect Mix of taking profits early vs. letting profits run
Reversing Signals - Limit your Draw-Down
Proprietary Algorithms combined with multiple Confirmations via other Technical Indicators
What's included:
AutoTrendTrader Study (generate Signals)
AutoTrendTrader Strategy (backtest your Settings)
This Study was built to be used with autoview . It generates Alerts that can be used as Entry-Signals. Taking Profits will be configured via autoview. You can configure partial profit taking via autoview and exit Positions via the reverse Signal.
But of course this Study can be used to generate Entry-Signals for any Asset and then exit Positions based on your own technical Analysis.
RSI based trend follower
I'm a fan of "less is more". This indicator doesn't mess up your chart with lines, symbols, moving averages or such; it doesn't even add another oscillator in a separate window, letting you focus only on what is most important: price action. It will silently do its job by plotting an arrow (upward arrow for long triggers and downward arrow for short triggers).
It works really great with strong trending markets on higher time frames, so it gives its best on Stocks on a daily/weekly frame; consider it a long term trading indicator.