CELEBRATING 12 YEARS - Enjoy 50% off with discount code ANNIVERSARY in the order form.

Tendenza Lopez 7.0

Indicatore tecnico per Metatrader (MT4/MT5)

  • Panoramica

    L'indicatore Lopez Trend segue l'andamento del mercato con un'affidabilità senza pari, ignorando le fluttuazioni improvvise e il rumore del mercato. È stato progettato per il trading di tendenza su grafici intraday e piccoli intervalli di tempo. Il suo rapporto di vincita è di circa l'85%.

    • Incredibilmente facile da negoziare
    • Segui la tendenza, senza problemi
    • Goditi il trading senza rumore in ogni momento
    • Evita di essere manipolato nei grafici intraday
    • L'indicatore analizza la propria qualità e performance
    • Include uno scanner multi-simbolo e multi-timeframe
    • Implementa una dashboard multi-timeframe

    L'indicatore è adatto per il commercio di periodi di tempo bassi, perché ignora improvvisi picchi o correzioni di prezzo, riducendo il rumore di mercato intorno a un prezzo medio.

    • L'indicatore non necessita di alcuna ottimizzazione
    • Implementa una dashboard multi-timeframe
    • L'indicatore è non riverniciabile e non retroverniciabile
    • Implementa avvisi via email/suono/push

    Questo indicatore implementa un orientamento di tendenza adatto a piccoli intervalli di tempo che possono permeare tendenze molto lunghe in periodi di tempo più lunghi, amplificando le tue vincite.

    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.
  • </> Sviluppatori

    Per costruire il tuo robot con questo indicatore, usa la chiamata iCustom () descritta di seguito. L’indicatore ha un buffer aggiuntivo il cui unico scopo è memorizzare eventi o segnali come costanti, in modo che sia sufficiente effettuare una chiamata all’indicatore per prendere decisioni. Copia e incolla il seguente codice nel codice sorgente del tuo robot, sostituendo il nome dell’indicatore con quello che hai ricevuto.

    //---- 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);
    }

Screenshots

Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader
Tendenza Lopez Indicator for Metatrader

Video

Video Explainer