XBTUSD & BTCUSD for Left AxisThis script displays the price of XBTUSD and BTCUSD on the chart.
If you are displaying FXBTCJPY, I recommend you use on the left axis.
Анализ свечей
XBTUSD & BTCUSD by JPYBTC price converted to JPY is displayed.
The BTC price converted to JPY is displayed.
CandlesThe default script has: Doji , Bearish Harami, Bullish Harami, Bearish Engulfing , Bullish Engulfing , Piercing Line, Bullish Belt, Bullish Kicker, and Bearish Kicker. The Piercing Line, Bullish Belt, and the Kickers will usually show up better in the daily charts
Small candle indicatorI've modified the original script by Wiscodish to show any candle that's smaller than the median of the previous 10 as green. As soon as it crosses the median point it'll change colour to gray.
I've also added a horizontal line where the median is so you can see how close the candle is to becoming large.
Double Inside Bar FinderHighlights in blue when an inside bar follows an inside bar. Double inside bars (when used on the daily timeframe) are a way of easily finding equilibrium patterns (i.e. pennant shaped price action) on lower time frames. There is usually a strong move in whatever direction these patterns break, so good to have alerts set up for your favourite markets.
BTC Futures Settlement Dates - Life Zoltar InvestingThis is a TradingView script to map out the BTC Futures Settlement Dates. There was one floating around the internet but it was old and wasn’t updated. I took that, changed up the code and created this. Orange is CBOE and Blue is CME. You’ll notice shortly after the highlighted closed date, BTC starts to trend upwards.
Data from the below:
CBOE: cfe.cboe.com
CME: www.cmegroup.com
Data Gap DetectionThis simple script checks for data gaps in an intra-day TradingView chart. I have found that BitMEX 1-minute data is coming in rather holey lately, so I wrote this just to see how prevalent the problem is. It should work on any intra-day timeframe, not just 1-minute.
V1: initial release.
OHLC RangesVisualizes candlestick formations while on lower time periods. Applicable when scalping or switching between periods.
Green background means the candle closed higher than it opened, red vice-versa. The white background shows the ranging between open and close for the candle.
Defaults to 1D, options for any time period available as a side by side.
Examples of higher resolution inputs: 3D = 3 days, W = week, M = month
John Carter's Buy/Sell Scalper V2After a couple adjustments, double signals are now being ignore.
Here's how this script works:
Based entirely on a John Carter scalping setup, a candle will be painted purple if the next two closes are in a opposite direction of the past trend.
Green triangles indicates that the reversal is bullish, red triangles indicates that the reversal is bearish. Both are entry/exit points if you want to follow this set up.
Personally, I find this setup to work best in trending days, but it does a great job on choppy days if you use it as a confirmation.
John Carter's Buy/Sell Scalper (with alert)Basic indicator with signals. Con: Presents multiple signals in the same direction (should be ignored, according with the strategy).
ka66: Gap MarkersMarks bars having opening gaps, in either direction. Essentially where the opening price != closing price. The reference price defaults to close, but is configurable as an arbitrary source.
Larger gaps are easy to see visually but microgaps are more interesting, and indicate stronger shifts in sentiment, where enthusiasm towards a direction is increasing. They often signify the beginnings of strong trends.
Another signal when comparing open to high/low is a climactic type buy/sell.
Gapping is quite common in stocks, but not so much in 24H markets like Forex. It is expected this indicator has a much stronger value in these markets.
This indicator places up/down marks at the bottom of a chart, the rarity of these markers is a stronger signal than a higher frequency of occurrence.
Daily charts are likely the best spot for this indicator. Weeklies will almost always have gaps.
As usual, this is just one datapoint to consider among a confluence of others to verify a hypothesis.
Microgap Idea Credit, Price Action Course
RSI Candles 3 - by SatoshiHeavyCandles will show you oversold dark red, very oversold bright red, over bought dark green, very over bought bright green
DRS - Daily Range SystemAn indicator that visualizes the evolution of a daily candle, inspired by a thread on forexfactory: www.forexfactory.com
Applied on a timeframe lower than D (actually lower than H4), it visualizes the evolution of the day's high and low, as well as mid and 25% and 75% lines.
The sole input parameters are the hour at which a day is supposed to start, and the extent of the "trade allowed" region as explained in the FF -1.44% thread.
Fork Handles by @treypeng
Candle based indicator that shows swing highs and lows (pivots).
It draws an up or down arrow for simple three candle 'single' swings.
For stronger five candle 'double' swings, it colours the candle. Good for highlighting stronger reversals.
Both of these stylings can be toggled on/off individually.
Default colours
Swing HIGH on an UP candle: bright green
Swing HIGH on an DOWN candle: bright red
Swing LOW on an UP candle: blue
Swing LOW on an DOWN candle: brown
Double swings are grey or white.
Regular candles are just kept to your own default colours as specified in the chart settings.
👏 for anyone who gets the 'fork handles' joke reference.
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
Bearish CandlesPlots 6 different kinds of bearish candlesticks. I started with HPotter's previous work, added 4 other types of bearish Candlesticks and bunched them in one indicator.
Change % controlIndicator shows percent change of current bar and between current value and low/high value N (default = 3) bars back.
Sometimes helps not to jump into the left trains and find your departing.
Индикатор показывает процентное изменение текущего бара а также изменение между текущим значением и N (по умолчанию 3 ) значений назад, не считая текущий.
Часто помогает не запрыгивать в уезжающий поезд а найти свой отправляющийся.
Custom Time ranges
Description:
This script colours the background of any time range you specify, including weekend periods.
It can be useful for spotting patterns on Bitcoin (recurring times of buying or selling).
Checkboxes to switch on and off. Inputs to specify time and day of week.
Monday = 2
Tuesday = 3
Wednesday = 4
Thursday = 5
Friday = 6
Saturday = 7
Sunday = 1
Example 1:
1500-1800:2
This will colour the background between 3pm and 6pm on Mondays.
Example 2:
0000-0600:247
This will colour the background between midnight and 6am on Mondays, Wednesdays, and Saturdays.
Any questions you may have, please leave in comments below and I'll respond when I have time.