projeadam

3 MA Strategy [Projeadam]

projeadam Atualizado   
OVERVIEW:
3 MA Strategy indicator displays and analyzes three types of moving averages (MAs) on a price chart. The primary function of this indicator is to identify buy and sell signals based on the crossover and crossunder events of the specified moving averages. It provides extensive customization options for the types and settings of the moving averages, and it can visualize these signals on the chart through labels and background colors.


Algorithm:


1. Initialization and Function Definition

• Define the ma_function to calculate different types of moving averages (EMA, SMA, RMA, WMA) based on user inputs.

2. Inputs and Moving Average Calculation

• Gather user inputs for three moving averages, including length, source, line width, color, and type.
• Calculate the values for the three moving averages using the ma_function.

3. Plotting Moving Averages

• Plot the calculated moving averages on the chart with the specified settings.
4. Buy and Sell Conditions

• Establish initial buy and sell conditions based on the crossover and crossunder of the first two moving averages.
• Adjust these conditions if the third moving average is enabled, considering its relationship with the close price.

5. Signal Control Logic

• Use variables (last_buy, last_sell, sinyal_control) to manage the signal generation process, ensuring a buy signal is followed by a sell signal and vice versa.

6. Signal Label and Background

• Add labels and background colors to the chart based on the generated signals if the respective settings are enabled.

7. Plotting Additional Information

• If the third moving average is enabled and the label_show_price setting is active, plot additional lines and labels to indicate the position of the moving average.

8. Alerts

• Set up alert conditions to notify the user when buy or sell conditions are met.


How Does the Indicator Work?


Moving Average Calculation

• The script calculates three different moving averages using the user-defined settings. Each moving average can be an EMA, SMA, RMA, or WMA and is calculated using the specified length and source.

Signal Generation

• Buy signals are generated when the first moving average crosses above the second moving average. If the third moving average is enabled, the close price must also be above the third moving average for a buy signal.
• Sell signals are generated when the first moving average crosses below the second moving average. If the third moving average is enabled, the close price must also be below the third moving average for a sell signal.

Visualization

• The moving averages are plotted on the chart with the colors and line widths specified by the user.
• Buy and sell signals are indicated by labels ('BUY' for buy signals, 'SELL' for sell signals) and optionally by changing the background color of the chart.

Alerts

• Alerts are set up to notify the user of buy or sell signals, as well as when either condition is met.


Settings Panel


MOVING AVERAGE SETTINGS 1 (BUY - SELL)

• Length: Length of the first moving average.
• Source: Source of the first moving average (e.g., close, open).
• Line Width: Line width of the first moving average.
• Color: Color of the first moving average.
• Moving Average Type: Type of the first moving average (EMA, SMA, RMA, WMA).

MOVING AVERAGE SETTINGS 2 (BUY - SELL)

• Length: Length of the second moving average.
• Source: Source of the second moving average.
• Line Width: Line width of the second moving average.
• Color: Color of the second moving average.
• Moving Average Type: Type of the second moving average (EMA, SMA, RMA, WMA).

FINAL MOVING AVERAGE SETTINGS

• Enable 3rd Average?: Toggle to activate the third moving average.
• Length: Length of the third moving average.
• Source: Source of the third moving average.
• Line Width: Line width of the third moving average.
• Color: Color of the third moving average.
• Moving Average Type: Type of the third moving average (EMA, SMA, RMA, WMA).

BUY - SELL SETTINGS

• Enable Background?: Toggle to activate background color changes based on signals.
• Enable Signal Labels?: Toggle to activate signal labels.
• Enable Price Labels?: Toggle to activate price labels.
• Sell Background: Background color for sell signals.
• Buy Background: Background color for buy signals.


Benefits of the 3 MA Indicator

1. Versatility and Customization

• The indicator supports multiple types of moving averages (EMA, SMA, RMA, WMA), allowing users to choose the one that best fits their trading strategy.
• Users can customize the length, source, line width, and color of each moving average, providing flexibility to tailor the indicator to their preferences.

2. Comprehensive Signal Generation

• The indicator generates clear buy and sell signals based on the crossover and crossunder events of the moving averages. This helps traders make informed decisions about entry and exit points.
• It includes an optional third moving average to filter signals, potentially reducing false signals and improving accuracy.

3. Visual Aids for Better Decision Making

• The indicator plots the moving averages on the chart, making it easy for traders to visualize trends and market conditions.
• Signal labels ('BUY' and 'SELL') are displayed on the chart, providing immediate visual cues for trading actions.
• The background color changes based on the signals, adding another layer of visual confirmation for traders.

4. Alert Notifications

• The indicator includes alert conditions for buy and sell signals, as well as a combined alert for either condition. This ensures that traders are notified in real-time when a signal is generated, allowing for timely action.

5. Historical Analysis

• By plotting moving averages and signals on the chart, traders can conduct historical analysis to see how the indicator would have performed in the past. This can help in evaluating the effectiveness of the trading strategy.

6. Enhanced Trading Confidence

• The use of multiple moving averages and customizable settings can enhance a trader's confidence in their trading decisions. By relying on objective criteria for signals, traders can reduce emotional trading and adhere to a disciplined approach.

7. Improved Market Understanding

• The indicator helps traders understand market trends and momentum by analyzing the relationships between different moving averages. This can lead to a deeper insight into market behavior and better trading strategies.

8. Ease of Use

• The indicator is straightforward to implement and use within TradingView, making it accessible to traders of all experience levels. The customizable settings panel ensures that even novice traders can set it up according to their needs.
Notas de Lançamento:

I solved some bugs in the labels

I am an engineer who has been working in the topic of algorithmic trading for more than 5 years.By browsing my website , you can review and use many sample indicators that I have designed for you.
Script protegido
Este script é publicado como de código fechado e você pode usá-lo livremente. Você pode favoritá-lo para utilizá-lo em um gráfico. Você não pode visualizar ou modificar seu código fonte.
Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?