Lotus scalperWelcome to the Lotus scalper. This indicator is designed for scalping the 15m and 30m timeframes.
BULL = Buy
BEAR = Sell
Enjoy and let me know if you have questions!
You can also set alerts with this indicator!
J-BTC
Ultimate LOTUSWelcome to the Ultimate LOTUS.
You may have used my original Lotus indicator from last year. This is the new and improved version of the Lotus.
This indicator does NOT repaint!
How to use: Wait for the candle to close before taking a signal. You can also set alerts with this indicator!
BULL = Buy alert
BEAR = Sell alert
DM if you have any questions!
BTC 1D Alerts V1This script contains a variety of key indicator for bitcoin all-in-one and they can be activated individually in the menu. These are meant to be used on the 1D chart for Bitcoin.
1457 Day Moving Average: the bottom of the bitcoin price and arguably the rock bottom price target.
Ichimoku Cloud: a common useful indicator for bitcoin support and resistance.
350ma fibs (21 8 5 3 2 and 1.6) : Signify the tops of each logarthmic rise in bitcoin price. They are generally curving higher over the long term. For halvening #3, the predicted market crash would be after hitting the 350ma x3 fib. Also the 350 ma / 111 ma cross signifies bull market top within about 3 days as well. Using the combination of the 350ma fibs and the 350/111 crosses, reasonably identify when market top is about to occur.
50,120,200 ma: Common moving averages that bitcoin retests during bull market runs. Also, the 50/200 golden and death crosses.
1D EMA Superguppy Ribbons: green = bull market, gray is indeterminate, red = bear market. Very high specificity indicator of bull runs, especially for bitcoin. You can change to 3D candle for even more specificity for a bull market start. Use the 1W for even more specificity. 1D Superguppy is recommended for decisionmaking.
1W EMA21: a very good moving average programmed to be shown on both the daily and weekly candle time. Bitcoin commonly corrects to this repeatedly during past bull runs. Acts as support during bull run and resistance during a bear market.
Steps to identifying a bull market:
1. 50/200 golden cross
2. 1D EMA superguppy green
3. 3D EMA superguppy green (if you prefer more certainty than step 2).
4. Hitting the 1W EMA21 and bouncing off during the bull run signifies corrections.
Once a bull market is identified,
Additional recommended buying and selling techniques:
Indicators:
- Fiblines - to determine retracements from peaks (such as all time high or recent highs)
- Stochastic RSI - 1d, 3d, and 1W SRSI are great time to buy, especially the 1W SRSI which comes much less frequently.
- volumen consolidado - for multi exchange volumes compiled into a single line. I prefer buying on the lowest volume days which generally coincide with dips.
- MACD - somewhat dubious utility but many algorithms are programmed to buy or sell based on this.
Check out the Alerts for golden crosses and 350ma Fib crosses which are invaluable for long term buying planning.
I left this open source so that all the formulas can be understood and verified. Much of it hacked together from other sources but all indicators that are fundamental to bitcoin. I apologize in advance for not attributing all the articles and references... but then again I am making no money off of this anyway.
Lancelot ATR Volume MeterThis 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? -volume
Modified OBV with ATR
src > 0 ? +volume * (volume / atr) : src < 0? -volume * (volume / atr)
I have used 2 ema for this modified OBV.
ema 3
ema 18
By adding ATR to the equation we can smooth out many erratic price movement. (Stop hunting)
Also, when price move slowly but steady, often prepping for a big move, this indicator will move faster.
In short, this indicator prevents you from being stop hunted and also provide great entry for a trending market.
Works well on BTCUSD XBTUSD, as well as other major liquid Pair.
Feel free to follow me on Twitter @Lancelot_Auger for more free Alpha.
Please acknowledge my effort by like and follow.
And lastly,
Save Hong Kong, the revolution of our times.
SkyBot - BTC and XBTUSD Trading Bot for CryptoThe SkyBot is written to provide a good balance between long-term trading and short-term for more action. It has been running for over a year before it was decided to share with the public.
SkyBot uses moving price action data from multiple time frames to determine when to go long or short. It also provides the user with the ability to use stop loss and take profit values to match whatever risk management rules you use in your trading.
SkyBot has simple to use alerts making it simple to use with many auto-trading offers.
SkyBot has been coded in the latest version of Pine (v4) and will be updated as new features, functionality, and support is released with Pine.
To get access to SkyBot, please signup here: cryptoscriptking.com
This is the indicator script that is intended to be used to get alerts for the purposes of automation. The strategy script is also included allowing you to do your own backtesting.
Lancelot Band - ATR Reversal+Trending IndicatorThis is an indicator I created recently, with the mind of spotting where price might reverse and where the price is trending. You can see this as the primary indicator for your system, however, it is recommended you use this in conjunction with other confirmation indicators.
This script focus solely on ATR or Average True Range.
This indicator is the combination of the baseline from the Ichimoku cloud and the concept of the Keltner channel.
Baseline period = 14
ATR period = 14
ATR Mult = 1.5
For reversal
Long when price crossover Lower band & Stop loss at xLower band
Sell when price crossunder Upper band & Stop loss at xUpper band
For Trend Following
Long when price crossover xUpper band and Stop loss at Upper band
Short when price crossunder xLower band and Stop loss at Upper band
Again, you will need other indicators to help you to succeed in this system. This indicator will not generate the best exit for your position but will generate a good entry signal when you use it with both volume indicator and exit indicator.
Works well on BTCUSD XBTUSD, as well as other major liquid Pair.
Feel free to follow me on Twitter @Lancelot_Auger for more free Alpha.
Please acknowledge my effort by like and follow.
And lastly,
Save Hong Kong, the revolution of our times.
MACD [Gu5]Extremely popular indicator MACD (Moving Average Convergence/Divergence)
Same design of my previous indicators
Show Cross Line for a better visualization
```
Setting recommended for BTC
"Fast Length" = 21
"Slow Length" = 55
"Signal Smoothing" = 14
Other markets try
"Fast Length" = 12
"Slow Length" = 26
"Signal Smoothing" = 9
```
--
El MACD (Convergencia/Divergencia de Medias Móviles) es uno de los mas populares indicadores
Continuando con el mismo estilo de diseño de mis anteriores indicadores
Destaca el cruce de medias para una mejor visualización
Power Law S/RBerger's article on the Power Law Model for Bitcoin is a compelling read and gives the best evidence so far of the diminishing case for retracing below $3000, of a slowing market on a log-log plot, and reducing but continued volatility.
After seeing it acts as support routinely in the last 10 years, I put together a quick little script that plots his midline curve for Bitcoin. You can change the intercept and slope but will need to do your own calculations for other curves.
I hope you all like it.
₿OARWelcome to the ₿OAR!
This indicator is very simple to use. Simply apply it to any chart and you will see ₿ULL and ₿EAR signals! A ₿ULL signal is a buy and a ₿EAR signal is a sell.
Heikin ashi is recommended with this indicator.
You can also set alerts with this indicator. DM for access.
Alert-QuarryLake Indicator Map - ATR Trend Following Strategy A lot of times I don't like my chart crowding with indicators, thus the reason for creating this script for my strategy QuarryLake.
This script also comes with alert.
Below is the explanation for QuarryLake
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.
You can find WAE here
KC Period = 200
KCATR = 5
Vstop Period = 3
Vstop Mult = 1.5
Long when close > KC, close > Vstop, WAE trendUp
Short when close < KC, close < Vstop, WAE trendDown
Works well on BTCUSD XBTUSD, as well as other major liquid Pair.
Feel free to follow me on Twitter @Lancelot_Auger for more free Alpha.
Please acknowledge my effort by like and follow.
And lastly,
Save Hong Kong, the revolution of our times.
Trend Confirmation Indicator - Triple OBVDear 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 tracking the momentum of price direction & volume, we can have a ballpark about where the market is moving to.
On balance volume
obvshort = ema3
obvmedium = ema9
obvlong = ema26
This is a lagging indicator, which means it's not good at predicting reversal.
This is also the reason why
long signal = obvshort > obvmedium and obvshort > obvlong
shortsignal = obvshort < obvmedium and obvshort < obvlong
both without obvmedium >< obvlong
This indicator will not lie to you.
At last
Save Hong Kong, the revolution of our time.
msoro daily $1 DCAPlots the dollar value of total btc accrued over the past year by buying 1 dollar's worth daily.
Black line is the breakeven level.
CloudRest ATR based cloudThis is an indicator I have been working on for the past 2 years, developed specifically for cryptocurrency.
It is primarily a trend following indicator with great success and it performs the best in 4hrs to the weekly chart.
There are two components of this indicator.
The baseline from Ichimoku cloud and volatility stop .
baseline period = 26
volatility stop = 1.5ATR, 3
You can view this as the main component of a trend following system but you will need other confirmation indicators to confirm your entry.
Feel free to modify the script for your own system.
Feel free to follow me on twitter @Lancelot_Auger
I will be posting more content in the future, stay tuned.
And lastly,
Free hong kong, the revolution of our time!
MRK_OO7 Ichimoku & EMAThis trading strategy was based on @ToolFreeCrypto.
I will continue to build and refine this trading method over time.
To learn the trading strategy behind this please visit the YouTube page linked below.
~ Cheers ~
youtu.be
AlphaTradeZone OscillatorAccurate momentum indicator with buy and sell alerts.
Applied to BTC price on 1h timeframe it's giving accurate price predictions.
Support / Resistance TradingDo not worry about drawing the correct support and resistance lines across any time frame. You can enter a long or short position on a major / minor line break out. Feel free to use my script.
Red & Orange - Major and Minor resistance lines.
Lime & Aqua - Major and Minor support lines.
For source code and more info, tip my BTC Jar: 1JddaKpkW4W1UmEuyK9oDUJLA46r1UK2aH
Various Volume RSI (USDT PRO)RSI that displays USDT (Tether) of various cryptocurrency exchanges together.
色々な暗号通貨取引所のUSDT(Tether)をまとめて表示するRSIです。
CRYPTOCAP:USDT
CRYPTOCAP:USDT.D
BINANCE
BITFINEX
POLONIEX
KRAKEN
BITTREX
HITBTC
HUOBI
詳細などはこちらにて
note.mu
Bitcoin Difficulty RibbonThe Bitcoin Difficulty Ribbon is based on Willy Woo's implementation and it gauges the selling pressure experienced by Bitcoin miners.
The Bitcoin Network Difficulty is a measure of how complicated it is to find the next block, compared to the ease of finding the easiest possible one.
When the difficulty decreases it's a hint that the mining sector is experiencing difficulties and the longer it contracts, the more miners might get out of business.
During these contracting times, the Difficulty Ribbon narrows and becomes a significant proxy to recognize cycle bottoms.
Default settings: Daily Time Frame and SMA mode.
Credit: Willy Woo
ExpressHow to use this indicator: This is an all-around indicator that is capable of being used on any chart. From 5m time frames up to 1 Day time frames.
There are BULL/BEAR signals which represent BUY/SELLS. You can set alerts with this indicator as well.
No back tester is currently provided with the Express.