Crypto Fund indicatorThis indicator is just a slight modified version of the godmode indicator developed by xSilas.
It helps to spot and extreme building selling or buying pressure.
I use it mainly for BTC on the 1h chart but can do the job on other crypto-assets and timeframes such as 5min, 30min etc.
D-XBT
Vortex Trend Tracker 2.0 + RSIHere's an updated version of our Vortex Trend Tracker indicator.
Here's the link to the original if anyone wants to read more about the Vortex or see the first version:
We've added in 4 rsi's of varying lengths for this second version(2 fast and 2 slow) that create the background color effect.
XBT Long 15 Minutes IndicatorXBT Long 15 Minutes Indicator shows Buy and Sell signals on XBT / Bitmex.
Open Long position with "C" and close it with "V".
It was designed to use it in 15 Minutes Scale.
Stop Loss: 3.3%.
Stop Gain: 4.3%.
Statistics from 5/1/19 untill 7/8/19.
23 Win Trades.
8 Loss Trades.
Effectiveness: 74.2%.
Profit: 66.3%.
I use it with 10X leverage.
PROFIT FACTOR: 3.75.
I am using it from 6/1/19.
You are responsible for the use.
I can not assure the future success.
OBV StochasticsThis indicator uses both a standard Stochastic Oscillator based on security prices and stochastically oscillated OBV values.
Explanation:
Stochastics measure momentum by comparing the current closing price to its lowest and highest price over a user-defined window of n periods. Without going too in depth, traders can view the K value as the current value for the stochastic indicator and the D value as a Simple Moving Average of K values. Users can adjust the length of that Simple Moving Average through modifying the smooth D parameter in the input option menu.
Traders can also define the upper and lower bounds for both sets of K and D values. These are plotted on the graph as the horizontal red (upper) line and horizontal green (lower) line. Generally, the upper line is viewed as the threshold at which a security can be considered overBought. Conversely, the lower green line is the threshold at which they can be viewed as overSold.
OBV, or On-Balance Volume, is a versatile momentum indicator that we discussed in our OBV Z-Scores open-source script. That is a good place to look if you're looking to gain a better understanding of the OBV indicator. By applying the stochastic formula to the OBV, it allows us to gain a better understanding of the current OBV value relative to its historical data and display the OBV in a {0.100} bounded range of values.
Plotting the standard price-based Stoch. K and D in combination with the Stoch. OBV K and D can help identify divergences and track the progression and direction of trends. For example, you can see that when the two move in opposite directions or when one significantly outpaces the other, it often hints towards an impending reversal.
The Graph:
As mentioned the upper and lower overbought and oversold thresholds can be adjusted by the trader and are plotted on the graph in red and green.
The green oscillating line represents the Stoch. K of OBV values, while the red line symbolizes the OBV D values.
The teal line is the standard Stoch. K and the orange line is the standard Stoch. D.
Users have two options for background highlights. The first option is to use green highlights to show entry signals and red highlights to show exit signals. These signals are based on the criteria we have set for identifying optimal entry and exit points. This is shown in the second pane.
The second option is to plot red highlights whenever Stoch. OBV K crosses the upper bound and green highlights whenever it crosses the lower bound. This is shown in the bottom pane. NOTE: Choosing this option means that signals will not be displayed in sequential entry-exit order (instead this is a good option if traders only want to identify when the security is overbought or oversold).
Input Options:
Traders can adjust the respective smooth K and smooth D values for both the standard stoch. and OBV stoch. Additionally, the lookback window length can be adjusted as well as the upper and lower bounds(in addition to the display options shown above).
Alerts:
Indicator sends alerts when entry and exit conditions are met, as well as alerts to inform traders when overbought/oversold conditions are met. Alerts can be tailored for GunBot / other automated trading platforms upon request.
~Happy Trading~
VWMA CrossesThis is a simple tool that gives traders a simple visual representation of Volume-Weighted Moving Average ( VWMA ) crossovers that is pretty similar to the MACD . We don't typically trade solely based on the VWMA , but it is definitely one of our go-to tools when combining multiple indicators.
When trading with VWMA's, it is common to enter a position when the fast VWMA crosses over the slow VWMA . In other words, the fast VWMA was previously less than the slow VWMA and is now greater in value than the slow VWMA . Conversely, traders often exit their positions when the fast VWMA crosses under the slow VWMA .
This tool plots the absolute value of the difference between the fast and slow VWMA's as a histogram. When the difference between the fast and slow VWMA's is greater than zero (meaning fast > slow), then the bars are green. The bars then turn red when the fast VWMA is less than the slow VWMA . The blue circle-line is a Simple Moving Average of the difference between the two lines.
Here's a quick guide to interpreting the chart:
if (fast VWMA > slow VWMA ) and (difference < sma of differences)
then color = lime green
if (fast VWMA > slow VWMA ) and (difference > sma of differences)
then color = dark green
if (fast VWMA < slow VWMA ) and (difference < sma of differences)
then color = light red
if (fast VWMA < slow VWMA ) and (difference > sma of differences)
then color = dark red
~Happy Trading~
Vortex Trend TrackerThough it may sound complex, the Vortex Indicator is essentially an uptrend line and a downtrend line. The vortex indicator can be used for a variety of purposes, including tracking the strength of trends, identifying/anticipating reversals, and generating entry/exit signals. It’s calculation is shown in the open-source code below.
To reduce the number of whipsaws produced by the indicator, we used an Exponential Moving Average of vmPlus and vmNegative values with a default length of 10. Decreasing this length will result in a more responsive vortex at the cost of more whipsaws and false signals.
The chart shows the absolute value of the difference between the uptrend and downtrend line displayed as the main histogram.
If the uptrend line is greater than the downtrend (thus indicating positive movement), then the histogram bars will be either light green or dark green. If the uptrend line has just now crossed the downtrend line, then the bar will be dark green. Bars will also be dark green when the uptrend line is greater than the downtrend line and the uptrend line is increasing. This means the trend is increasing in strength still. If the uptrend line is greater than the downtrend line, but is decreasing, then the bars will be light green. This means that the upwards trend is losing strength.
If the downtrend line is greater than the uptrend line, then there is a negative trend occurring and the bars will be either red or light red. If the downtrend line has just crossed over the uptrend line or is increasing in value, then the bar will be red. If the downtrend line is greater than the uptrend line, but is decreasing in value, then the bars will be light red (meaning the downtrend is weakening).
One way to trade using this vortex is to enter a long position when the bar color changes from red to light red. This would mean that the downtrend is decreasing in strength and an upwards reversal is likely to occur soon. Then, traders can exit their long position when the bars change from dark green to light green. When that color change occurs it means that the uptrend is running out of steam and price is unlikely to continue its upwards climb.
Traders can also choose to have the uptrend and downtrend lines plotted as well in the input menu. This may make it easier to visualize the Vortex and its usefulness in identifying reversals.
Volatility BandsWe used Marc Chaikin’s Chaikin Volatility as somewhat of a baseline for this indicator and then built on it. Like Chaikin Volatility, our indicator draws primarily upon high-low spreads to quantify a security’s volatility. It also has similarities to Keltner Channels as it uses ATR rather than standard deviations in its calculation of the different bands.
Inputs:
int ‘len0’, lookback window for fast EMA of high-low ranges.
int ‘len1’, lookback window for slow EMA of high-low ranges.
int ‘len2’, lookback window for slow EMA of closing prices.
float ‘m0’, ATR multiplier for first upper and lower volatility bands.
float ‘m1’, ATR multiplier for second upper and lower volatility bands.
float ‘m2’, ATR multiplier for third upper and lower volatility bands.
int ‘lenATR’, window length for ATR calculation.
Output: 3 Upper and Lower Volatility Bands (6 total).
1. Compute High Low Spread for current period.
hlr = (high – low)
2. Calculate Exponential Moving Average of HLR at length len0
fastEMA = ema(hlr, len0)
3. Calculate Exponential Moving average of HLR at length len1 (where len1 > len0)
slowEMA = ema(hlr, len1)
4. Get EMA of closing prices at length len2(where len2 > len1 and len1 > len0)
priceEMA = ema(close, len2)
5. Use adjusted Chaikin Volatility Formula to quantify volatility
v = (fastEMA – slowEMA) / slowEMA
6. Calculate three upper and three lower volatility bands (6 total):
ex:
upper0 = priceEMA + ((1 – cv) * (atrMult0 * atr(lenATR)))
lower0 = priceEMA – ((1 – cv) * (atrMult0 * atr(lenATR)))
One possible way to use this indicator is to enter a long position when the security’s price falls below the lowest volatility band and then exit when it crosses above the third upper band. This seems to get the best results for quick, high frequency trading. Another approach is to enter a position when the bands begin to break out from a compact state and the width between them increases.
Still tweaking the idea, so any feedback would be appreciated.
RSI + Volume-Weighted TSIThis indicator combines a standard RSI with a modified TSI.
Although a double smoothing process is already used in calculating the normal TSI, we decided to apply a volume weighted moving average of length (length_of_slow_TSI_EMA // 2) to it. This resulted in a smoother TSI that picked up on large-scale swings very nicely.
Entry Signals are generated when the Volume-Weighted TSI crosses above zero from negative into positive territory. Exit signals are generated when the TSI is above 40 and then begins its downward fall, along with a declining RSI value.
The Graph:
The Volume-Weighted TSI is plotted as the blue histogram, wile the RSI is plotted as the yellow histogram. We definitely wanted to go the simplicity route on this one's graphics, since the RSI and TSI are both classic and reliable indicators.
The green background highlights indicate an entry signal and red highlights signify an exit signal.
Input Options:
-length of Slow EMA for TSI
-length of Fast EMA for TSI
-Length of Volume Weighted MA of TSI.
-Length of RSI.
~Happy Trading~
CME & XBT - BTC Futures Settlement DatesHi everyone
This in an indicator inspired by Scarrff
I added the XBT quarterly and yearly settlement dates
Enjoy
David
Modiied Elder Ray Index(Bull or Bear)Here's a modified version of the Elder Ray Index created by the famed Dr.Alexander Elder. This indicator has proven to be especially helpful lately given the crazy state of crypto.
Slow Moving Average :
The top chart shows the moving average used to filter trends. I recommend using a higher window length(can be adjusted with the 'lenSlowMA' input option). I wanted this to be a very smooth moving average, so I used the following formula:
slow MA = ema(vwma(close, 64), 64)
This resulted in a pretty smooth line that still detects major price movements very well.
-The background and bar colors both change in response to the Slow MA's value. The background and bars change to green when a bullish trend is detected and red when bearish.
Bear and Bull Power :
To balance things out a little, I included two histogram's based on Elder's Ray. Here, a more responsive EMA with a shorter window length is used to calculate the bull and bear power values and track short-term price fluctuations.
NOTE: The length of the EMA used here can be adjusted in the input menu.
Bull Power = current high - EMA(close, 13)
Bear Power = current low - EMA(close, 13)
Bitcoin Fat Volume IndicatorBitcoin Fat Volume Indicator
The script displays aggregate sums of Bitcoin dollar and Tether market volumes separately as follows:
USD markets (blue): gemini, coinbase, okcoin, kraken, bitfinex, bitstamp, btce, mtgox
Tether markets (orange): huobi, binance, bittrex, poloniex, hitbtc
The indicator should work on all time frames on any chart so long as volume data exists. Obviously for full history use Bitcoin Liquid Index.
The indicator is slow that's why I'm not including other stable coins or fiat markets at present.
Use settings to turn off Tether or USD bars as desired.
CME Gap Finder - BitcoinOnly for Bitcoin!
This indicator locates weekly gaps created by the CME Futures market for Bitcoin.
As you can see, Bitcoin tends to close the weekly gaps created in the futures market so I thought this could be a very useful tool.
Instead of having to look between multiple charts, this simply overlays the past weeks open and close should a gap appear.
I hope you find this indicator useful!
Cheers!
BitMex XBTUSD StopLossShows you where to place your stop loss when trading the Bitcoin swap and futures contracts on BitMex. Enter your account size, position size, and desired risk per trade in the indicator settings. If stop seems too tight, use a smaller position size. Most seamlessly used with cross leverage on BitMex. Make sure to keep an eye on the liquidation level for your trades.
BINGO - LTF Bitmex Scalper for ETHThis is my first script which is exclusively made for ETH/USD for bitmex on 5-10min timeframe(Note: This is not for higher timeframe script, it was not designed to sustain all timeframes, but it might show some good results and you have to test it on your own). It might work for other coins, but i don't recommend it.
Its based on few parameters which I have been using to scalp ETH.
Currently its skipping few trades and exits which i will fix in sometime(getting to learn pine script), nevertheless it is by far most profitable of all my strategies.
LEGENDS:
1. Green Arrow up - Long
2. Red Arrow down - Short
3. Green TP - Take Profit for short position
4. Red TP - Take Profit for long position
If in Long postion, put STOP at low of 2nd last candle until TP1 hits. At TP1, take some profit and move stop to little above entry. Same for Short, put STOP and high of 2nd last candle until TP1 hits.
Also, it does not have alert function, so all of the trades have be manually executed. Trades are shown in chop zones as well, which will result in losses, so better use a chop indicator to avoid those trades.
Next update will have
1. FIxed missing Trades and Exits
2. Alerts
3. Improved Algo( Removal of signals in chop zone, options to have safe and risky entries, Stop placements)
4. Misc features such as, bar color change, multiple Buy/Sell(currently its alternative - Multiple means, if its a BUY and another BUY comes then it will show that too so you can add to the current trade) etc..
Just to clear my intentions, this script will be "paid only access" after next update(2-3 weeks). If you can, please tag your friends so they can benefit too. Please feel free leave a comment with all the suggestions and test results.
If you have made some money with this script, leave some tip:
BTC: 15sbDhh8t4itiFLuSTmznF87SMspvHBrDh
ETH: 0x8be1be65e9d6a167b8a4d10fda152d1d29e8e4cb
Axsonex IndicatorAxsonex Indicator
This custom indicator works on Cryptocurrencies, Forex, Stocks and more on ANY timeframe.
It gives signals based on our complex algorithm which combines moving averages with a variety of specific oscillators.
Learn more about the Axsonex Indicator here
___________
How To Get Access
Lifetime Access: $99
- Buy lifetime subscription here
OR
- Get it free with Axsonex Premium
(PLEASE ALLOW UP TO 24 HOURS FOR ACCESS)
sniperbitrader4.0Saludos traders!
El sniperbitrader te proporciona información precisa para que realices tu estrategia en Bitmex, una vez ubiques las liquidaciones 100X ,50X, 25X podrás poner tus ordenes y obtener beneficios en scalping.
Notese la linea blanca (base) donde obtenemos la informacion del precio donde mas comercio se ha realizado.
recomiendo usarlo en la temporalidad de 5 min, coloca tu orden Long o Short en los valores de liquidación y usa ordenes stop limit medio dolar por encima de la orden si es Short, o medio dolar por debajo si es Long, para que se ejecute la compra o venta de forma automática , según sea el caso.
Como siempre su servidor bitrader4.0 , formando traders de exito , un abrazo!
Greetings traders!
The sniperbitrader provides you with precise information so that you can carry out your strategy in Bitmex, once you locate the 100X, 50X, 25X settlements you can place your orders and obtain benefits in scalping.
Note the white line (base) where we obtain the price information where more trade has been done.
I recommend using it in the 5-minute period, place your Long or Short order in the settlement values and use stop limit orders half dollar over the order if it is Short, or half dollar below if it is Long, so that the purchase or sale automatically, as the case may be.
As always your server bitrader4.0, forming successful traders, a hug!
[ALERTS] CMYK-RMI-SMA
▼ This is the study version of the script, For usage with Autoview
◊ Introduction
This script makes use of three RMI's and SMA's, that indicate Overbought/Oversold on different Periods that correspond with Frequency’s that move the market.
◊ Origin
This is an update on █▓▒░ CMYK ♦ RMI ♦ TRIPLE ░▒▓█
◊ Usage
This script is intended for Automated Trading on the 1-5 minute chart.
◊ Features Summary
Two Part Indicator
Strategy Type Selection
Three RMI's SMA's
Trend adjustment
Pump/Dump Entry Delay
Pyramiding
Ignore first entries
Take Profit
Interval between Entries
Multiring Fix
Alert signal Seperation
◊ Community
Wanna try this script out ? need help resolving a problem ?
CMYK :: discord.gg
AUTOVIEW :: discordapp.com
TRADINGVIEW UNOFFICIAL :: discord.gg
◊ Setting up Autoview Alerts
Use the study version of this script, To set up The Alerts Autoview Picks up on.
Goto the CMYK Discord for support and Settings.
◊ Backtesting
Use the strategy version of this script for backtesting.
◊ Contact
Wanna try this script out ? need help resolving a problem ?
CMYK :: discord.gg
HAPPY TRADES!!!
Volatility FilterOver the past few weeks (as of today, which is: 12th of October 2018) there has been little to no volatility in most of the major cryptocurrencies. What volatility does come in comes and goes very quickly. It's difficult to discern good and bad moments to be in a trade. As a result I decided to create a volatility filter based on Hurst exponent market phases, Bollinger Band width, moving averages, volume and the average true range. The results are the above.
You can use this indicator against any asset or within any market. It actually reaps excellent results against the DJI and XAUUSD One of my suggested uses for it is if you're scalping, only enter a position when there is volatility (when there's no background color present). If you're swinging, only enter a position when there's low volatility (when the red background color is present).
Another way to use it (although this isn't intended, just incidental) is to take a position in the direction of the first bar after the red background has gone/after low volatility has passed. So if we get a declining candle when we exit a low volatility zone, short. Otherwise long. This is the experimental side of it though.
However, this indicator won't tell you what direction to trade in, so in order to get use from it I suggest having a trend filter and a trigger. Luckily these two things are in most traders' arsenal. If not, take a look at my other script which is a timelessly brilliant trigger for buying and selling:
Something else to consider is that the volatility is relative. If we go through a period of incredibly high volatility then afterwards we can sometimes expect the volatility filter to plot a red background even though there is still acceptable volatility left in the market. The volatility at that point is much less than the volatility beforehand.
With all that said, this easy-to-read tool will help you avoid flat periods when scalping and, conversely, help you determine good times to enter a swing trade. For those who had difficulty trading the markets as of late due to volatility, this indicator is perfect for you
Access to the filter is provided for 10$, payable in most low-transaction-fee cryptocurrencies. Access is limited to 250 customers. For more information message me through TradingView or message @overttherainbow through Telegram.
Have a nice day and good luck trading.
.BXBT Bitcoin Price Index for BitMEX - Gyro.BXBT script as seen on the BitMEX built-in chart.
This is not created by, authorized by or in any type of affiliation with BitMEX whatsoever.
This is not financial advice. Use at your own risk.
Tips are appreciated if you find this useful:
BTC: 15BtFGxY8Q4jybcnpVAc3r8yJDyRrPre1n
LTC: LhR5LW8qQ5byZvYkUeRR4njBDTxtCZynuk
Thanks
XBT Volatility Weighted Bottom Finder. [For Daily Charts]An update to:
Made it into and indicator.
v. 0.0.1
DESIGNED FOR DAILY CHARTS