Dysmen signalsDysmen Signals Indicator
The "Dysmen Signals" indicator is designed to provide clear buy and sell signals based on the crossover of various Exponential Moving Averages (EMAs). This indicator employs a combination of short-term and long-term EMA crossovers to identify potential trading opportunities, while also highlighting significant market movements through specific signals such as the Golden Cross and Death Cross.
Indicator Components
1. Exponential Moving Averages (EMAs)
- EMA 14: A short-term EMA calculated over 14 periods.
- EMA 20: Another short-term EMA calculated over 20 periods.
- EMA 50: A mid-term EMA used as a trend filter.
- EMA 200: A long-term EMA representing the overall trend.
2. Buy and Sell Signals
- Buy Signal: This is triggered when the EMA 14 crosses above the EMA 20 and the closing price is above the EMA 50. This suggests a bullish trend in the market.
- Sell Signal: This is triggered when the EMA 14 crosses below the EMA 20 and the closing price is below the EMA 50. This indicates a bearish trend in the market.
3. Golden Cross and Death Cross
- Golden Cross (GC): Occurs when the EMA 50 crosses above the EMA 200. This is a strong bullish signal indicating a potential long-term upward trend.
- Death Cross (DC): Occurs when the EMA 50 crosses below the EMA 200. This is a strong bearish signal suggesting a potential long-term downward trend.
4. Signal Visualization
- Buy and Sell signals are marked on the chart with green and red triangles respectively. These signals help traders identify potential entry and exit points.
- Golden Cross and Death Cross signals are indicated with yellow and purple diamonds respectively, providing insight into major market trend shifts.
5. Candle Coloring
- Candles are colored green if a buy signal is active and red if a sell signal is active. This visual aid helps in quickly identifying the prevailing market sentiment.
6. EMA 200 Plotting
- The EMA 200 is plotted as a white, semi-thick line on the chart. This line serves as a reference for the overall long-term trend.
Detailed Code Explanation
- EMA Calculations: The script calculates the EMA for 14, 20, 50, and 200 periods using the ta.ema function.
- Crossover Conditions: It uses the ta.crossover and ta.crossunder functions to detect when the EMAs cross each other, triggering buy and sell signals.
- Plotting Signals: The plotshape function is utilized to display BUY and SELL signals as well as Golden Cross and Death Cross signals on the chart.
- Candle Coloring Logic: A variable direction is used to store the current market direction based on the latest signal, which then determines the candle colors using the barcolor function.
- EMA 200 Display: The plot function is used to draw the EMA 200 line on the chart with the specified color and thickness.
By employing this indicator, traders can gain valuable insights into potential market trends and make more informed trading decisions based on the crossover of key EMAs.
Emassignal
PEMA SUITESPivot based EMA (PEMA) is giving ema based on pivot .
Pivot MA's indicator is a combination of the following:
Pivot SMA
Pivot EMA's
Pullback to EMA Band
Pivot EMA's Cross Over
Pivot Double-EMA's Cross Over
Modified Pivot EMA's Cross Over
All the pivot EMA’s calculations are based on "Profiting With Pivot-Based Moving Averages" book by Frank Ochoa.
How to use it :-
One should have to refer this book for in depth usage of this indicator.
You can use the option's provided in the indicator and the signals have been generated according to the concept in this book.
Don't turn on multiple option's, it becomes clumsy to look.
Description:-
1. Pullback to PEMA Band:-
Perhaps the most trader-friendly PEMA setup is the PEMA Pull-Back, because it forces you to trade in the direction of an established trend.
In this, u get the signal when the price retraces to 13 EMA and closes above the PEMA Band.
It is like Buy the Dips & Sell the Rips. The idea of the PEMA Pull-Back is to buy the market at a discount during an uptrend, and sell the market at a premium during a down trend.
2. PEMA Cross Over :-
The PEMA Crossover fires a signal when the fast EMA crosses the slow EMA.
If the fast EMA crosses above the slow EMA, a long signal is fired; whereas, if the fast EMA crosses below the slow EMA, a short signal is fired.
Depending on your trader personality, you will have to choose the periodicities of the two moving averages to suit your taste.
Some combination of EMA's are provided.
3. Double EMA Cross Over :-
A double exponential moving average (DEMA) is basically the EMA of an EMA, meaning the output is the second derivative of the original exponential moving average.
While an EMA is a faster moving average than the SMA, the DEMA is on another level in terms of speed.
4. Modified PEMA Cross Over :-
This system is an ultra-fast PEMA crossover signal that has built-in trend confirmation.
The Modified PEMA Crossover system fires signals in the direction of the prevailing trend, as measured by a larger moving average.
For Example, Take (1,3),21 combination. In this we use 1- and 3-period pivot EMA’s for crossovers, and use a 21-period pivot EMA for trend confirmation.
1 and 3 period EMA's are not shown in the chart, Only 21 EMA and signals are shown for clear view.
Therefore, this system will only allow bullish crossover signals to fire when price is above the 21-period pivot EMA, and will only allow bearish crossover signals to fire when price is below the 21-period average.
In essence, the results are usually highly qualified “buy the dip, and sell rip” type of opportunities.
This also helps you to avoid getting chopped up during price confluence.
Traders have to look for reversal when price is near the pivot based EMA Zone.
REMA CROSSOVER BY JUGNUThis indicator triggers alerts for long and short positions on DAILY TIME FRAME for SWING trades based on the conditions which described below. This script will generate alerts when the following conditions are met:
LONG POSITION:
RSI(14) above 50.
EMA(5) crosses above EMA(10).
Indicator Triangle Green below price bars
SHORT POSITION:
RSI(14) below 50.
EMA(5) crosses down EMA(10).
Indicator Triangle RED above price bars
This script plots green and red triangles below and above the price bars to indicate long and short alert conditions, respectively. It also triggers alerts when these conditions are met.
gFancyMALibrary "gFancyMA"
printLbl(y, x, c, m, b, s)
Parameters:
y (float)
x (int)
c (color)
m (string)
b (bool)
s (string)
Dee EMA 5.0
1. Indicator Features:
- The indicator can plot four different sets of EMA on a chart.
- The EMA values can be displayed on the chart with their respective names (e.g., ema9, ema20, etc.).
- The indicator allows customization of the EMA values.
2. Purpose of Dee_EMA 5.0:
- Dee_EMA 5.0 is a unique EMA indicator specially designed for traders to provide better insights and aid in trading decisions.
- The primary reason for building this indicator is to address the challenge of managing multiple time frames while using normal EMA tables.
- Traditional EMA tables might not show all EMA values across different time frames simultaneously, leading to time-consuming processes like shifting time frames and refreshing charts.
- Dee_EMA 5.0 solves this issue by displaying EMA values for different time frames in one table, allowing traders to make quick judgments without repeatedly changing time frames and refreshing charts.
3. Importance of Different Time Frame EMA Values:
- Different time frames EMA values are crucial in trading because they provide valuable insights into the market dynamics at various levels.
- When using shorter time frames (e.g., 1-minute), EMA values can help identify short-term trends, support, and resistance levels.
- On the other hand, using larger time frames (e.g., 5-minute or 15-minute) provides more data and increases the accuracy of EMA-based analysis, enabling traders to identify longer-term trends and potential price movements.
4. EMA Crossover Table:
- Traders often prefer a clutter-free chart without too many lines, but they still need access to EMA values for analysis.
- The EMA table and EMA crossover table serve this purpose by providing EMA values and EMA crossover information in a structured table format.
- With the EMA crossover table, traders can quickly check EMA values and crossovers across different time frames without having to switch time frames repeatedly, saving time and facilitating faster decision-making during trading.
In summary, Dee_EMA 5.0 is an EMA indicator designed to help traders efficiently analyze EMA values across different time frames, allowing for faster and more informed trading decisions. The EMA crossover table provides additional convenience by presenting EMA crossovers without cluttering the chart.
Triple Supertrend with EMA and ADX strategyPublishing a strategy that includes adx and ema filter as well
Entry: all three Supertrend turns positive. If a filter of ADX and EMA is applied, also check if ADX is above the selected level and close is above EMA
Exit: when the first supertrend turns negative
opposite for short entries
A FIlter is given to take or avoid re-enter on the same side. For example, After a long exit, if the entry condition is satisfied again for long before the short single is triggered it takes re-entry if selected.