Many times while developing algos based on patterns and reversals, I come across issues which needs lower timeframe inspection. Loading multiple charts and comparing equivalent lower timeframe is slightly cumbersome at times. Hence, I thought of building this simple tool - which will instantly provide me lower timeframe candles for given candle. Since the candle...
A Population Sampled linear regression model that provides additional detail about the distribution moments (skew, kurtosis, variance and mean) as well as providing indicators that track when a pivot has enough momentum to trade on as well as expected ranges of future price action based on Std Devs. For the momentum lines -- red indicates that there has been a...
█ OVERVIEW This indicator displays Fibonacci retracement and extension levels on the price chart using data within the chart's visible range, providing traders with an automated alternative to our well-known drawing tool . █ CONCEPTS Fibonacci sequence and the Golden ratio The Fibonacci sequence is a sequence of numbers where each term is the...
We defined new method to derive zigzag last month - which is called Channel-Based-Zigzag . This script is an example of one of the use case of this method. 🎲 Trend Following Defining a trend following method is simple. Basic rule of trend following is Buy High and Sell Low (Yes, you heard it right). To explain further - methodology involve finding an...
🔶 OVERVIEW • This educational script will sort an array of tickers alphabetically and place these values in an table , together with the according current price value next to each ticker . 🔶 SORT ALPHABETICALLY 🔹 I. We make a User Defined Type (UDT) obj , with: · ticker - the string name of the ticker · price ...
Golden Pocket This marks up the fibonacci retracement levels of 0.65 and 0.618 by default, these levels are often referred to as the golden pocket. They are known by this because when price has an impulse either to the up or downside, price will end up retracing at some point. This Golden pocket often lines up with other means of confluence where it's considered...
This indicator highlights deviations from broadening formations (or megaphone patterns). Deviations from broadening ranges can often foreshadow reversals, especially in consolidation phases. These deviations are highlighted via trendlines that change color when tested, and also have the option to be alerted. These broadening formations are heavily used with "The...
🎲 Overview 🎯 This BOS(Break Of Structure) indicator build based on different MA such as EMA/RMA/HMA, it's usually earlier than pivothigh() method when trend beginning, customer your BOS with 2 parameters now. 🎲 Indicator design logic 🎯 The logic is simple and code looks complex, I‘ll explain core logic but not code details. 1. use close-in EMA's...
Library "DataCorrelation" Implementation of functions related to data correlation calculations. Formulas have been transformed in such a way that we avoid running loops and instead make use of time series to gradually build the data we need to perform calculation. This allows the calculations to run on unbound series, and/or higher number of samples 🎲...
RedK TrendBeads is a super simple 3 x Moving Average Crossover Signal (Long/Short/Break) script that provides a simple and effective way for traders to identify potential trading opportunities. By combining three moving averages and only exposing a simple signal, the script helps filter out noise and focus on the trend and the trade...
This script shows crypto market inflows/outflows by showing the USD stablecoin supplies, using data from glassnode.com : GLASSNODE:BUSD_SUPPLY GLASSNODE:USDT_SUPPLY GLASSNODE:USDC_SUPPLY Using a simple 20 EMA, the line will change color showing stablecoin inflow or outflow. Traders can consider stable coin inflows (green) as bullish for Bitcoin price,...
▮ FEATURES Now as library version :) String-based transition-effects Performance optimization. Reduced memory consumption up to >90% by kicking the output to the "stdout". Use marquee- or loader-effect on any possible string location. Example: UI Price-Ticker ---------------------------------------------------------------------------- Library ...
Hello! This script presents volume delta data in various forms! Features Classic mode: Volume delta boxes oriented to the right of the bar (sell closer / buy further) On Bar mode: Volume delta boxes oriented on the bar (sell left / buy right) Pure Ladder mode: Pure volume delta ladder PoC highlighting Color-coordinated delta boxes. Marginal volume...
This is my first attempt on implementing a statistical method. This problem was given to me by @lejmer (who also helped me later on building more efficient code to achieve this) when we were debating on the need for higher resource allocation to run scripts so it can run longer and faster. The major problem faced by those who want to implement statistics based...
I created this indicator to tell me when it's time to trade (going long) and when it's time to wait (or going short). You can enter up to 13 ticker (default is S&P500 and key market segments). For each ticker, fibonacci levels are calculated and represented either in 5 color or 3 color mode as single lines. (Thanks to eykpunter for the fibonacci level...
Strategy is based on "Divergence for Many Indicators v4 ST" strategy by CannyTolany01 which is based on "Divergence for Many Indicator" indicator by LonesomeTheBlue () This strategy is searching for divergences on 18 indicators which you can select and optimise one by one. Additionally you can connect any other External Indicator value. (just add this...
DESCRIPTION: This script combines the Relative Strength Index ( RSI ), Moving Average and Divergence indicator to make a better decision when to enter or exit a trade. - The Moving Average line (MA) has been made hidden by default but enhanced with an RSIMA cloud. - When the RSI is above the selected MA it turns into green and when the RSI is below the select MA...
A simple indicator to help you keep track of 4 market sessions (default: Tokyo, London, New York, Sydney) in 4 different visual forms (boxes, timeline, zones, colored candles) with many other useful tools. You can choose between 4 different market sessions. The default ones are Tokyo, London, New York and Sydney but you can easily customize the times, names and...