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,...
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...
what is "Support and Resistance"? it is a support and resistance indicator. what it does? it draw support and resistance zones on the chart. how it does it? It determines the zones where the price leaves with a big candle after going horizontal for a while as support or resistance zones according to the price movement direction. while doing this, it compares the...
Library "TrailingStops" This library contains functions to output trailing stop lines. f_marketStructureStop(_restartMode, _flipMode, _restartLowIn, _restartHighIn) Parameters: _restartMode - Defines how the stop lines persist. Allowed values are: "Always On" - The stop lines are always present and they just reset when they're crossed. ...
This is an updated version of the Accumulated P/C Ratio. Some changes include: - Pinescript privacy changed from protected to open. - Utilizes the "request.security_lower_tf" function for weekly and monthly charts. - Now acquires and sums raw put volume (ticker: PVOL) and call volume (ticker: CVOL) separately, then divides the aggregate put to aggregate call to...
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...
In this indicator, I show you a better way to define high/low values of volume (or any other indicator). Quite often, I get requests from my clients that an indicator level should be “high” or that it should be above a certain absolute level. The first request is hard to interpret mathematically, but traders can easily spot it on the chart. The second one is not...
Library "MarketStructure" This library contains functions for identifying Lows and Highs in a rule-based way, and deriving useful information from them. f_simpleLowHigh() This function finds Local Lows and Highs, but NOT in order. A Local High is any candle that has its Low taken out on close by a subsequent candle (and vice-versa for Local Lows). The Local...
The Fibonacci Moving Average (FMA) is an indicator for financial markets that is calculated using the Fibonacci sequence and the metallic mean. The metallic mean is a type of average that is calculated by adding the source and the square root of the sum of the square of the source and 4, and then dividing the result by 2. The FMA is then calculated by using the...
"In a world of ever pervasive and universal deceit, telling a simple truth is considered a revolutionary act." INTRO: First, how about a little bit of philosophic poetry with another dimension applied to it? The "matrix of control" is everywhere... It is all around us, even now in the very place you reside. You can see it when you look at your digitized...
Library "eHarmonicpatternsLogScale" Library provides functions to scan harmonic patterns both or normal and log scale getSupportedPatterns() get_prz_range(x, a, b, c, patternArray, errorPercent, start_adj, end_adj, logScale) Provides PRZ range based on BCD and XAD ranges Parameters: x : X coordinate value a : A coordinate value b : B...
This fulfills a request from user: iTibu to make an oscillator to go along with one of my indicators named: " Volume Crop ━ Hidden Volume Divergence ". It essentially does the same thing, without the Midline Tool , so you can better understand where the crosses are happening. Again, the hidden MACD Divergence circles formula originated from TheLark. I...
Use this indicator as a one-week top or bottom forecaster Time frame: 15m Buy when the indicator is below the 0 lines and the price is in the yellow-red zone Sell when the indicator is above the 0 lines and the price is in the yellow-red zone The stop loss of 200 pips from the entry point Take profit at line 0
ABOUT THIS INDICATOR This is a simple indicator that can help you manage the risk when you are trading, and especially if you are leverage trading. The indicator can also be used to help visualize and to find trades within a suitable or predefined trading range. This script calculates and draws six “profit and risk lines” (levels) that show the change in...
Hello traders and investors, Today, I am going to share an indicator that I made by mixing RSI and CCI in different timeframe. You can use this indicator in various ways, however the best possible way I would recommend you to use it is to combine it with price action. I would suggest to play with, so you can decide if it works the best for you. The whole...
This indicator implements the (mab) Money Flow (MMF). The MMF is calculated using a formula inspired by RSI. In contrast to RSI, MMF uses the average of open, high, low and close as price source. This price is then multiplied with the volume as input for the RSI like formula to calculate the value. Features: - Volume weighted price momentum oscillator - Uses...
The Pine Script strategy that plots pivot points and trend lines on a chart. The strategy allows the user to specify the period for calculating pivot points and the number of pivot points to be used for generating trend lines. The user can also specify different colors for the up and down trend lines. The script starts by defining the input parameters for the...
Bagang Pivot Zones detects imbalances from classic reversal and momentum price actions. Imbalances create pivot zones, a.k.a Supply & Demand / Support & Resistance / Orderblock zones. Use Cases 1. Traders using Supply & Demand theory can quickly pinpoint imbalance zones created by BUY-to-SELL and SELL-to-BUY candles. 2. Trend Following traders can...