Hello everyone, I am a heavy Python programmer bringing machine learning to TradingView. This 15 minute Bitcoin Long strategy was created using a machine learning library and 1 year of historical data in Python. Every parameter is hyper optimized to bring you the most profitable buy and sell signals for Bitcoin on the 15min chart. The historical Bitcoin data was...
Works best on BTC and only on the daily timeframe! This is a TOP / BOTTOM indicator for big market cycles. These tops and bottoms are based on the difference between the 200MA on the daily and the price.
The theory that a Pi Cycle Top might exist in the Bitcoin price action isn't new, but recently I found someone who had done the math on developing a Pi Cycle Low indicator, also using the crosses of moving averages. The Pi Cycle Top uses the 2x350 Daily MA and the 111 Daily MA The Pi Cycle Bottom uses the 0.745x471 Daily MA and the 150 Daily EMA Note: a Signal...
This is a simple, yet very efficient crypto strategy, adapted to 4h time frame, on big coins like ETH and BTC. However it can be adapted to other markets, timeframes etc For this strategy I use a combination of a trend line, an oscillator, price action and volume. This strategy has both the opportunity to go long and short. As well, it has a leverage simulator...
My strategy uses a combination of three indicators MACD Stochastic RSI. The Idea is to buy when (MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time This strategy works well on stocks and cryptos especially during market breaking up after consolidation The best results are on Daily charts, so its NOT a scalping strategy. But it can work...
Keltner Channel Bands Great indicator for mean reversion strategies. Alerts you can set: Crossover EMA Crossunder EMA Crossover upper band Crossunder upper band Crossover lower band Crossunder lower band Have fun!
The Puell Multiple examines the fundamentals of mining profitability and the way they shape market cycles. It is calculated by taking a ratio of daily coin issuance (in USD) and the 365 moving average of daily coin issuance (in USD). Interpretation of the Puell Multiple can generally be considered in the following framework: high values indicate that current...
This script scans 20 custom symbols and displays the QQE Students T-Distribution Bollinger Bandwidth as a percentage, the quarter segment percentage, a score that tells you what segment of the band the price is in, and what direction the market is going in. This is useful because it can tell you how volatile a market is and how much reward is in the market. It...
Name: Hourly Bias on BTC in Bullish USA Session Category: Hourly Bias Operating mode: Spot, only long Trades duration: Intraday, 11 bars Timeframe: 1H Suggested usage: When the market is compressed, USA session has a bullish bias. Entry: enter Long at 15:00 on specific days of the week. There is a volatility filter based on ATR which identifies...
DESCRIPTION: After receiving some multiple request to provide a MACD indicator that displays multiple timeframes at the same time I created this simple script. You can use this script for free and adjust it as much you like. With this script you can plot 6 MACD lines & 6 Signal lines. • Current Timeframe MACD Line • Current Timeframe Signal Line • 15 minute...
The Coppock Curve is a zero-centered momentum oscillator that relies primarily on rate of change calculations. The Coppock Curve in its most basic form is already a great indicator, especially for spotting shifts in momentum. But, we wanted to see how we could modify it to get some better performance out of it. As the ‘cop’ function demonstrates, the Coppock...
When trading cryptocoins, it is necessary to check the price trend of NASDAQ, BTC.D, BTC.OI, BTC spot or other coins of similar groups. However it is very cumbersome to put a comparison symbol in the Tradingview chart and combine individual indicators one by one. Moreover even with such a combination, the chart is messy and visibility is not good. This script was...
Ichimoku Clouds Strong Bullish/Bearish signals with allerts The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s. It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with...
Another indicator for you guys!!! This indicator consists of the 5 key Fibonacci retracement levels, plotted automatically to user input settings. I also have included an auto support/resistance trend line generator. What is a Fibonacci retracement? 'Fibonacci retracement is a method of technical analysis for determining support and resistance levels. It is...
This indicator compares four different values : -Fast Simple Moving Average(SMA) -Fast Volume Weighted Moving Average(VWMA) -Slow SMA -Slow VWMA Comparing SMA's and VWMA's of the same length is a common trading tactic. Since volume is not taken into consideration when calculating Simple Moving Averages, we can gain valuable insights from the...
Though it may sound complex, the Vortex Indicator is essentially an uptrend line and a downtrend line. The vortex indicator can be used for a variety of purposes, including tracking the strength of trends, identifying/anticipating reversals, and generating entry/exit signals. It’s calculation is shown in the open-source code below. To reduce the number of...
Blockchain Fundamentals: Active Address Sentiment Oscillator AASO Back with another script today, this one is a useful tool in helping to determine bitcoins value. We are looking at 2 data sources: the daily active addresses on the BTC blockchain, and the daily returns of BTC. THIS INDICATOR WILL ONLY GIVE YOU THE CORRECT RESULTS ON THE DAILY TIMEFRAME...
This is an experiment I did a while back ago. I often think On Balance Volume is a great indicator as trend direction and volume cannot lie. However, I bumped into a few problems. It is slow, doesn't show volatility and often time it is prone to chop. That's why I added ATR to the equation. Original OBV calculation src > 0? : +volume : src < 0?...