Description An experimental script that prints quarter levels of the previous timeframe's high and low to the current timeframe. The idea is quite simple and is basically the Fibonacci pivoted on the previous high and low with quarter level settings (0,0.25,0.5,0.75,1 etc). The default setting is the previous daily high and low but can be customized on user...
In this strategy, I looked at how to manage the crypto I bought. Once we have a little understanding of how cryptocurrency is valued, we can manage the coins we have. For example, the most valuable coin in a coin is to sell when it is overvalued and re-buy when it is undervalued. Furthermore, I realised that buying from the right place and selling at the right...
simple recession "forecaster" based on the US treasury bond rates. When 2Y flips 10Y, a recession within a few months can happen.
Plots and tabulates constant maturity treasury yield spreads // colours per curve type for the plots and table headers C_30Y_20Y=color.orange C_10Y_5Y=color.purple C_10Y_2Y=color.blue C_7Y_5Y=color.gray C_5Y_2Y=color.red C_3Y_2Y=color.yellow C_10Y_1Y=color.olive
A premium index indicator for Binance futures. The premium index is based on the difference in price between the perpetual swap contract last price and the price of a volume weighted spot index. Simply put: it shows you for each coin whether the spot market is trading higher than the Binance perpetual or not. If future price is higher than spot in a rally,...
I've updated my US Treasury All Yield Curve indicator to use the new FRED:IORB (interest on reserve balances), instead of the FRED:FEDFUNDS which is only updated monthly. The new IORB doesn't provide very long lookback for data, so I'm publishing this as a new version and not an update, making it possible for users to choose which version best suits their needs.
This is a standard Ichimoku Cloud indicator with a Multi Time Frame option.
It is an onchain oscillator and is designed to operate at weekly timeframes and is only for Bitcoin. Network Value to Metcalfe Ratio (NVM Ratio) is defined as the ratio of the log of market capitalization divided by the log of the square of daily active addresses in the specified window. This oscillator evaluates bitcoin price according to the Metcalfe Ratio to...
Wyckoff's theory t is one of the most influential theories of market expression, and the most important components of which are lateral movement areas and trends. This theory turns the graph into something like Dots and lines (stations and paths). After getting acquainted with Wyckoff's theory, I read several books on the subject, hoping that they could help me...
Ichimoku Cloud Master aims to provide the ichimoku trader with easy alert functionality to not miss out on valuable trade setups. The key purpose of this script is to better visualise crucial moments in Ichimoku trading. These alerts should not be used for botting in my opinion as they always need a human to confirm the ichimoku market structure. For example, is...
script of a scalping crypto strategy aim to capture very short reversal on low timeframe
Add derivative of a signal for leading behaviour formula: sig = (lambda/100)*source + (1-lambda/100)**momentum ) it has a multiplier and an offset for adjustment of result. final formula: sig = multiplier*( (lambda/100)*src + (1-lambda/100)*mom_coef*mom ) + offset
Here is my interpretation of the "Best Time To Buy" Bitcoin over its lifetime using a logarithmic regression trendline. The upper and lower lines are 10% deviations from the centre line. I calculated the trendline in excel and then coded my results into pine script.
This is an indicator that generates Long and Short Signals on multiple marketable instruments such as Indices, Stocks and Crypto. This indicator has almost everything for intraday and Swing trading. Works perfectly on multiple timeframe and give signal on real time. Tested on Indices. We make use of Relative Strength and Moving Averages to Generate Signal but at...
Core Concepts According to Jeff Greenblatt in his book "Breakthrough Strategies for Predicting Any Market", Fibonacci and Lucas sequences are observed repeated in the bar counts from local pivot highs/lows. They occur from high to high, low to high, high to low, or low to high. Essentially, this phenomenon is observed repeatedly from any pivot points on any time...
This is a modified Ichimoku Cloud: -The default Lookback-Length and Displacement settings have been modified to operate optimally on 24/7 markets - which is popular among Crypto analysts. -The Lagging Span, Base Line, and Conversion Line have been removed - leaving just the bare cloud. -Additionally, the Cloud's color will shift blue when it is compressed....
Modification from original code for "High Low Index" by © LonesomeTheBlue - Made modification specifically for Top 40 AMEX:SPY holdings - Added Market sentiment histogram (Total count green vs red), and SMA line for it - Added arrows for peaks and dips on High Low Index and Market Sentiment MA Idea behind this indicator is that SPY should...