Explosive PotentialThis script looks at times where MACD is within a specified range (very close to 0 values) and price action is very constrained (under 2%). Historically price has made a strong move after these conditions.
I typically run this on an 8H timeframe.
Review on BTCUSD and other cryptos.
แมคดี (MACD)
Riz Coloured MACD - StudyThis is a souped up common or garden MACD . The Histogram is coloured giving a clear visual representation of where we are UpTicking or DownTicking on the Histogram to help support trading decisions.
When colour changes from pink to green market is bullish , and visa versa.
Very useful as a supporting indicator to confirm other strategies, or even as a standalone strategy to some extent.
Backtesting of strategy is enabled by converting script from a Study to a strategy, see comments in code. This version focuses on this indicators use as a day to day study rather than a useful strategy for automated trading.
Momentum OscillatorThis is a heavily modified MACD to show the momentum of the market. There is a bollinger band with the source being set to MACD line to show the volatility of the momentum. The concept and settings came from Barry Burn's foundation course but I discovered that adding a bollinger band to macd line can show the squeeze and expansion of the momentum and that can be very helpful in conjunction with the whole system. If you switch to weekly chart and above, the settings automatically switches to those that Barry uses for none 1 to 3 ratio so you won't need to worry about it.
VJ_Volume_Longs_Shorts_IndicatorThe indicator is based on the real-time volume in the market, Macd and Bollinger Band.
Green Bars in the histogram indicate high buy volume and prospective long position
Gray Bars indicate low volume and no trade zone
Red Bars indicate high sell volume and prospective short position
Best used with Bitcoin.
Could use this indicator along with your favorite indicator to get to know the direction of the market with respect to volume and since this is a script, you can set alerts too.
Happy Trading
Awesome Oscillator and MACD, AntiStep VersionAny indicator based on moving averages (MAs) lags real-time movement. Immediately after large ("step") changes in level, the pre-step values that are still within the MA window cause the result to falsely reflect continued movement, even if real-time values remain flat or move in the opposite direction.
To counter this, when a step change of a configurable size is detected, my technique temporarily shrinks the MA window size to include only those values occurring since the step change, and then allow the size to increase to normal length as we move away from the step change.
Changes from my previous AO/MACD indicator:
Added anti-step capabilities, including brand-new functions that implement my anti-step technique in ema() and rma().
Created generalized alpha_ma() function, which allows ema function creation using custom alpha structures.
Created "_external" versions of all antistep functions, allowing step detection to be based on some other series, aside from the one being averaged (this is required for the macd signal ma).
Added options to calculate ao and macd using SMA, EMA, or RMA, including anti-step versions of all three.
Added bull and bear signal indicators based on previous descriptions.
Comparison with anti-step enabled and disabled:
Comparison with different tolerance levels (positive tolerance detects fewer steps; negative tolerance detects more steps):
Whales of bitmexThis script use :
ema
macd
heiken ashi candle
4 alert
Enter long
Enter short
Close Long
Close short
Msg me for test !
PMEX Momentum v1.0Newer version of Momentum indicator introducing 4 colors so easy to spot momentum bars ticking up or down. User can customize the colors etc and turning the MACD/Signal lines on/off.
This script is open to public so anyone can use it.
PMEX TrenderAs the name suggests, this is desgined to work best in trending markets. A great tool designed for experienced discretionary traders who are well familiar with reading the markets and putting things into context. This tool is something similar inspired by Turtle traders.
Upper and lower lines are certain bars look back period, user can modify numbers according to your trading style. Yellow dots represent trailing stops and the middle line shows trend direction.
White bands are used for entries and for momentum moves strength.
A detailed descritpion of the system is available only to invitees.
7G-LT-CrossOver-v6This is a script to use Autoview. This script use 100 EMA and MACD.
It will give you good entry and with a stop loss at 0.20%, it will be safe for trade.
The exit of the trade is manually. You have juts to kill the trade when you whant.
You can make can money on good day.
If you want it, send me a message
PMEX MomentumNewer version of Momentum indicator introducing 4 colors so easy to spot momentum bars ticking up or down.
BD 4EMA RSI/MACD SIGNAL V1this chart allows 4 moving averages and gives a signal for macd cross over up and down as well as RSI oversold - purple - and overbought -yellow - all in 1 indicator.
Volume Weighted MACDThis is just like the normal MACD indicator, except that the values are Volume Weighted and the Histogram changes colour depending on the positive or negative value
Momentum Fractal VolatilityThis is another modified macd combined with bollinger bands. The idea is to follow this with the momentum indicator I developed and just like when you look at cycle time frame and higher cycle time frame (Barry Burn), here you can see the higher momentum time frame (fractal energy, Barry Burn).
When the macd line goes above/bellow the bollinger band, it changes the color to green/red for easier identifying possible momentum exhaustion places and times.