Explosive PotentialThis script looks at times where MACD is within a specified range (very close to 0 values) and price action is very constrained (under 2%). Historically price has made a strong move after these conditions.
I typically run this on an 8H timeframe.
Review on BTCUSD and other cryptos.
1-BTCUSD
VJ_Volume_Longs_Shorts_IndicatorThe indicator is based on the real-time volume in the market, Macd and Bollinger Band.
Green Bars in the histogram indicate high buy volume and prospective long position
Gray Bars indicate low volume and no trade zone
Red Bars indicate high sell volume and prospective short position
Best used with Bitcoin.
Could use this indicator along with your favorite indicator to get to know the direction of the market with respect to volume and since this is a script, you can set alerts too.
Happy Trading
Bitcoin Kill Zones v2 |7Day| [oscarvs] [xeno]This edit adds weekends to Bitcoin Kill Zones v2 by oscarvs and other contributors. Bit of an experiment. Enjoy.
Bitmex Funding BarsFor XBTUSD bitmex perpetual contract. Times adjusted for 1hour chart. Shows the hour before funding in a subtle grey highlight.
-Xeno
VJSHARMA_BB_MACD_Stoch_Short_Trade_StrategyThis strategy was developed keeping in mind the accuracy of signals. Due to which the time-frame had to be small as in longer timeframe, the probability of a particular movement decreases. The best application of this strategy is with Margin Trading as the signals achieved have really high accuracy.
To get the best out of this strategy, keep in mind the following
1. Choose 3 min time frame
2. Changing the stoploss and trailing stop settings could/would interfere with the accuracy of the trades.
3. Pyramiding affects the profitability of trades.
Spreads + MA + Bollinger BandsCryptocurrency adoption is on a constant upward trajectory. The interest for trading 'crypto assets' could not stay anywhere behind. The amateur nature of the market together with huge 'price inefficiencies' is always giving rise to excellent arbitrage opportunities throughout the globe. This code aims to help traders to make money placing safe and profitable trades which will eventually help the community to move towards more efficient price discovery.
The script combines up to three assets to be monitored at the same time. It also allows the trader to plot Simple or Exponential Moving Averages and Bollinger Bands (BB) for each asset he wants to trade.
Instructions:
* International/local -- it allows the trader to switch between international spreads and local (currency) spreads, considering the market he is targeting. The default value is international. Unchecking the field will set the script for local trades.
* Fees -- enables one to add his effective operational cost directly on the chart. This feature might be potentially relevant for traders who engage with fast-moving markets which demands action to be taken right away. The logic for calculations when fees are in place is the following (fee ≠ 0): if (spread > 0), then (spread - fee). If (spread < 0), then (spread + fee). When the spread is too short, the code may plot somewhat weird charts. In this case, it might be interesting to keep fee = 0.
* Standard/ Absolute BB -- it changes from standard Bollinger Bands (default value) to absolute Bollinger Bands. The standard version calculates the bands over the moving average. The absolute version calculates each band in isolation taking absolute values as arguments. Play with the two options (and deviation) to see which is better regarding your market and the instrument of your choice. Uncheck the field to get the absolute version. Feedback on this point is particularly appreciated.
* Expon. Ma -- it switches everything from Simple Moving Averages (SMA) to Exponential Moving Averages (EMA). Default value: SMA.
I hope you guys manage to make money using the script. And if you do, feel free to show your appreciation. Any amount is welcome! Let's take advantage of what crypto enabled us.
Tips : =>
BTC: 33RUY4AXBEL89gEsoqDpXRgvdZWePhLrqc
LTC: M9mBqVhxWNuZuCPEsrRtH3ygxNYnCdMEki
LTC: 36btZsgNxqiPibag6quTEtdX367wXskUnJ (old format)
ETH: 0x1D3E1701F1A0C379e7Fcb60BADBcd14AcE8160c4
DASH: XnKHHcmhZmR2SAqavP1x6FbEBrqTYa4kTk
If you want to use the script, please, let me know leaving a comment below.
Trade wisely and good luck out there.
% Δ, BTC Futures vs. BTC Spot By @Cipher_ScienceAlternative Version to my previous script:
I had fellow traders ask for a delta% version instead of using the delta$!
BTC World Volume (Multi-Exchange)Release: 2018-03-29
__________________________
WHAT IT DOES
Bitcoin is listed on multiple exchanges. Many people have called for a single global index that would quote BTC volume across all exchanges: this script is such a virtual volume aggregate of the 17 largest fiat exchanges on TradingView (listed in the script comments, and in Format > Inputs for you to select). It includes USD, EUR, JPY, KRW and USDT sources.
It will, independently for each tick, quote the volume from all selected exchanges and display a stacked representation, freely inspired from CoinMarketCap charts; also a Moving Average. Each fiat/continent has its own general color, to be able to quickly glance at where volume is coming from, e.g. BitMEX or Asia. (colors are based on Google's Material Design).
By default:
Grey: BitMEX
Green: USD
Yellow: Tether (USDT)
Red: Asia (JPY, KRW)
Blue: Europe (EUR)
No more "on Coinbase this" or "on Bitstamp that", you've now got a global overview! It becomes easy to debunk a few common myths.
See CoinMarketCap for reference.
Note: Bitmex is not taken into account in CoinMarketCap (afaik) since it's trading a derivative asset (XBTUSD contracts), but it usually amounts to ~50% of the overall BTC volume in USD value. The 16 other exchanges quote their volume in BTC, and they represent 30~40% of the overall BTC volume. I believe the whole is good enough to smooth out exchanges variations, and get a fair representation of real-time activity.
__________________________
HOW TO USE IT
Just add it to your chart, it will appear as a separate indicator. By default, it appears as stacked colored "areas". There is also a total volume Histogram, which is transparent by default: you can tweak that in Format > Style.
The darker and lighter backgrounds are respectively indicative of a downward price candle (open > close), or an upward price candle (close > open). They are unrelated to volume and simply help interpreting the indicator.
You can check/uncheck exchanges in the Format > Inputs tab to remove/add some of them from computation. All are enabled by default.
You can check/uncheck exchanges in the Format > Style tab to hide them (usually you would hide all or none).
You can edit colors and transpareny as well for each exchange.
You can edit "Volume histogram" transparency to have it show (it's a simpler representation than areas).
Moving Average: You can select the type (SMA, EMA, DEMA or TEMA) and length.
__________________________
Please leave feedback below or pm me directly for bugs and suggestions.
NeoButane Bitfinex BFXLS Vortex IndicatorScripted longs and shorts to the vortex indicator. It doesn't work like Vortex due to the two plots never crossing to congest.
Blue line: longs
Red line: shorts
Histogram: net volume, ohlc4 of both. Green if previous candle close had lower net volume, black if the previous candle close had more.
Deviance from the histogram: increased volume for the long or short side
Optional ADX line with customizable lookback; it can be difficult to understand due to it being completely horizontal unless you turn off the other plots.
BTC Futures vs. BTC Spot By @Cipher_ScienceThis indicator has 3 options in the "Format" settings area for each of the three major futures contracts. It is built this way because Tradingview does not allow you to build multiple indicators into one script. The best way to use this tool is to apply this indicator three times, check the box for each exchange/market, add labels, and then save it as one of your chart layouts.
If you want a more compact indicator check out my combined version here:
Please let me know if you have any issues, feature recommendations, or other script ideas.
-CS
Combined BTC Futures vs. Spot {C_S}I built a baseline histogram chart that allows you to quickly view OKEX, BITMEX Quarts, and BITMEX Bi-Annuals versus spot. Colors are all editable, and you can change to area/line if youd like!
Let me know if you have any questions or suggestions!
AstD PC V1Думаю этот спокойно переплюнет предыдущий тестер показывает отличные результаты с начала 2018 года
BTCUSD Long-Short XForceFirst Version v1.
This Oscillator shows the Net pression (Long-Short) on BTCUSD.
Also shows how the equilibrium is. The area (into de band -you decide %- area plus and minus the las close price) and the distance to High price (upper band) and Low price (lower band).
Enjoy...
Rainbow RoadRainbow Road allows you to visualise the price in relation to the barriers of support and resistance that are the moving averages. The price can be observed breaking above barriers , or falling below them.
Rainbow Road displays these bands like a ribbon so that the strength or weakness of a security such as Bitcoin, can be observed in a very vibrant and obvious fashion.
The name "Rainbow Road" is inspired by the final course of the Special Cup featured in all Mario Kart games and is the climactic course of each game it appears.
.,-'"*.,-'"*Housekeeping*"'-,.*"'-,.
In order for you to make your chart look exactly like this one when you apply the Rainbow Road indicator, you will need to follow these simple steps.
1. Right click on your chart -> Price Scale -> Undo Indicator Labels
2. Right click on your chart -> Price Scale -> Undo Indicator Last Value
3. Right click on your chart -> Color Theme -> Black
4. Right click on your chart -> Properties -> Background -> Vert Grid Lines -> Slide transparency bar -> Horz Grid Lines -> Slide transparency bar
@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@#$%@%
I appreciate the feedback of all of my followers!
Like and follow for more awesome indicators!
OneX HiteshB Scalping Indicator 1.0Full Documentation:
This script uses the 10 and 20 period EMAs on the higher time frame to determine the trend and 14 period Stoch RSI from current time frame to determine entries in the direction of the trend.
Available Settings :
1. Turn On/Off Trend - This will show you the bearish trend in a red background and the bullish trend in a green background. Redundancy only, the indicator is already calculating trend without this setting.
2. Stoch RSI settings - These are set to default. The SRSI sensitivity is set to 15 for oversold and 85 for overbought, and this cannot be edited.
3. Target and Stop Loss offsets - You can modify this according to your Reward:Risk.
Known Issues:
-Old entries do not erase if the stop loss was hit
Pros:
1. Very useful in scalping in the direction of the trend
2. Can be used on ANY time frame, across ANY asset class (however I recommend using this between the 5 minute to 30 minute time frames for the most profitability, with the 15min being my personal favourite)
3. Current average profitability stands at roughly 65% across any mix of trends - this will be proven in the strategy to be released later this week)
Cons:
1. Unable to call any sort of trend reversal
2. Does not account for stop runs on lower time frames (1min-3min but I don't recommend using those time frames anyway)
Future Plans:
-Implementation of SRSI divergences
If you have any criticism or suggestions, please do comment below.
Crypto Signals Bot - AutoTrader Strategy - BitcoinVery excited to release our new fully automated trading bot specifically for Bitcoin.
We use this system with AutoView to trade on Bitmex and it is specifically designed for Bitcoin on the 2 Hour charts.
It includes everything you will need:
AutoTrader Strategy
AutoTrader Indicator
All Alerts Syntax for AutoView
This has been producing amazing results and is a fully automated trading system that will take buys (long) and sells (short) on Bitcoin with supported crypto exchanges.
To signup, go to this URL: www.cryptosignalsbot.com
BTC World Price: Multi-Exchange VWAPBTC World Price: Multi-Exchange VWAP
__________________________
WHAT IT DOES
What you see above are not Bitmex candles, but this indicator's.
Bitcoin is listed on multiple exchanges. Many people have called for a single global index that would quote BTC price and volume across all exchanges: this script is such a virtual aggregate (formerly: Multi-Listed , Volume-Weighted Average Price ).
It will, independently for each tick, for any time-frame:
- Quote the price (O, H, L, C) and volume from Bitfinex (USD), Binance (USDT), bitFlyer (Yen), Bithumb (S. Korean Won), Coinbase (USD), Kraken (EUR) and even Bitmex (USD Contracts).
- Weight each price with the corresponding volume of the exchange.
- Quote the FOREX conversion rate in USD for each currency (USDJPY etc.)
- Finally return global average price (candles) in USD.
- Additionally provide (H+L)/2 etc. values.
No more "on Coinbase this" or "on Bitstamp that", you've now got a global overview!
See CoinMarketCap: Markets for reference. I've included alternative exchanges in the comments at the top of the script.
__________________________
HOW TO USE IT
Basically just add it to your chart and use the indicator's candles instead of the chart's main ticker.
By default, BTC World Price will display candles only, but you can also display OHLC & averages (in whichever style you want).
You may indeed want to hide the main symbol (top-left corner, click the 'eye' button next to its name), or switch it to something else than candles/bars (e.g. line).
Make sure "Scale Price Chart Only" is disabled if you want to use the auto-zoom feature. (if other indicators are messing your zoom, you can try to select "Line with Breaks" or "Area with Breaks" to allow these to overflow from the main window)
By clicking the triangle next to the indicator's name, you can select "Visual Order" (e.g "Bring to Front").
You can select regular Candles or Heikin-Ashi in Options.
In the Format > Inputs tab, you can select which exchanges to quote. By default, all of them are enabled.
The script also exposes the following typical values to the backend, which you can use as Price Source for other indicators: (e.g. MA, RSI, in their "Format > Input" tab)
Open Price (grey)
High Price (green)
Low Price (red)
Close Price (white)
(H + L)/2 (light blue)
(H + L + C)/3 (blue)
(O + H + L + C)/4 (purple)
They are all hidden by default (by means of maximum transparency).
In the Format > Style tab, you can change their color, transparency and style (line, area, etc), as well as uncheck Candles and Wicks to hide these.
If you are using "Indicator Last Value" and want to clear the clutter from all these values, simply uncheck them in Style. They will still be available as Price Source for other indicators.
You can also choose to scale it to the left, right (default) or "screen" (no scaling).
Once you're satisfied with your Style, you may click "Default"> "Save as default" in the botton-left. Everytime you load the indicator, it will look the same. ("Reset Settings" will reset to the script's defaults)
__________________________
Please leave feedback below in comments or pm me directly for bugs and suggestions.
ICM_editionThe Bot is best suited to be used with 30m charts and Heikin Ashi Candlesticks, although if you aren’t proficient in trading, I suggest the use of 4H candles stick to filter out weak signals. Use of other indicators to further validate the calls is always recommended.
BFX:BTC Long/Short Δ [C_S] (Delta Only)This is the interior of my other script: .
The original doesnt scale well on larger time frames due to the massive amount of longs and shorts we currently have. I am also experimenting with some other methods to better scale the data. Regardless, the delta chart with candle tops is an extremely important and useful tool.
BFX:BTC Long/Short Δ & Net [C_S]Indicator displaying long/short data for BTCUSD on Bitfinex. The delta(Δ) is shown on the interior and the net is shown on the exterior. The candles and used to display the changes in the data. Total shorts are represented as a negative number even though they are a positive value.
Noro's FRSI Strategy v1.21Little changed Noro's Fast RSI Strategy v1.2 for using with
Noro's FRSI Indicator v1.21 for AutoView