This is a simple and efficient crypto strategy, designed for big timeframes like 12/24h. On history it beats buy and hold strategy in many ocasions, and because of a low DD, pyramid can be used to elevate our winnings while still keeping a low DD < 40% avg. For the purpose of this example, I used 100% of the capital on each trades, together with a comission of...
WHAT DOES THIS INDICATOR DO? I started with the idea of creating another premium indicator with a bunch of features and add it to the bundle. However, the more complex the code was becoming, the less helpful the indicator actually was. So I started from scratch and made BTC Longs & Shorts Profile super simple (as you can see in the code). The advantage over...
Created a Parabolic SAR strategy where price has to close under/above the level before for it to reverse. This way it should be a bit more stable and protect you from false breakouts. It was impossible to adjust the built-in "sar" function so I implemented PSAR from scratch. So if you're interested in how it's work inside you can check the code and probably...
Aggregates the Bitcoin volume from multiple exchanges into a single indicator. # Exchanges and Pairs Included are only exchanges supported by TradingView: * Binance * Bitstamp * Bittrex * Coinbase * Gemini * itBit * Bitfinex * Kraken * Poloniex * HitBTC * OKCoin * BitMEX Excluded low volume exchanges (not in CMC Top): * CEX.IO * Coinfloor Excluded low volume...
The indicator Moving Average Channels was created for experimental purposes due to the parabolic moves BTC has made in the recent past. How it works: The basis, or center line, is a standard moving average that is set by the user. The bands are then a customizable percentage of the basis. Which based on the settings, could serve as possible support and...
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...
It is rumored that GBTC price action leads the Bitcoin market. This indicator compares GBTC fomo/panic levels to the (Binance) BTC spot market. Fomo is measured as large percentage moves of the high price from the min over a look-back period. Panic is measured as large percentage moves of the low price from the max over a look-back period. A prime example of this...
Credit goes to the original writer of the script, Quantadelic, who generously allowed anyone to copy/edit. I adjusted the value of the bottom/top intercept and slope to better fit the March 2020 coronavirus dip. Use Bitstamp BTCUSD for better reading.
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
The divergence of the price between the futures and spot markets for perpetual contracts could be a gauge of sentiment on a traded cryptoasset. Sentiment analysis could be used to improve the the predictive value of technical and fundamental analysis. The price of the perpetual contract is divided by the spot price for Bitcoin on Binance and two simple moving...
RSI with Fibonacci Levels Visually can be used as: - Countertrend indicator at extreme green/red lines - Follow trend indicator - Fibonacci supports and resistantes zones The strategy works as a follow trend How to trade: The indicator is more reliable in longer time frames, at least 4H Choose a fibonacci level as reference Buy when the RSI line turns...
This is for 1 min Btcusdt pair. I am tring to find a way to catch %1 ups and downs. Basicly it buys when rsi low and minute candle closes under ema,ma and lower bollinger band, it sells when candle goes over upper bb,low ma, when rsi high. It sells when rsi high ,candle closes over upper bb,over low ma and does the opposite when buying. I know it's crowded but...
Pretty simple EVWMA (Elastic Volume Weighted Moving Average ) MACD Strategy. EVWMA is a quite interesting moving average where the period of the MA is defined from the volume itself. It incorporates volume information in a natural and logical way. The EVWMA can be looked at as an approximation to the average price paid per share. As a volume period, you can use...
BTC grafiği üzerinde 25-50 ma cross un 4 saatlik mumda nasıl çalıştığına bakın. Sabırla ma 25-50 nin verdiği alış ve satış sinyallerini takip eden birinin nasıl kazandığını grafik üzerinden hesaplayabilirsiniz. ma cross 25-50 4 saatlik mumda çalışıyor, diğer zaman dilimlerinde başarılı sonuç alınamıyor. Çizgilerin birbirlerini kestikleri noktalar mavi artı...
Good for setting trailing stops and stoplosses when your taking a scalp etc, most recommended for manual trailing stops
How to trade: Recommended for longer timeframes at least 4H. Buy when the green dot appears. Sell when the yellow dot appears. Welles Wilder moving average by XOOOOOO
I'm working on improving the Pivot Points Reversal Strategy. As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount. I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP...