Abacus (CMF + Stoch. + Chop.) StrategyThis strategy combines uses Chaikin Money Flow, Stochastic Oscillator, and the Choppiness Index to determine trend strength and direction and generate entry and exit signals. This is a strategy adaptation of our earlier CMF + Stoch + Choppiness Index indicator.
Btc!
AutoFib
The AutoFib Pro is a useful tool that automatically calculates and plots Fibonacci Retracement levels. Each period, the AutoFib evaluates the price history over a user-specified number of bars. It then finds the extreme high and extreme low points for that window and then uses those values to establish 5 levels based on Fibonacci’s golden ratio.
This provides a simple visual representation of support and resistance levels. The tool’s automated nature means that the levels are dynamically adjusted to account for new extreme highs and lows, as well as irregular movements.
When the bands are located closely together, the security is experiencing high volatility. A large gap between the top and bottom levels signify a price outbreak. When the price crosses the middle 50% level, it is likely (but not guaranteed) to continue in that direction.
The WaveRunner Multiple Moving AveragesThe WaveRunner consists of a Triple Exponential Moving Average (or TEMA). This study first calculates the exponential moving average(EMA) of the security. It then finds the EMA of that first EMA and then finally calculates a third EMA based on the second EMA. Then, we added in a volume weighted moving average, allowing us to place greater emphasis on periods with higher volume.
Due to its minimal lag, the triple exponential moving average is a good tool for trend identification and volatility measurement. Adding in a VWMA further improves its accuracy as it provides another way to check the strength of a trend.
The first EMA is shown as the green line of circles. The EMA of that line is then plotted as the middle yellow line. Finally, the third EMA is the red line of circles. When the first EMA is greater than the third, it indicates a sustained positive trend and the area between the two lines is filled green. On the other hand, when the third EMA is greater than the first EMA, it indicates a negative trend and the area between the two lines is filled red. Finally, the VWMA is shown as the darker green and red areas both below and above the first EMA.
This indicator is best used for trend identification and confirmation, filtering out volatility. Reduced lag allows traders to interpret sharp price fluctuations.
OBV Divergence Tracker StrategyThis strategy combines OBV Z Scores and price Z Scores to identify divergences and generate entry and exit signals.
The K2 StrategyStrategy version of the K2 Indicator. The K2 uses a fast and slow CCI to identify optimal long entry and exit opportunities.
Pulse Profits+ StrategyStrategy Version of the Pulse Profits+ Indicator based on Elder's Force Index and Chande Momentum Oscillator.
VWMA CrossesThis is a simple tool that gives traders a simple visual representation of Volume-Weighted Moving Average ( VWMA ) crossovers that is pretty similar to the MACD . We don't typically trade solely based on the VWMA , but it is definitely one of our go-to tools when combining multiple indicators.
When trading with VWMA's, it is common to enter a position when the fast VWMA crosses over the slow VWMA . In other words, the fast VWMA was previously less than the slow VWMA and is now greater in value than the slow VWMA . Conversely, traders often exit their positions when the fast VWMA crosses under the slow VWMA .
This tool plots the absolute value of the difference between the fast and slow VWMA's as a histogram. When the difference between the fast and slow VWMA's is greater than zero (meaning fast > slow), then the bars are green. The bars then turn red when the fast VWMA is less than the slow VWMA . The blue circle-line is a Simple Moving Average of the difference between the two lines.
Here's a quick guide to interpreting the chart:
if (fast VWMA > slow VWMA ) and (difference < sma of differences)
then color = lime green
if (fast VWMA > slow VWMA ) and (difference > sma of differences)
then color = dark green
if (fast VWMA < slow VWMA ) and (difference < sma of differences)
then color = light red
if (fast VWMA < slow VWMA ) and (difference > sma of differences)
then color = dark red
~Happy Trading~
indicator:StrategyBITMEX5 FOR LONG BUY1This indicator shows the entry signal and timing of profit determination under specific conditions.
This indicator shows high performance in 3 hours of XBTUSD of BITMEX.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 1
// Zero Lag MACD
crossover (ZeroLagMACD, signal)
(Display Alert signal when Zero Lag MACD makes a golden cross.)
* CloseCondition1
crossunder (ZeroLagMACD, signal)
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* longCondition 2
// SAR
longentry4 = From SARdown to SARUP and uptrend of moving average line
(A signal is issued when the parabolic SAR shows an uptrend.)
* CloseCondition 2
closelong4 = From SARUP to SARdown
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
In general, if only MACD and signal cross timing or SAR signal conversion is used as the entry timing, our account balance will be increasingly reduced.
So I added some filters to longCondition1 and longCondition2.
Of course this logic is no repaint.
It does not employ multi-time frames.
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Entry filter
* Filter 1
When fighting against resistance lines with closing or high prices.
* Filter 2
MACD Divergence
* Filter 3
When market volatility is low.
//////////
version up
2019/07/04 - Responding to falling long entries
Vortex Trend TrackerThough 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 whipsaws produced by the indicator, we used an Exponential Moving Average of vmPlus and vmNegative values with a default length of 10. Decreasing this length will result in a more responsive vortex at the cost of more whipsaws and false signals.
The chart shows the absolute value of the difference between the uptrend and downtrend line displayed as the main histogram.
If the uptrend line is greater than the downtrend (thus indicating positive movement), then the histogram bars will be either light green or dark green. If the uptrend line has just now crossed the downtrend line, then the bar will be dark green. Bars will also be dark green when the uptrend line is greater than the downtrend line and the uptrend line is increasing. This means the trend is increasing in strength still. If the uptrend line is greater than the downtrend line, but is decreasing, then the bars will be light green. This means that the upwards trend is losing strength.
If the downtrend line is greater than the uptrend line, then there is a negative trend occurring and the bars will be either red or light red. If the downtrend line has just crossed over the uptrend line or is increasing in value, then the bar will be red. If the downtrend line is greater than the uptrend line, but is decreasing in value, then the bars will be light red (meaning the downtrend is weakening).
One way to trade using this vortex is to enter a long position when the bar color changes from red to light red. This would mean that the downtrend is decreasing in strength and an upwards reversal is likely to occur soon. Then, traders can exit their long position when the bars change from dark green to light green. When that color change occurs it means that the uptrend is running out of steam and price is unlikely to continue its upwards climb.
Traders can also choose to have the uptrend and downtrend lines plotted as well in the input menu. This may make it easier to visualize the Vortex and its usefulness in identifying reversals.
CR True Sight Scalper V3.0At last, my True Sight Scalper V3.0 is here!
$100,000 Initial capital.
From 3/1/2019 to 7/3/2019.
For 2 weeks of free trial just DM me.
Bitmex Dollar Value CalculatorWith this indicator you can easily calculate either the bitcoin value of a certain amount of dollars or the dollar value of your bitcoin (particularly helpful when trading on bitmex)
Tipjar : 38uGQJDDZDL6wX48x4gYTccPeQ3ZHVYmY4 (btc)
Fully Adjustable BTC Longs/ShortsThis indicator shows you Bitfinex Longs&Shorts charts in one handy indicator. It's fully adjustable to your own prefference.
Tipjar : 38uGQJDDZDL6wX48x4gYTccPeQ3ZHVYmY4 (btc)
Megalodon Pro Utility PanelHow to use?
Simply, add the indicator and follow the timing and kill zone signals on the screen.
This indicator is designed for Daily time frame for longer term analysis and 1 minute time frame for shorter term analysis.
Turn on the kill zone feature for overlaying different kill zones.
Turn on Day Trading checklist feature for becoming a better Day Trader using Megalodon indicators.
RSI + BTC Short & Long RSIsPlots the RSI for the current chart (same as the built-in RSI indicator) and adds the RSI values for the Shorts and Longs (S&L) from Bitmex. The main reason I've used the RSI value is to have it on the same scale as the price chart's RSI. The general trend of the S&L is preserved.
RSI + Volume-Weighted TSIThis indicator combines a standard RSI with a modified TSI.
Although a double smoothing process is already used in calculating the normal TSI, we decided to apply a volume weighted moving average of length (length_of_slow_TSI_EMA // 2) to it. This resulted in a smoother TSI that picked up on large-scale swings very nicely.
Entry Signals are generated when the Volume-Weighted TSI crosses above zero from negative into positive territory. Exit signals are generated when the TSI is above 40 and then begins its downward fall, along with a declining RSI value.
The Graph:
The Volume-Weighted TSI is plotted as the blue histogram, wile the RSI is plotted as the yellow histogram. We definitely wanted to go the simplicity route on this one's graphics, since the RSI and TSI are both classic and reliable indicators.
The green background highlights indicate an entry signal and red highlights signify an exit signal.
Input Options:
-length of Slow EMA for TSI
-length of Fast EMA for TSI
-Length of Volume Weighted MA of TSI.
-Length of RSI.
~Happy Trading~
Multiple GuppyGreen crosses DOWN Orange = Early Sell
Green crosses DOWN Orange and Red = Prepare to get out
All crosses DOWN = Strong Sell
Green crosses UP Orange = Early Buy
Green crosses UP Orange and Red = Prepare to get in
All crosses UP = Strong Buy
Easy to observe on 1hr, 2hr, and 4hr charts. Works best on trend reversals.
Good luck.
@eugenie9
CME & XBT - BTC Futures Settlement DatesHi everyone
This in an indicator inspired by Scarrff
I added the XBT quarterly and yearly settlement dates
Enjoy
David
MVA collector cryptoHello Traders
This indicator draw multiple Simple Moving Averages multi-timeframes at once
I use it to define take profit zones for my crypto trading
Hope you'll like it
Enjoy
Dave