The WaveRider - Help me to exit position!Hello,
I always like to refer to my previous articles to allow people to understand where am I in terms of knowledge at the time when I write this article.
BTC and ETH Long strategy version 1
BTC and ETH Long strategy version 2
Although some part of my crypto trading is automated via HaasOnline software, I like to take discretionary trades to feel the excitement of manual trading, especially during bull market :).
I write this new article and script because I did struggle to decide when to exit a recent LONG position on Ethereum.
Most of the novice traders struggles to know when to exit the position when gains are made.
The is exactly what happens to many people trading cryptos in the beginning of this bull market.
We always want more, we want to ride the wave as much as possible.
We see the gains growing every day and don't want to exist the position because tomorrow will bring more gains.
Yes, but sometimes there is a small retracement, the price is bleeding slowly but we want to hold because the price will move UP again in one of two days.
So the big question is went to exit (or not).
This subject is a difficult one because we are humans and highly influenced by our psychology.
Depending on the mood we are in, we can take different decisions.
If we are not feeling good and we are not in good mood, we will probably close a winning position as soon as a retracement comes in to keep our gains because we see this retracement as something bad.
On the other side, if we feel good and are in a good mood that day, we might take to opposition decision and keep the trade running as we believe that this retracement is something healthy for the price to allow it to continue to move up.
For novice traders, these emotions can impact the way how we trade and create frustrations if we exit a position too soon or too late.
So, why not to let a script giving us advices on this decision? If we are not sure if we should exit or not, this script might help us to take a better decision.
I have named this script the "WaveRider" because it is supposed to be used during bull market only when the asset is moving up.
Best time frame to use with crypto such as Bitcoin and Ethereum are 2H, 4H and 6H candles.
Even if it can also give you entry points to open a trade, the goal of this script is more to give you exit points.
So, if you have opened a trade manually and you are wondering if this is the right time to close it, this script is made for you.
Technically, entry points are based on 2 Moving averages (slow and fast). We can enter in position when crossing over.
The Position can be closed if the same Moving averages are crossing down. In addition, it will exit if the price suddenly drops below the Moving average.
I know it sounds simple and stupid, but sometimes we don't ask ourselves the right questions when taking the decision to exit a position. So, this script will remind you the basic stuff to consider before closing your position.
I hope that such idea will help you to take good exit decisions in the future.
Let me know if you need more details or want to access it.
Média Móvel Simples (MMS)
Beep Boop(Improved) Beep Boop Indicator for Trending Markets originally written by Trading Rush.
It is originally based on the MACD 12-26 and the 50 bar EMA.
The macd hist is color coded with green as buy and sell as red.
I added an option to use a couple of lower lag ema's (See line 13 - ema_signal).
Crypto EMA+MA+MACS by hobbeLeThis is an indicator that includes several EMAs and MAs (Used in Cryptotrading).
In addition, the Golden and Death Cross are also displayed.
Used MAs
MA 7 - Orange Line
MA 21 - Yellow Line
MA 25 - Grey Line
MA 99 - Blue Line
MA 200 - Green Line
Used EMAs
EMA 200 - Grey Dotted Line
EMA 222 - Pink Dotted Line
Golden Cross
Crossover MA25 + MA200
Death Cross
Crossunder MA25 + MA200
What is a Moving Average (MA) ?
A moving average (MA) is a widely used indicator in technical analysis that helps smooth out price action by filtering out the “noise” from random short-term price fluctuations.
Moving average is a trend-following, or lagging, indicator because it is based on past prices. The most common applications of moving averages are:
to identify the trend direction
to determine support and resistance levels
The two basic and commonly used moving averages are the simple moving average ( SMA ), which is the arithmetic average of a security over a defined number of time periods, and the exponential moving average ( EMA ), which gives greater weight to more recent prices.
What is a Golden Cross?
The golden cross is a candlestick pattern that is a bullish signal in which a relatively short-term moving average crosses above a long-term moving average. The golden cross is a bullish breakout pattern formed from a crossover involving a security's short-term moving average (such as the 15-day moving average) breaking above its long-term moving average (such as the 50-day moving average) or resistance level. As long-term indicators carry more weight, the golden cross indicates a bull market on the horizon and is reinforced by high trading volumes.
What Is a Death Cross?
The death cross is a technical chart pattern indicating the potential for a major selloff. The death cross appears on a chart when a stock’s short-term moving average crosses below its long-term moving average.
Source; Investopedia
Candle Body SizePlot bar size compare to SMA 50 bars back
1. Big Bar Size can be used as Support resistent level.
2. Working fine for futures market
Price Weighted MomentumThis indicator is a momentum indicator that is standardized by price. A.K.A (momentum / price)
The purpose of this indicator is to compare momentum between different assets regardless of price.
EX: Bitcoin will always have more momentum than XLE because it's price is $19000 (as of writing this) compared to XLE's price of $40 (as of writing this). But if you divide the momentum by price, you get a standardized value to better compare the 2.
This indicator can be used to compare everything on TradingView.
HOW TO USE/INTERPRET
Positive values denote an uptrend
Negative values denote a downtrend
A value of 0 (or very very close to 0) denotes sideways price action
WHAT'S INCLUDED
Price Weighted Momentum (Unsmoothed by default)
Optional smoothing with either a simple or exponential moving average
Side note: I only added functionality of smoothing for EMA and SMA for my personal uses, but if you want a version of this with another way of smoothing (e.g. HMA, SSMA, etc.) that you would like, the cost of me adding that for you is a follow on Twitter. Just DM me there :)
BTC and ETH Long strategy - version 2I wrote my first article in May 2020. See below
BTC and ETH Long strategy - version1
After 6 months, it is now time to check the result of my script for the last 6 months.
XBTUSD (4H): 14/05/2020 --> 22/11/2020 = +78% in 4 trades
ETHXBT (4H): 14/05/2020 --> 22/11/2020 = +21% in 9 trades
ETHUSD (4H): 14/05/2020 --> 22/11/2020 = +90% in 6 trades
Using the signals from this strategy to trade manually has shown that this was a bit frustrating because of the low rate of winning trades.
If you have to enter 100 trades and see 75% of them failing and 25% winning, this is frustrating. For sure the strategy makes good money but it is difficult to hold this mentality.
So, I have reviewed and modified it to get a higher winning rate.
After few days of work, tests and validation, I managed to get a wining rate close to 60%.
The key element was also to decrease the number of trades by using a higher time frame. (4H candles instead of 2H candles).
- Entry in position is based on
MACD, EMA (20), SMA (100), SMA (200) moving up
AND EMA (20) > SMA (100)
AND SMA (100) > SMA (200)
- Exit the position if: Stoploss is reached OR EMA (20) crossUnder SMA (100)
The goal of this new script is to be able to follow the signals manually and only make few trades per years.
I have also validated it against some other altcoins where some are giving very good results.
Here are some results for 2020 (from 01/01/2020 until now (22/11/2020). Those results are the one I get when using 4H candles.
ETH/USD: +144% in 8 trades.
BTC/USD: +120% in 7 trades.
ETH/BTC: +33% in 9 trades.
ICX/USD: +123% in 10 trades.
LINK/USD: +155% in 11 trades.
MLN/USD: +388% in 8 trades.
ADA/USD: +180% in 7 trades.
LINK/BTC: +97% in 10 trades.
The best is that above results are without considering compound effect. If you re-invest all gains done in each new trade, this will give you the below results :)
ETH/USD: +189% in 8 trades.
BTC/USD: +260% in 7 trades.
ETH/BTC: +29% in 9 trades.
ICX/USD: +112% in 10 trades.
LINK/USD: +222% in 11 trades.
MLN/USD: +793% in 8 trades.
ADA/USD: +319% in 7 trades.
LINK/BTC: +103% in 10 trades.
As you can see, the results are good and the number of trades for 11 months is not big, which allows the trader to place orders manually.
But still, I'm lazy :), so, I have also coded this strategy in HaasScript language which allows you to automate this strategy using the HaasOnline software specialized in automated crypto trading.
I hope that this strategy will give you ideas or will be the starting point for your own strategy.
Let me know if you need more details.
TrendsniperTrendsniper is an indicator built with MTF / 3D capability from the seconds to the weekly chart. It uses 2 key simple moving averages for MTF; the 20 and 21 with the zone fill using the 8 21 cross. We have incorporated the sma to avoid the whipsaw factor that an ema has so one can allow to stay in a trade while the trend remains as noted on the higher time frames and visible with MTF.
The longer time frame MTF moving averages give you a picture of the overall trend allowing trader to objectively trade using them to measure potential reversals and price strength. You will see that every SMA has time designations such as "15S1M" which would mean that that specific SMA is for the local time frame of 15seconds with 1M mtf inclusion. 15M60M would mean that that SMA is for the 15M local time frame chart with 60M mtf inclusion; meaning you're able to see the 60M (60minute) SMA on your 15M (15minute) chart. The same goes for the other SMAs noted in Trendsniper.
You will also notice that moving averages function as support and resistance and MTF moving averages may clearly note that on the chart.
A simple moving average is a technical indicator that can aid in determining if an asset price will continue or if it will reverse a bull or bear trend. We have used the 8, 20, 21 SMAs in this indicator to assist one with identifying the existing trend and exiting a trade when his/her conditions as a trader are met.
MA+ADX+DMICOINBASE:BTCUSD
BINANCE:BTCUSDT
Use long and short moving average to look for a potential price in/out. (default as 14 and 7, bases on the history experience)
ADX and DMI to prevent the small volatility and tangling MA.
Test it in 4HR, "BINANCE:BTCUSDT"
From 12/1/2017- 11/1/2020 (Mixed Bull/Bear market)
Overall Profit: 560.89%
From 1/1/2018 - 1/1/2019 (Bear market)
Overall Profit: -2.19%
From 4/1/2020 - 11/1/2020 (Bull Market)
Overall Profit: 274.74%
Any suggestion is welcome to discuss.
WR W-FCPO RoboFCPO trading robot is build based on one of the WR FCPO Trading Strategy.
The script will identify accumulation candle , Small candles (Min 2) inside Big Candle with Simple Moving Average (SMA) to identify trend Up or Down for Long or Short Entry condition at specific timeframe and will advice entry value and calculate advice take profit and stop loss based on % settable in the preset.
Once entry is confirm, script will popup one label with detail of Long Entry Condition or Short Entry Condition.
This is an accumulation candle being identified by the script :
This is an example of indicator produced :
This is an example of Long Entry Condition :
This is an example of Short Entry Condition :
Recommended Chart Settings:
Asset Class: FCPO Active Contract
Time Frame: 5 Minute
Long Entry Conditions:
a) Green Label with information of Buy Stop value, Take Profit Value and Stop Loss Value
b) Buy Stop value will be plot with Black Circle symbol on the chart
b) Take Profit value will be plot with Orange Cross symbol on the chart
b) Stop Loss value will be plot with Red Cross symbol on the chart
Short Entry Conditions:
a) Red Label with information of Sell Stop value, Take Profit Value and Stop Loss Value
b) Sell Stop value will be plot with Black Circle symbol on the chart
b) Take Profit value will be plot with Orange Cross symbol on the chart
b) Stop Loss value will be plot with Red Cross symbol on the chart
Take Profit and Stop Loss value can be change based on user risk management.
The entry label will appear once WR Q-Wyckoff Technique is valid (Accumulation Candle).
Exit Conditions:
a) Stop loss level is hit
b) Take profit level is hit
c) Last candle at the end of the day (at 17:59:45 or earlier)
Disclaimer:
This is a FCPO trading strategy that involves high risk of equity loss, You agree to use this script at your own risk.
If you have any suggestions, comments or interested to use this script, kindly PM us to obtain an access.
Array SMACalcuating SMA on an Array
In this script i show you how to calculate SMA on an array.
Several values are plotted just for illustration.
Steps to follow:
- make sure you have an array with values (source array)
- create a blank array (pref. with the same size)
- call the function array_sma
This function fills the empty array with the SMA values of the source array.
Easy Loot Golden CrossGolden/Death Cross Moving Average Indicator
30, 100 & 200 period Simple Moving Average (SMA).
30 = Yellow
100 = Green
200 = Black
Black crosses mark the 'golden crosses' as well as the 'death crosses'. These black crosses appear when the 30 crosses the 100 & when the 100 crosses the 200. These black crosses don't tell you when to buy/sell, but simply indicate interest in the market.
This code is open-source so feel free to add this indicator to your chart and play around with the different moving average timeframes & color schemes.
Golden Cross
The golden cross occurs when a short-term moving average crosses over a major long-term moving average to the upside and is interpreted by analysts and traders as signaling a definitive upward turn in a market. Basically, the short-term average trends up faster than the long-term average, until they cross.
There are three stages to a golden cross:
A downtrend that eventually ends as selling is depleted
A second stage where the shorter moving average crosses up through the longer moving average
Finally, the continuing uptrend, hopefully leading to higher prices
Death Cross
Conversely, a similar downside moving average crossover constitutes the death cross and is understood to signal a decisive downturn in a market. The death cross occurs when the short term average trends down and crosses the long-term average, basically going in the opposite direction of the golden cross.
The death cross preceded the economic downturns in 1929, 1938, 1974, and 2008.
BB™ Bot V.1BB Bot, uses volatility indicators, moving averages, MACD, and other complex technical indicators alike to plot the "Bull" and "Bear" signals on the chart. BB Bot is able to plot the "Bull" and "Bear" signals for stocks, crypto, forex, and futures. Personally, I like to use this strategy for swing trades as that is my preferred trading style, although you can use this for day trades as well. This indicator was made so can automatically get notified when my technical setup has occurred on a stock that I like.
Bear and Bull alerts can be easily set to any financial asset that you prefer.
Key:
Bull - Long
Bear - Short
If you have any suggestions as to how we can improve this indicator, please provide me with some feedback. I will be releasing more indicators for different trading styles specifically for lower time frames and such.
This indicator will be updated over time to compensate for user feedback.
If you have any questions feel free to comment/dm me here on TradingView.
-------
DISCLAIMER
IT SEEMS TO WORK WELL BUT STILL NO GUARANTEE ON PERFORMANCE.
RISK WARNING
PAST PERFORMANCE IS NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. TRADERS SHOULD NOT BASE THEIR DECISION ON INVESTING IN ANY TRADING PROGRAM SOLELY ON THE PAST PERFORMANCE PRESENTED, ADDITIONALLY, IN MAKING AN INVESTMENT DECISION, TRADERS MUST ALSO RELY ON THEIR OWN EXAMINATION OF THE PERSON // OR ENTITY MAKING THE TRADING DECISIONS.
Public & Pro ActionBased on Larry Williams Pro-Go logic for public and pro actions. This indicator works on all timeframes.
The public action is previous close to today's open.
The pro action is today's close to today's open.
The series is smoothened with a simple moving average.
It works best after the candle is formed.
Bollinger Band+ Multi EMA, SMAHello Everyone.
I make Bollinger band , 3 ema and 3 sma combined.
I think this indicator can use all timeframe.
--------------------------------------------------------------
Indicator will show you
1. Trend follow
2. Pullback catch
2. Market bounce.
1. Trend Follow
- Trend Follow for I used 3 terms. They are short, Mid and Long Trend.
2. Pullback Catch
- EMA for Save, take care, alert Zones.
- Mid Term Trend can be catch also.
3. Market Bounce
- Bollinger Band will show you market re-bounce point.
Final Notes
Indicator will show Trend, Pullback, Market bounce and some support and resistant level.
Bitcoin: Dips During BullrunThis script is designed to show dips during Bitcoin bull markets, assuming that Bitcoin finds its local low points in that market phase mostly around the MA(20W=140D) while having a low RSI value. Some other condition is also used to really only trigger after a distinct uptrend has begun. This indicator should only be used on the daily (D) timeframe, and preferably for the BraveNewCoin Liquid Index for Bitcoin (BLX). It's mostly for convenience as people could also just track the MA and the RSI closely, and additionally watch for evidence of a starting bull market. It is yet to be seen if Bitcoin really finds its local bottoms in this bull cycle based on those rules, but the latest price action looks promising. The indicator triggered a few weeks ago, so that the start of the next parabolic run of Bitcoin might be just around the corner.
Note that this algorithm is rather rudimentary, and it will also trigger in one more zone after the bullrun has already ended (marked on the chart above), as the first retest of the MA(20W) shows similar behaviour in the RSI as during bullrun dips. However with other indicators DeanTrader provides (as e.g. the "Bitcoin: Price Action Integrals", and the "Bitcoin: Top & Bottom Mini-Algo" indicators), it should be possible to determine when the bullrun has roughly ended to then discard this indicator until the next bull phase starts sometime in the future. Also some people might even want to trade the relief bounce based on that after-bullrun trigger.
You can hide the MA, as well as the green overlay and/or the plotted "B"s, if you only want to see some part of this indicator on your chart.
For access please contact me via DM on TradingView or on Twitter (linked on my TradingView profile and in my signature).
Fib Cross Moving AveragesThe white line is the main 200-candle MA. The fibonacci ratio MAs are relative to that 200-day MA. Some lines change color based on the trend shown by this indicator.
So 61.8% for example, the orange/red line golden ratio MA is a 124 candle MA (~68% of 200). There is also a weighted 124 candle MA that works along-side the 100 candle MA.
Pisani BandsThis indicator is based on Historical Volatility.
It's plot the simple moving average with a upper and a lower band.
The bands are calculated like this:
UpperBand = 20 Simple moving average + 20% * Historical volatility
LowerBand = 20 Simple moving average - 20% * Historical volatility
But, you can change the paramters. I use the 200SMA with 100% of Historical Volatility either.
How to use:
If the price are negociating out of the bands, it's dangerous to trade this stock.
Hope you like it.
EOD TraderMy EOD (End of Day) system for trading on the daily timeframe with minimum stress. Just pair the built-in alerts with the bot of your choice and then let the indicator do the rest. It'll determine the current trend, filter out as much noise as possible and then take you from long to short.
There are options to toggle the following:
Auto fibonacci levels with alerts for the look-back period of your choosing
Auto support and resistance with alerts
Alerts for the price closing above/below the 50MA
A coloured background to show the trend direction (green = up, red = down)
The fib and support levels can be handy when trying to determine when best to take profit or even exit the trade entirely.
Important: I personally use Heikin Ashi candles with this script to further filter entries. An option is available within the script settings to toggle this on/off should you wish to do the same.
This is a premium script. Please DM me for access.
[Strategy] Simple Golden CrossSimple Golden Cross Strategy.
Works best on a daily chart on "Blue Chip" cryptos such as BTC, ETH, and LTC.
Entry Signal:
-50 day moving average crosses over the 100 day moving average.
Exit Signal:
-50 day moving average crosses under the 100 day moving average.
-Daily candle closes under the 100 day moving average (support).
-100 day moving average crosses under the 200 day moving average.
Improved On balance volume with BB channel and double MAThis is an improved version of the on balance volume indicator.
I made it inside a bollinger band channel, so we can define better the zones. At the same time I applied 2 moving averages on OBV, to get a better idea of the trend and at same time that change direction of the trend.
Green - > uptrend - > we look for buy positions
Red - > downtrend -> we look for sell positions.
At the same time we have to be aware of crosses on bollinger bands, which can indicate a change in the trend .
umr Level TreeShows following levels and labels (which can be individually controlled):
OHLC levels of Today, Yesterday, This week, Last week, This Month, Last Month
Daily Simple Moving Averages (50, 100, 200)
Horizontal Grid on 50, 100 pips for FX instruments.
(to do) Add ATR or Std Deviation
(to do) Add Daily Change levels % i.e. 0.5%, 1%, 2%
(to do) Add Daily change in pips levels (for fx) i.e. 50 pips, 100 pips etc