Tendência Lopez 7.0

Indicador técnico para Metatrader (MT4/MT5)

  • Visão global

    O indicador Lopez Trend rastreia a tendência do mercado com uma confiabilidade incomparável, ignorando as flutuações repentinas e o ruído do mercado. Ele foi projetado para negociar tendências em gráficos intradiários e pequenos intervalos de tempo. Sua proporção de vitórias é de cerca de 85%.

    • Incrivelmente fácil de negociar
    • Siga a tendência, sem complicações
    • Desfrute de negociações sem ruído em todos os momentos
    • Evite ser chicoteado em gráficos intradiários
    • O indicador analisa sua própria qualidade e desempenho
    • Inclui um scanner multi-símbolo e multi-timeframe
    • Implementa um painel multi-timeframe

    O indicador é adequado para negociar períodos de tempo baixos, porque ignora picos de preços repentinos ou correções, reduzindo o ruído do mercado em torno de um preço médio.

    • O indicador não precisa de otimização
    • Implementa um painel multi-timeframe
    • O indicador não é repintado e não repintado
    • Implementa alertas de e-mail / som / push

    Este indicador implementa uma orientação de acompanhamento de tendências adequada para pequenos períodos de tempo que podem permear em tendências muito longas em períodos de tempo mais elevados, ampliando seus ganhos.

    Anatomy of the indicator

    The Lopez Trend indicator displays a colored line surrounded by a price band. The colored line is the mean price of the security, and the price band represents the overbought/oversold levels. If the mean price is blue you should be looking for long trades when the market is not overbought, and if the mean price is red, you should be looking for short trades when the market is not oversold.

    A trend change in the indicator is not a signal to trade right away and close opposite trades! The bands should be used for timing.

    Example Strategy

    There is a myriad of strategies which can be developed using the Lopez Trend indicator, being the simplest of them a reversal system which trades only when the close price hits the mean price or the bands, thus avoiding trading when a sudden spike or correction takes place and the market is panicking.

    The rules can be summed up as follows. Buy during an uptrend when the price hits the mean price or oversold band, and sell during a downtrend when the price hits the mean price or the overbought band. This simple strategy will keep your losses to a minimum when the market is flat or jumpy.

    However, you can create your own trading strategies, as long as trades are taken inside the bands or close to the mean price. Almost any indicator can be useful in conjunction with the Lopez Trend indicator without altering the value it provides: isolation from market noise.

    Additionally you can fine-tune the entry strategy using other discretionary price action ingredients, such as false breakouts, pin bars, fractals, candlestick patterns or breakouts. Just make sure not to buy above the overbought level, and not to sell below the oversold level.

  • ? FAQ
    Is this an always in the market indicator?
    No, it is not. You can only go long below the upper band and short above the lower band. A change in the trend direction doesn't mean you should trade right away! The indicator eliminates market noise, but not all of it. You must wait until the price bounces back to the mean price before trading or closing trades.
    Can I drag and drop the dashboard on the chart?
    Yes, you can!
    Where should I place the stop
    profit?
    The indicator does not display stop
    The indicator looks very good. Are you sure it does not repaint?
    Yes, positive. The indicator does not repaint. Please download the demo to make sure before buying.
    Which are the input parameters?
    Actually, the indicator has only one input parameter, which is the amplitude. If you use Metatrader5, you will see a dropdown menu. If you use Metatrader4, it is an integer value between 1 and 4. The indicator needs zero optimization or explanation.
  • </> Desenvolvedores

    Para construir seu próprio robô com este indicador, use a chamada iCustom () detalhada abaixo. O indicador possui um buffer extra cujo único propósito é armazenar eventos ou sinais como constantes, de forma que você só precisa fazer uma chamada para o indicador para tomar decisões. Copie e cole o código a seguir no código-fonte do seu robô, substituindo o nome do indicador pelo que você recebeu.

    //---- Read value from trend and signal buffer
    int start()
    {
    // Read values
    double trend  = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENSENUM", 5, 1);
    double signal = iCustom(Symbol(), Period(), "PZ_LopezTrend_LICENCESUM", 6, 1);
    // Do something
    if(trend  == OP_BUY)      { /* Your code if trend is currently bullish */ }
    if(trend  == OP_SELL)     { /* Your code if trend is currently bearish */ }
    if(signal == OP_BUY)      { /* Your code for bullish trend change */ }
    if(signal == OP_SELL)     { /* Your code for bearish trend change */ }
    // Exit
    return(0);
    }

Imagens

Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader
Tendência Lopez Indicator for Metatrader

Vídeos

Video Explainer