Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV (DI), SMITH & NEPHEW PLC ORD USD0.20, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, BARCLAYS PLC ORD 25P
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
Consolidation Range Analysis Published by Eric Thies, January 2021 █ Indicator Summary This tool calculates, analyzes and plots the visualization of a relative range over a given period of time By adding to charts, users are enabled to see the impulsive nature of market cycles, along with their efforts to consolidate thereafter The default...
I wanted to see if I could programmatically identify the conditions I saw just before Bitcoin broke its all-time high end of 2020. The signal picks up several rocket launch moments prior to launching which is quite cool. It also picks up a few false starts, however. In any case, I would have loved to be stopped out on those false starts but been there for all the...
Abstract This script provides a set of Trendline Channels which can be tighter than Donchian Channels. This script computes the most suitable active upper and lower trendlines and updates them as soon as possible. We can use it for breakout signals earlier than Donchian Channels. Introduction Channels are tools which can mark area of values of ranging...
This is my frist publish scrpit. I developed this indicator origin is BB. It make from easy idea but powerful for sideway to breakout 1. I findout volatility by upper band of BB - lower band of BB (I called "Aline") 2. I created SMA of Aline (I called Bline) 3. I created the special line is "Cline" from Aline - Bline 4. I created 0 line " Baseline " G-BBvB is...
Heavy Candle compares current candle size to its previous, the one before that and different Average True Ranges. The point is to objectively highlight a sizeable candle to enter the market with. The direction is based on if the close is above VWAP or below it. To plot a signal, the new candle has to: ►Oversize previous candle times multiplier 1 one OR the...
This script provides basic pivot point Support and Resistance Levels to the user whilst displaying Break signal tags. It also has the ability to let the user display more significant breaks by filtering using the Volume Oscillator. Only more significant breaks of these basic levels are displayed to the user when optimized which avoids noise and messy signals. It...
One challenging issue for beginner traders is to differentiate market conditions, whether or not the current market is giving best possibility to stack profits, as earliest, in shortest time possible, or not. On intraday, we've seen some big actions by big banks are somewhat can be defined --or circling around-- by HMA 200 . I've been thinking on to make the...
With this support and resistance indicator, if you want more levels just change the timeframe it looks at in the settings. It will pull the SR levels off the timeframe specified in the settings. Note: SR1 and SR2 timeframe should match.
This long only strategy determines the price of the last fractal top and enters a trade when the price breaks above the last fractal top. The strategy also calculates the average price of the last fractal tops to get the trend direction. The strategy exits the long trade, when the average of the fractal tops is falling (when the trend is lower highs as measured by...
Bollinger Bands Breakout Strategy is the strategy version of Bollinger Bands Filter study version, which can be found under my scripts page. The strategy goes long when price closes above the upper band and goes short signal when price closes below the lower band. Bollinger Bands is a classic indicator that uses a simple moving average of 20 periods, along...
Opening Range Breakout with 2 Profit Targets. Updated Indicator now works on all Symbols with Many Different Session Options. ***Known PineScript Issue…While the Opening Range is being Formed the lines only adjust for that individual bar. Just reset Indicator after Opening Range Completes. ***All Times are Based on New York Time Session Options Forex U.S....
This script presents the session range and post session movements relative to that range of all the majors and crosses on a single page. You can also set it to a daily range and weekly range (beta). It will even show you the pip value of the range. I made the indicator to easily stay on top of market movements at london open relative to the Asia session range....
The purpose of this script is to decipher chop zones from runs/movement/explosion The chop is RSI movement between 40 and 60 tight chop is RSI movement between 45 and 55. There should be an explosion after RSI breaks through 60 (long) or 40 (short). Tight chop bars are colored black, a series of black bars is tight consolidation and should explode imminently. The...
Introduction Based on lot of requests i'll continue working with the trend-step indicator family and try making the best of it. The trend step originally use a volatility metric for the threshold calculation, originally being a simple standard deviation, this threshold has seen various versions, and today i propose a new version that use the cumulative mean...
Disclaimer: Use proper risk management and remember that all trading involves risk. Based on RicardoSantos' "Open Session Breakout Trader Strategy" I turned it into a study and tweaked it for trading Silver My goal when creating this was to help visualize breakout lines for multiple trading days at the same time without having to always draw them in.
Heard this story from Larry Williams…the trader who holds the record for winning the U.S. Trading Championship by turning $10K in to 2 Million. A trader named Owen Taylor developed this formula as a Floor Trader before to calculate the Projected High and Low of the next day. The formula worked so well…Owen charged other Traders 1K to get it. I was pretty...
Introduction I already shared a method to estimate tops and bottoms (1), the number of parameters could lead to optimization issues so i tried to make a simpler method. In this method i use a simple rescaling method based on individual direction deviation. I will explain further details below. The Indicator I use as source for the entire calculation an...
Request for DCC/coondawg71 added support for using session. theres a issue with the session it needs to have the format inverted: (start-end) to (end-start) '0000-1500' to '1500-0000'