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:http://scottphillipstrading.com/
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.
Fractal BreakoutFirst of all, huge credit to synapticEx , whose brilliant use of the security function inspired me to figure out a way to get quasi-shape boundaries automatically drawn on a chart.
This study draws upper and lower trend lines, based on configurable fractal*** reversal detection, calculates slope from the last two upper or lower reversal points, and then extends a dotted line along the same slope...until the next upper (or lower) reversal occurs. If the high (or low) breaks this extension, the dotted line becomes solid to aid visibility. Reversal detection is configurable to use any number of ticks, but probably four to eight will work best.
I made the inclusion of volume in the reversal logic optional (off by default) and left the existing SMA input found in synapticEx's code intact, albeit with a lower default. With the addition of trend lines, I found volume hindered identification of reversals, although I could try various other filters than the SMA included originally.
I have also left intact the very nice ability to change the period and use the requested period identify reversals, courtesy of synapticEx.
This could be used in a strategy, as the values plotted are actual values that are available to include in logic and do not include knowledge of the future. However , information is not available until the floor of half the number of ticks used in reversal detection (I then offset by that number to line things up visually). Having never heard of it until now, I just Googled the Bill Williams Alligator strategy, which looks interesting, so maybe I could see how this could be ported to that.
***As I typed this, I remembered that while making reversal detection configurable, I changed the detection logic simply to look for highest (or lowest) of the desired length of ticks. I don't know whether this is not strictly fractal anymore, but if desired, with a little work, I could make it require consecutive, consistent changes before and after each reversal again.
Here are a few screenshots from hourly ticks, using the "current" (hourly) period, with and without volume, and playing with the number of points used to identify reversals.
Not using volume
Using volume
Price Action Candles R2.0 by JustUncleLThis is an updated version of my previous script, I have added a few extra Patterns and some patterns specs have chnaged over those specified by "Price Action Battle Station by theforexguy".
Because this script has diverted from the original specification of "theforexguy", I have decided to release it as a new version. Improvements have been made to some of the pattern finding calculations, for example Hammer and Shooting Stars are now special Pin Bars, they now must have preceding and succeeding confirm bars, so they do not occur very often.
NOTE: All the identification of PA candles is disabled by default.
Changes made in Version 2.0 :
Added Forex Morning and Evening Stars (the centre small candle is not a specific color).
Abbreviated text names for less cluttered look.
Change minimum/maximum bar sizes to be a % of current ATR, rather than pips, this makes relative sizing independent on Time Frame, and make the script work better with non-currency assets like stocks and commodities.
Change definition of Hammer and shooting Star so the the previous candle is part of a trend and is followed by a confirm candle.
Added some precendence test to reduce multiple action labels.
Not closed yet scriptI made this to serve as a reminder if a candle is not closed yet. This is to avoid entering a trade based on a candle that is not closed because this candle could look alot different by the time it closes. Good luck.