BTC Arcturus Indicator: This indicator is designed to create buy and sell signals based on the market value of Bitcoin. It also predicts potential market tops with the Pi Cycle Top indicator. How Does It Work? 1. MVRVZ (Market Value to Realized Value-Z Score) Calculation: MC: Bitcoin's market cap (Market Cap) is pulled daily from Glassnode data. MCR: Realized...
Hello, I would like to present to you The "RSI Long-Term Strategy" for 15min tf The "RSI Long-Term Strategy " is designed for traders who prefer a combination of momentum and trend-following techniques. The strategy focuses on entering long positions during significant market corrections within an overall uptrend, confirmed by both RSI and volume. The use of...
Overview: The Relative Volume Zone + Smart Order Flow with Dynamic S/R indicator is designed to help traders identify key trading opportunities by combining multiple technical components. This script integrates relative volume analysis, order flow detection, VWAP, RSI filtering, and dynamic support and resistance levels to offer a comprehensive view of the market...
Sure! Here’s a compelling English version of the article for your TradingView post: --- ### 🌈 **Introducing Rainbow Histogram: A Fusion of EMA and MA for Enhanced Trading Analysis** **Hello Traders,** I’m excited to introduce a fresh concept that combines technical analysis techniques into a new indicator called **Rainbow Histogram**. This innovative tool...
The PnF Displacement indicator is my custom script for TradingView, designed to analyze Point and Figure (PnF) charts with displacement features. Key components of the script include: User Inputs: Require FVG: A boolean input to determine if a Fair Value Gap (FVG) is required for displacement calculations. Displacement Type: Allows users to choose...
The Sharpe ratio is an old formula used to value the risk-adjusted return of an asset. It was developed by Nobel Laureate William F. Sharpe. In this case, I have applied it to Bitcoin with an adjustable look-back date. The Sharpe Ratio shows you the average return earned after subtracting out the risk-free rate per unit of volatility (I've defaulted this to 0.02 ...
This script is designed to compare the price of Bitcoin on two major exchanges: Coinbase and Binance. It helps you see if there’s a difference in the price of Bitcoin between these two exchanges, which is known as a “premium” or “discount.” Here’s how it works in simple terms: Getting the Prices: The script first fetches the current price of Bitcoin from...
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)...
Script Description: Combined Bitcoin CME Gaps and Weekend Days Author: NeoButane (Bitcoin CME Gaps), JohnIsTrading (Day of Week), Contributor : MikeTheRuleTA (Combined and optimizations) This Pine Script indicator provides a combined view of Bitcoin CME gaps and customizable weekend day backgrounds on your chart. It’s designed to help traders visualize CME gaps...
### 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)...
Prove idea with a backtest is always true for trading. I developed and open-sourced it as an educational material for crypto traders to understand that the futures and spot spread may be effective but not be as effective as they might think. It serves as an indicator of sentiment rather than a reliable predictor of market trends over certain periods. It is better...
The Wall Street Cheat Sheet Indicator is a unique tool designed to help traders identify the psychological stages of the market cycle based on the well-known Wall Street Cheat Sheet. This indicator integrates moving averages and RSI to dynamically label market stages, providing clear visual cues on the chart. Key Features: Dynamic Stage Identification: The...
Intro: This is an example if anyone needs a push to get started with making strategies in pine script. This is an example on BTC, obviously it isn't a good strategy, and I wouldn't share my own good strategies because of alpha decay. This strategy integrates several technical indicators to determine market trends and potential trade setups. These indicators...
Overview The Dynamic Momentum Gauge is an indicator designed to provide information and insights into the trend and momentum of a financial asset. While this indicator is not directional , it helps you know when there will be a trend, big move, or when momentum will have a run, and when you should take profits. How It Works This indicator calculates...
Hello dear traders, Today we're discussing an indicator I've coded: the Volume Spike Indicator (VSI). The indicator isn't a groundbreaking invention and certainly not a novelty. Nevertheless, I haven't seen this version of the indicator on TradingView before, so I'd like to introduce it. 1. The Origin of the Idea: We're all familiar with volume charts: A...
Volume This script plots the trading volume of all BTC spot ETFs as well as the aggregate volume. Works on any chart and any timeframe. Indicators The volume of every ETF is plotted in a different color, with the total column adding up to the aggregate volume. If you have price and indicator labels enabled you will also see individual ETF volume on your price...
Hi Traders ! Introduction: I have recently been exploring the world of automated algorithmic trading (as I prefer more objective trading strategies over subjective technical analysis (TA)) and would like to share one of my automation compatible (PineConnecter compatible) scripts “Session Breakout Scalper”. The strategy is really simple and is based on time...
The Hull Waves indicator is based on the Hull Moving Averages (HMA), which are special moving averages that stand out for their ability to filter out market noise and offer a clearer view of price trends. Compared to traditional moving averages, HMAs are more responsive yet smoother, allowing traders to capture significant price movements without getting...