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...
Introduction: Are you a fan of automated grid-based trading and holding onto your crypto assets like they're the last Snickers bar in the world? If so, this Pine script could be your new best friend! Grid Trading Genius: The script uses some seriously advanced grid trading techniques to automatically place orders at different price levels, creating a mesh of...
BTC Profitable Wallets Strategy - plots the percentage of profitable BTC wallets and places long orders when the profitable wallet share crosses above 50%, historically a very accurate point to catch the next Bull Run early. The only setting is a smoothing option using the Moving Average method and length of your choice. On Chain Data is queried from...
Trend Friendly RSI Unlike the standard RSI, "Trend Friendly RSI" adapts to the trend. RSI and other momentum-based oscillators cannot give a buy signal in uptrends and a sell signal in downtrends because they do not take into account the momentum of the trend and behave as if the price is in a constant sideways trend. "Trend Friendly RSI", on the other hand, takes...
My first ever attempt at a custom script. I took Benjamin Cowen's concept of the Bitcoin Bull Market Support Band and applied it to the 100 week and 200 week moving averages. I also added in the 300 week sma. I mainly wanted to have all these in one indicator.
This indicator determines periods of bull market when a buy-and-hold investor can hold the asset, and bear market periods when they should avoid holding it. Though it was designed primarily with cryptocurrencies in mind, it can be successfully used for any market. Technically, the indicator is an asymmetric trend filter aimed to account for the fact that market...
Automated Bitcoin (BTC) Investment Strategy from Wunderbit Trading This strategy is designed for the automated long-term investment in Bitcoin. The BTC investment strategy is primarily suitable for long-term investors who want to increase the percentage of their investments through timely trading long-term transactions. The main feature is the difference from the...
This strategy is an experiment to learn what happens when The Trend Flex Oscillator (by Dr. John Ehlers) is used in conjunction with a volatility indicator like ATR. It was designed with cryptocurrency trading in mind. The way I coded this experiment makes it unsuitable for bear market conditions. When applied to a bull market, this trend-following...
HODLBot is a very simple script that HODLs BTC when price > 200 EMA on 6hr timeframe, and sells (closes long) when price < 200 EMA. Designed to be used with just coins / not leveraged trading, to allow restful sleep knowing that you're not participating in brutal drawdowns like 2018 ^_^
The Advance-Decline Line (AD Line) is a breadth indicator based on Net Advances, which is the number of advancing stocks less the number of declining stocks. Net Advances is positive when advances exceed declines and negative when declines exceed advances. The AD Line is a cumulative measure of Net Advances. While the shape of the AD Line is important, the actual...
Displays two of Fundstrat's Indexes as taken from TradingView. Options to configure include displaying the first, second or both chosen indexes as well as a ratio of the two. When comparing indexes, they're a bit "off", as data is not backfilled in consideration for initial index weighting. Feature not a bug?
Write your own strategy and use Hodl to Sodl to send Alerts for when to buy & sell, and automatically plot your anticipated buys/sells to the chart. A must have for AutoView users. Requires Pine Script coding. Not compatible with "Strategy Tester" tab and "Paper Trading" tab in TradingView. Hodl-Sodl itself is not a strategy. It is a framework for building...