Dear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision? Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps. Trend is always invalid then there is a lack of volume, so by...
This strategy uses the cross of the slopes of two EMAs having different lengths to generate trend follower signals. By default, I use 130 and 400, which behave very well. The conditions which make the strat enter the market are: - Fast Slope > Slow Slope and price > EMA 200 : go Long - Fast Slope < Slow Slope and price < EMA200 : go Short The simple slopes cross...
This indicator plot 3 Kalman filter zero lag EMA lines. It has less lag and is also smoother than the original EMA. It also has an option to show the crossover of two EMAs.
Big Whale Purchases and Sales - plots big whale transactions on your chart! People that hold more than 1% of a crypto currencies circulating supply are considered whales and have a huge influence on price, not just because they can move the market with their huge transactions, but also because other traders often track their wallets and follow their example....
Bitcoin's Production Cost Based on raw data from CBECI. Follow me to read more about the calculation logic.
Hi, Welcome to my 4th script. Someone asked me some questions about the Bollinger Band strategy I previously published. When I went back to my published script I couldn't help myself but simply try and make it better. Which I did. Since I've published that script, I've gained much more knowledge about how Pinescript functions. As well as gaining more and more...
Union of three RSI indicators: 1h, 4h and daily. In order to show 1h RSI, you have to set it as active time frame on the chart. Purpose: spot "triple oversold" moments, where all the three RSI are under the threshold, which is 30 by default but editable. Target Market: Cryptocurrencies. Didn't try it on other ones, may work as well. Fits Crypto well as, by...
An exponential moving average ( EMA ) is a type of moving average (MA) that places a greater weight and significance on the most recent data points. The exponential moving average is also referred to as the exponentially weighted moving average . An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average...
The Anchored VWAP (aVWAP) indicator ties VWAP calculations to a specific price bar chosen by the trader. Anchored VWAP allows you to specify the price bar where calculations begin, making it easy to see whether the bulls or bears have been in charge since a very specific point in time. The starting price bar that is chosen generally marks a shift in market...
BITFINEX:BTCUSD You can check if 200 day MA crossed by 50 day MA. Nuff said.
The Stablecoin Supply Ratio (SSR) is the ratio between Bitcoin supply and the supply of stablecoins, denominated in BTC. When the SSR is low, the current stablecoin supply has more "buying power" to purchase BTC. It serves as a proxy for the supply/demand mechanics between BTC and USD.
Available for all time frames Available for all crypto currency pairs High-profitable on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or don't use at all!
INTRODUCTION This script is inspired from "Vitali Apirine (Stocks & Commodities V.36:5: Adaptive Moving Averages)" and a correction to Dynamic Volume Adaptive Moving Average (MZ DVAMA) . I have used slope filtering in order to adapt trends more precisely for better trades. Slope adaption makes it better for adaptive moving average to detect trend health;...
Developed for Crypto Currency Market! Use for 15 minutes period or more! Under 15 minutes, results are unpredictible. This script had been orginized with Donchian Lines based on support and resistance levels. Rules: If the price is under top line, you will be ready for short position, and over the bottom line, long position. When the price passes the red and green...
This indicator allows you to filter noisy chart, with engulfing candles which have been rejected from current trend lines. Trend lines by default are 21 MA (fast) and 10 MA (slow one). If fast moving average is greater than slower one, automatically indicator would represent that like uptrend, and if opposite then like a downtrend. Consider to work only on...
Hey there! Hereby I present you the EMA RSI Lowest Low Hidden Divergence strategy, which I discovered on a youtube channel. He has tested the strategy hundreds of times manually, herewith I try to automate the whole thing. Since I use the strategy with a bot, it can only enter long positions for now. But in the future I will add the possibility to trade short...
Hey everybody, This is my first strategy and script I wrote mostly myself. There's tons of content out there to learn how to code in Pinescript and it's exactly what I wanted and needed in this time of my life. In any case, I made a rather simple MACD crossover strategy that only takes trades in the direction of both EMA and SMA (there are inputs to change the...