[PUZ] MACD MTB System MTFMACD Moving Average convergence/divergence
Here are a little articel how the MACD is calculated an how you can use it.
en.wikipedia.org
This Indicator have many differet spezifications than a normal MACD.
You can use different timeframes.
The histogramm workes a litle bit smother
The signalline have two different colors:
He is blue when the macd line is greater than the signalline and the signalline is red when the macd line is smaller than the signalline.
The macd line habe three different colores:
Color green when the macd line is greater than the macd line one period back and the macd line is under the signal line.
Color yellow when the macd line is smaller than the macd line one period back and the macd line is greater than the signalline.
Color gray when the conditions fot color yellow an green are not true
Three different types for Signals
The L1 signal show you a triange when the macd ist crossover or crossunder the signal line, you can use the L1 Threshold to filter the signals.
For example the L1 long threshold is equal to 0 than the Indicator show you only L1 long singnals when the crossover from the macd line to the signal line is smaller than 0.
This works like the same for all Signals (L2 signals / L3 signals)
The L2 signals show you a bigger triangle when the color from the macd line is eqal to yellow or green, you can use the L2 Threshold to filter the signals.
The L3 signals show you a green or red diamond when the histogramm is rising or falling, you can use the L3 Threshold to filter the signals.
Multibit Signal Compatible Indicator with DJMAD Multibit System
This Pine Script indicator is designed to function as part of the Multibit Signal System developed by DJMAD. It encompasses a comprehensive implementation of a MACD-based trading strategy with multiple threshold levels, color-coded signals, alert functionalities, and seamless compatibility with the Multibit Signal System for more sophisticated signal analysis and trading strategies.
Signal Daisychain:
Provides a configurable interface (Signal_Channel_Line1 to Signal_Channel_Line6) that allows users to select channel lines for Long and Short conditions, specifically designed for compatibility with the Multibit Signal System.
Multibit Signal Integration:
Utilizes functions from DJMAD's Signal_transcoder_library to encode and decode signals, ensuring compatibility with the Multibit Signal System for advanced signal processing and strategy development.
For more Informations about the Multibit System please look at djmad Tradingview Profile.
Multibit
[MAD] almost RSII continue to add things to the multibit ready indicators:
This is a modified RSI indicator with some useful additions to make it bottrading ready:
Centered around 0, so from +50 to -50.
Short-Triggerline
Long Triggerline
following value mods are possible:
POW factor --> rsi^POW
final smoothings:
SMA smoothing (level 1)
EMA smoothing (level 2)
switch all smoothings on/off
signals on:
Crossout (moves outside the high/low).
Crossin (moves back inside the high/low)
Direction change outside
Direction change inside
Signal filter output
This is a multibit capable indicator, so signal and filter can be exported to a multibit capable daisychain.
More information can be found here:
have fun
[MAD] Multi-MA MTFThis is a simple
3 times
EMA, SMA, WMA, HMA , Timeframe
selector which can send the above below to the multimit system to daisychain trends in
[MAD MBS] Multibit Alert on ChartThis is a basic debugger to display each individual multibit alert directly on the chart and additionally the possibility to create alarms based on this true/falses to use multibit without a Riskmanagement
[Mad] Pivots HL-TrendHi There
This is a Trend-Indicator based on Pivot highs and Pivot lows from different forward-backward lenghts.
As Mohamed3nan is only looking at one timeframe, here is a mtf-version of that
How to use?
This indicator should basically work in each timeframe.
Green is Bullmode, Red is Bearmode
try to find a "IN Trend" setup or go directly in on the switch of the trends...
The riskmanagement is as always in your own hands
you can activate the field, ends up in a mess like this here :D
[MAD] Trigonometric TrendThis is a Multitimeframe Trendfinder
the basic math comes from alexgrovers
Trigonometric Oscillator
What it does:
30 times with different lengths
both for close and obj
Trendalerts based on direction
both obj and close must meet the
condition
Digital out signal for first analysis,
may upgrade to multibit later
This is a separate hidden plot
"Digitalsignal" which can get feeded
into a x8 Processor as example
Show the field of many as option to see how the avg. lines are built
have fun
[Mad] Triple Bollinger Bands MTFThese are classic triple Bollinger bands with different multipliers
You can change the time frame plotted,
for example, you can show a 1-hour chart, but plot 6-hour Bollinger.
Since I haven't found any other OpenSource variant that can plot the 3 bands in a different time frame, here is my script for you
en.wikipedia.org
----
additional you can see in this script, how to move data around with arrays instead of multiple variables.
This way you can cut down security calls to a minimum. (look at the transfer- and bollarray)
[Mad]Trend BarcolorsTrend colors based on PSA and selectable Ma's.
classic PSAR trend mixed with 2 selectable MA's switching between Bullish Neutral Baerish
the switching logic is in colorlogic()
usage: colorswitch maybe one entry.
if you want to trade with a trend example: green yellow, green << entry (long)
if you want to trade against a trend example: green yellow red (entry short)
This is not an indicator that works on its own, it is a helper in a decision, never a single instrument is possible.
have fun