Top 5 coins cummulated Upvol/Dnvol and Money FlowThis script reads price and volume information for the top 5 coins (on 9 exchanges, a total of 29 pairs), calculates the cummulative upvolume and downvolume according to the Money Flow (MFI) formula, and shows upvolume and downvolume separately on the chart as a green and a red line.
The coins used are BTC, ETH, LTC, XRP and EOS. They are the top 5 coins by daily volume, as of 24th of February 2019.
Because of the many security() calls needed, the script is VERY slow, so have lots of patience.
I find it useful as a broad crypto market indicator - for example to compare the current pump with the pumps in the past.
Can also calculate the aggregated Money Flow (MFI) if you check that option in the indicator's configuration. Make sure to wait for recalculation and rescale the chart afterwards - MFI has a value from 0 to 100 and you may need to zoom in.
Btc!
Bitcoin Liquid Indexbravenewcoin.com
TV doesn't allow you to view the Bitcoin Liquid Index on lower time frames if you aren't a Premium subscriber >:(
I cheesed the system by recreating the formula that BNC uses. It isn't an exact replica, but very very close!
It can be slow to load due to the security( ) calls.
Default settings use the timeframe of the chart, however, you can set a custom timeframe if you wish.
Cheers
DasanC
Godmode StochasticGodmode Stochastic oscillator that can be used as alternative to Stoch RSI, since imho it better tracks price movements.
BTC Aggregate USD Volumeaggregated USD volume of BTC from Bittrex, Poloniex, OkCoin, Gemini, Binance, Bitstamp, Kraken, Bitfinex, Bitmex (leveraged), and Coinbase
Current volatilityHello everyone.
Today an other small indicator that show the current volatility .
It works on all tickers ( crypto-currencies / others ) .
Method :
- ((high-low) * 100) / open
Hope it will be useful for you :)
ETHUSDSHORTS - ETHUSDLONGS : balance of powerHello everyone,
I noticed that many people try to compare SHORTS and LONG positions (see:ETHUSDSHORTS and ETHUSDLONGS ), and the available indicators don't sufficiently highlight the balance of power .
That's why I programmed this indicator to answer this need ( which I also have ! ).
His ETHUSDSHORTS - ETHUSDLONGS crossover indicator e of power
I think you will understand quickly how it works, it's easy :
- If the histogram is negative, the color is red and that means that there are more BTCUSDSHORTS than ETHUSDLONGS
- If the histogram is positive, the color is green and that means that there are more ETHUSDLONGS than ETHUSDSHORTS
A small cross (red or green) appears when the power balance is reversed.
Have a good day.
Coinmarketcap - Live CryptoMarketCap TOP 20Hello everyone,
I hope you are fine.
Today an other important indicator : the TOP 20 crypto market cap !
It's better if you use it on BTC/USD to have more historical data.
Next cryptocurrencies have been used for this indicator :
BTC
ETH
XRP
EOS
BCH
LTC
USDT
TRX
XLM
BSV
ADA
BNB
XMR
IOTA
DASH
NEO
ETC
XEM
USDC
ZEC
Thank you and have a good day :)
BTCUSDSHORT - BTCUSDLONG : balance of powerHello everyone,
I noticed that many people try to compare SHORTS and LONG positions (see: BTCUSDSHORTS and BTCUSDLONGS ), and the available indicators don't sufficiently highlight the balance of power .
That's why I programmed this indicator to answer this need ( which I also have ! ).
His name is : BTCUSDSHORT - BTCUSDLONG crossover indicator
I think you will understand quickly how it works, it's easy :
- If the histogram is negative, the color is red and that means that there are more BTCUSDSHORTs than BTCUSDLONG
- If the histogram is positive, the color is green and that means that there are more BTCUSDLONDS than BTCUSDSHORTS
A small cross (red or green) appears when the power balance is reversed.
Have a good day.
EDIT 03/02 : Title has been changed
[ALERTS] CMYK-RMI-TRIPLE IIThis is the same previous script but without the Deribit index (for BITMEX users for example) that can give problems due to no connection with any of the 6 exchanges. Now use 'close' as source.
BTCUSD, XBTUSD, ...
Best time frame: 5 minutes
Alerts: 'once per bar'
Bitstamp BTC Horizontal 200 Week SMAsmall change to my horizontal 200 week SMA script.
Plots the latest 200 week SMA value from Bitstamp BTCUSD on the chart. I use it for the Bitmex chart, as Bitmex doesn't have enough history for a 200 week moving average.
Buy The Dip - Does It Work?Buying the dip has become a meme in crypto, but does it actually work?
Using this script you can find out.
The dip is defined here as the average true range multiplied by a number of your choosing (dipness input) and subtracted from the low.
When price crosses under the dip level, a long is initiated. The long is then closed using a timestop (default value 20 bars), no fancy exits here.
A general rule for buying the dip should be to be more passive in a bull market and aggressive in a bear market.
Same goes for all counter trend trading.
Heres a few other examples of dip buying statistics using the H4 timeframe:
50% profitable, 1.692 Profit Factor
BINANCE:PIVXBTC
56.52% profitable, 1.254 Profit Factor
BINANCE:KMDBTC
27.27% Profitable, 0.257 Profit Factor... yikes!
BINANCE:BTSBTC
73.33% Profitable, 13.627 Profit Factor... o.O
BINANCE:MANABTC
STOCH MACD SAR RSI V2 ALERTS 15M// Alerts based on Stochastic Oscillator ( STOCH ), Moving Average Convergence / Divergence ( MACD) , Parabolic Stop and Reverse (PSAR) and Relative Strength Index (RSI)
// In the second version RSI added
// Adapted for15M time frame
// Created and based on Binance chart
// Working with comission
// No repaints
STOCH MACD SAR RSI V2 STRAT 15M// Strategy based on Stochastic Oscillator ( STOCH ), Moving Average Convergence / Divergence ( MACD ), Parabolic Stop and Reverse (PSAR) and Relative Strength Index (RSI)
// In the second version RSI added
// Adapted for15M time frame
// Created and based on Binance chart
// Working with comission
// No repaints
CryptoField - TREND Mode indicatorThe CryptoField TREND Mode indicator identifies the trend direction (uptrend or downtrend) and the mode (trending or sideways) of the market.
Uptrend when green
Downtrend when red
Sideways when orange
Trending when green or red
Basically the indicator works like a double moving average, but the algorithm reacts faster on movements and it tolerates "noisy"/volatile markets better which makes it more effective on crypto markets.
It can be applied to strategies or other indicators as a trend direction or market mode filter.
Powerfull strategy MACD + RSI + Stoch buy on High exit on ATRMy strategy uses a combination of three indicators MACD Stochastic RSI .
The Idea is to buy when ( MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time the BUY STop we place on previous day HIGH
We exit on Take profit or Stop loss which is calculated by ATR (10) or on the opposite signal "Volatility breakout"
This strategy works well on stocks, commodities and cryptos especially during market breaking up after consolidation
The best results are on Daily charts , so its NOT a scalping strategy. But it can work also on 1H charts.
The strategy does not have any stops and profit targets, so we can take all the market can give us at the moment.
The exit point only when MACD goes under Signal
Its Preformance is significantly better with "buy stop on High.1" idea and exit on "volatility price breakout"
So, use it, trade it.
If it will help you to imprive your trading results, please donate me
BTC: 12kd1F8buWisUBdq27BBwRkUvzW7Ey3og5
GRID RELOADED 1.0Script for grid trading on Bitmex XBTUSD 5min
A quick description for the input parameters. I can detail privately the ones that are important:
Points between two same dir trades = how much the price must change before a new DCA can happen
Points between SHORTS = same for short trades
Global Take Profit points = take profit for all open positions expressed in the same units as the price
Global Stop Loss points = same as for profit
Take Profit points decrease per bar = this is how much the target global profit decreases each bar toward zero
Trend up to start a trade long = wait for the DEMA to show a long slope before opening new long positions
Max long position = max n. of long positions
Check trend on trade = wait for a positive/negative bar before long/short
Min Stochastic overbought/sold for trade = wait for the stochastic to be below/above this before long/short
Limit Orders long % below close price = place limit orders % before current price. the order could be left pending.
DEMA 1 Length = periods of DEMA for trends
HA Candles = toggle a pattern match to enter trades
Track WhalesIndicator base on Strong Momentum and Stochastic Strategy To be able to Track Whales and Strong Movements
Ideal for Big investors
Tutorials and more information contact to our community
discord.gg
STOCH MACD SAR Alerts 15M// Alerts based on Stochastic Oscillator (STOCH), Moving Average Convergence / Divergence (MACD) and Parabolic Stop and Reverse (PSAR) Strategy
// Adapted for15M time frame
// Created and based on Binance chart
// Working with comission
// No repaints
STOCH MACD SAR Strategy 15M// Strategy based on Stochastic Oscillator (STOCH), Moving Average Convergence / Divergence (MACD) and Parabolic Stop and Reverse (PSAR)
// Adapted for15M time frame
// Created and based on Binance chart
// Working with comission
// No repaints
RSI EMA Alerts 15M+// Alerts based on Relative Strength Index ( RSI ) and Exponential Moving Average ( EMA ) Strategy
// Greatest effect on 15M+ time frame
// Created and based on Binance chart
// Working with comission
// No repaints
CCI × MACD SIGNALThis is a script that displays entry points using "CCI" and "MACD".
I think that scalping will work well if I use "FXBTCJPY" 1 minute as the main and it would be nice if you do not want your interests and take a little profit