N-macd
SB_CM_MacD_Ult_MTFThis strategy places the order based on the MACD signal.
Original Indicator: MacD Custom Indicator-Multiple Time Frame+All Available Options! by ChrisMoody
Link to the Indicator:
If your risk appetite is high you can replace the first statement with the below statement:
strategy(title="SB_CM_MacD_Ult_MTF", shorttitle="SB_CM_MacD_Ult_MTF", default_qty_type = strategy.percent_of_equity, default_qty_value = 100, pyramiding = 5)
You can check for repainting. Did not check for that.
Message if you think of any modifications/ enhancements/ any opportunities. :)
Donations/Tips... :) -
BTC: 1BjswGcRR6c23pka7qh5t5k56j46cuyyy2
ETH: 0x64fed71c9d6c931639c7ba4671aeb6b05e6b3781
LTC: LKT2ykQ8QSzzfTDB6Tnsf12xwYPjgq95h4
"Crypto Cradle" triggerThis script highlights bars/candles that match a few of the 10 criteria in Craig Cobb's (@TraderCobb) Crypto Cradle checklist-based trading strategy.
A long signal is flagged if the low of a small bullish candle is within the cradle.
A short signal is flagged if the high of a small bearish candle is within the cradle.
By default, bars/candles are considered 'small' if their high & low range is below 34% of the largest bar/candle in the last 90 periods prior).
This study is designed to be used in conjunction with the full Crypto Cradle checklist. It should not be used without a number of other factors being confirmed.
If you would like to know more, check out the Crypto Cradle strategy here:
www.tradercobb.com
SB_Elder Impulse SystemThe strategy is based on LazyBear's Elder Impulse System
Strategy(in layman terms):
Long: When the green bar in the Elder Impulse System's indicator shows up
Short: When the red bar in the Elder Impulse System's indicator shows up
Close trade/Profit booking: When the blue bar in the Elder Impulse System's indicator shows up
Original Idea:
Message in the script if you think of any modifications/ enhancements.
Donations/Tips... :) -
BTC: 1BjswGcRR6c23pka7qh5t5k56j46cuyyy2
ETH: 0x64fed71c9d6c931639c7ba4671aeb6b05e6b3781
LTC: LKT2ykQ8QSzzfTDB6Tnsf12xwYPjgq95h4
Volume Weighted MACD (VWMA, 4 Color, Color-blind Friendly)MACD built out of two Volume Weighted Moving Average (VWMA) lines of different periods. The signal line is still an EMA of the MACD line, just like with the normal MACD .
Colors are picked to be friendly with partial colorblindness, and can be modified in the indicator settings.
Arnaud Legoux MACD (ALMA, 4 Color, Color-blind Friendly)MACD built out of two Arnaud Legoux Moving Average lines of different periods. The signal line is still an EMA of the MACD line, just like with the normal MACD.
Colors are picked to be friendly with partial colorblindness, and can be modified in the indicator settings.
MACD (4 Color, Color-Blind Friendly)Working MACD Histogram which colors bars based on the slope from the previous. The default colors will work for both Deuteranopia and Protonopia color-blind people but can be modified.
There is a bug with 'MACD 4C' by vkno422 + signal line - squattter and 'MACD for colour blind people' by cfhrtd in that it draws the MACD line itself as a histogram, rather than drawing an MACD histogram (which is the MACD line - signal line).
Bad indicators that this should replace:
Elder Impulse System with AutoEnvelope combined by iduThe idea is to combine Elder Impulse System with AutoEnvelope. It's usefull for free accounts to have more indicators on chart.
So what would on chart:
- fast ema
- slow ema
- AutoEnvelope
- Bar colour changed after signals of upcending/discending fast ema + upcending/discending macd
I've used Elder Impulse System by samuel16 and Elder's AutoEnvelope indicator by jamiespips. Thanks to both of them.
LFH/ Long positions using MACD histogram, long EMA and short EMADisclaimer: I'm a noob.
Hey there!
I'm trying to implement a script which enter market long position when long EMA crossover short EMA and MACD histogram is positive and histogram at T time is lesser than histogram at T-1.
And when short EMA crossover long EMA, plus MACD histogram is negative and histogram at T is greater than histogram at T-1, I want the script to exit market long position.
Now, I have something pretty close to what I am looking for. What I am missing and can't figure out yet is:
How to moderate entries, ie. I would like it to enter positions when trends are really interesting not just every time the conditions are fulfilled (same for exits) as there is way too much positions
I need to find a way to exit appropriated positions.
ModifiedMACDAllows to use either exponential or simple MA for fast MA, slow MA and signal line. Also adds zero line wich is missing in built-in function
Combining Exponential And Volume Weighting Backtest The related article is copyrighted material from Stocks & Commodities 2009 Oct
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Combining Exponential And Volume Weighting Strategy The related article is copyrighted material from Stocks & Commodities 2009 Oct
VC_ Coloured MACDMACD VonCrypto
Combined MACD and MACD 4C indicators to give quick visual of MACD position. My personal defaults are, remove histogram, set lines to thinest setting, make MACD lines 100% opaque, light blue and orange.
MACD WEIGHTEDA different style of MACD indicator with different period values of WEIGHTED MOVING AVERAGES INSTEAD OF EXPONENTIAL.
Default MOVING AVERAGES ARE
faster period: 8bars
slower period: 13 bars
signal period: 5 bars
TURKISH EXPLANATION:
MACD indikatörünün üssel yerine AĞIRLIKLI hareketli ortalamalar kullanılarak daha erken sinyaller alabilmek için daha kısa periyotlarla yorumlanması
Ultra MACD [DW]This is a variation of Gerald Appel's MACD with seven moving average source types to choose from.
The MA types I've included in this script are:
- Kaufman's Adaptive Moving Average
- Geometric Moving Average
- Hull Moving Average
- Volume Weighted Moving Average
- Least Squares Moving Average
- Arnaud Legoux Moving Average
- Exponential Moving Average
Custom bar color scheme is included with two different colorization methods - one based on the MACD, and the other based on the histogram.
MACD Strategy con alertasBasado en el MACD Strategy original. Se modificó para poder utilizar las alarmas. Probado en cryptos en velas de 4 horas, muy eficiente!
Zero Lag MACD Enhanced - Version 1.2ENHANCED ZERO LAG MACD
Version 1.2
Based on ZeroLag EMA - see Technical Analysis of Stocks and Commodities , April 0.21% 2000
Original version by user Glaz. Thanks !
Ideas and code from @yassotreyo version.
Tweaked by Albert Callisto ( AC )
New features:
On request by a user, added symbols to show the histogram crossing, can be either circles, cross symbols, a vertical bar. Colors can be chosen. You can also set the distance between the main axis and the symbols which are shown along the signal curve path.