Hello Traders. in this script, Bollinger bands are made based on a standard deviation with respect to Fibonacci ratios. I hope you can be satisfied. If you are satisfied with this script, please like and feel free to share your comments with me. Teal Upper and Lower B-Bands = 1.0 Standard Deviation Aqua Upper and Lower B-Bands = 1.618 Standard Deviation Orange...
Сolors part of the SMA depending on the change in % (delta %) to the previous value. From blue(none to low increase) through green(moderate increase) to red(high increase).
Displays information about Bitcoin CME Futures Gaps over BTCUSD (or XBTUSD) charts. You can configure a threshold percentage to only display gaps whose size is greater than that percentage. The gap precentage is calculated based on the current close price. Gaps up are displayed in Orange, gaps down in Green
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...
Bitfinex:BTCUSD premium/discount compared to market average spot exchanges. Smoothed option available.
Another tweak to a classic built-in script. Simply replacing the Keltner Channels overlay plot with color bars.
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...
This is a simple addition to the built in Bollinger Bands script. All it does is replaces the traditional plotting of Bollinger Bands with color bars.
This is a crypto bot designed for lower time frames. Its made of 2 EMA, one fast and one slower . They are combined together with Stochastic, MACD and price action patterns. For entries we have multiple conditions : First we check if one of our last 4 closed candles crossed above or below the faster EMA. After that for long, we check that last close is above...
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...
These Bollinger bands feature Fibonacci retracements to very clearly show areas of support and resistance. The basis is calculate off of the Volume Weighted Moving Average. The Bands are 3 standard deviations away from the mean. 99.73% of observations should be in this range.
The Grover Llorens Activator is a trailing stop indicator deeply inspired by the parabolic SAR indicator, and aim to provide early exit points and reversal detection. The indicator was posted not so long ago, you can find it here : Today a strategy using the indicator...
First I would like to thank to @KivancOzbilgic for developing this indicator. All the credit goes to him. I just created a strategy, in order to try to find the perfect parameters, timeframe and currency for it. I will provide below the same description like he has in the publish of profit maximizer Profit Maximizer - PMax combines the powerful sides of MOST...
** Same as my previous martingale script but this version = opensource ** inwCoin Martingale Strategy is the proof of concept strategy that in the end, anyone who using martingale strategy will kaboom their portfolio. For those who don't know what is "martingale".. it's a simple double down strategy in the hope to cover the loss in previous entry. Example In the...
As some of you requested, I will make the code for QuarryLake Open for you all. I have also updated the script in version 4. This strategy consists of 3 indicators that I found works quite well together. Keltner Channel, Waddah Attah Explosion, and Volatility Stop . KC Period = 200 KCATR = 5 Vstop Period = 3 Vstop Mult = 1.5 Long when close > KC, close >...
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...
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...