Hello, I would like to present to you The "Quatro SMA" strategy Strategy is based on four simple moving averages of different lengths and monitoring trading volume. The key idea is to identify strong market trends by comparing short-term moving averages with the long-term SMA. The strategy generates buy signals when all short-term SMAs are above the SMA(200)...
### Code Description This Pine Script™ code implements a simple trading strategy based on the relative prices of Bitcoin (BTC) on a weekly and a three-month basis. The script plots the weekly and three-month closing prices of Bitcoin on the chart and generates trading signals based on the comparison of these prices. The code can also be applied to Ethereum (ETH)...
Intro: This post introduces a Pine Script strategy, as an example if anyone needs a push to get started. This example is a strategy on ETH, obviously it isn't a good strategy, and I wouldn't share my own good strategies because of alpha decay. This strategy combines two technical indicators: Aroon and Absolute Strength Histogram (ASH). Overview: The strategy...
显示当前品种与BTC汇率对的RSI值 以此判断强势或弱势品种以及超买超卖 —————————— Display the RSI value of the exchange rate between the current variety and BTC Use this to determine strong or weak varieties, as well as overbought and oversold
The Crypto Trend Indicator is a trend-following indicator specifically designed to identify bullish and bearish trends in the price of Bitcoin, and other cryptocurrencies. This indicator doesn't provide explicit instructions on when to buy or sell, but rather offers an understanding of whether the trend is bullish or bearish. It's important to note that this...
Introduction: Capable of observing the market sentiment of the cryptocurrency market The relative status of BTC and altcoins How it works: 1. The general uptrend process of the cryptocurrency market is BTC → ETH → high-cap altcoins → low-cap altcoins. When funds cannot push up BTC's market cap, funds gradually flow into smaller-cap altcoins until the...
This indicator is a highly customizable moving average ribbon with some unique features. This script can utilize multiple unique sources, including a non-repainting renko closing price. Renko charts focus solely on price movement and minimize the impacts of time and the extra noise time creates. Employing the renko close helps smooth out the MA ribbon....
This study plots the ratio between current price and the price N days ago. With N input that is configurable, users can find optimal long/short entries when price is in an established trend and price has diverge far from a given local peak or all time high. With many years of stock trading the analysis indicates a connection between the distance of price and...
This is a Trend Following strategy based on the Trend Confidence indicator. The goal of this strategy is to be a simple Trend Following strategy, but also to be as precise as possible when it comes to the question 'how confident are we that a linear trend is ongoing?'. For this we calculate the 'confidence' of a linear trend in the past number of closing prices....
This is an indicator to identify possible tops and bottoms after exponential price surges and drops, it works best on ETH 1D, but you can also use it for bitcoin and altcoins. It's based on stochastic first and second derivatives of a close moving average
This script is modified from Top Cap , as published here. Historically it matches market tops for ETH
This script calculates spikes Vix tops and bottoms. The Vix Market Bottom is calculated using CM_Williams_Vix_Fix Finds Market Bottoms (Chris Moody). The Vix Market Top is calculated as the inverse of CM Williams’ formula. The highest Vix Bottom and the highest Vix Top are averaged (over the Highest Vix Lookback period). Buys are signaled when the Vix Bottom...
Hello Traders. in this script, Bollinger bands are made based on a standard deviation with respect to Fibonacci ratios. I hope you can be satisfied. If you are satisfied with this script, please like and feel free to share your comments with me. Teal Upper and Lower B-Bands = 1.0 Standard Deviation Aqua Upper and Lower B-Bands = 1.618 Standard Deviation Orange...
This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on. It works amazingly with 15 min time frames. Its idea consists in : We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific...
Extends the display of the Relative Strength Index (RSI) by shorts and longs from Bitmex and shows them as a diagram. How to interpret the display? - blue line is the default Relative Strength Index - red line means "oversold - green line "overbought" - grey dotted line up/down indicates the optimal range for up and down movements 30 to 70 - in general, the...
Simple EMA trend indicator , pretty straightforward green equates to bullish and usually a retest/wick is often seen , same for the flipside viceversa