Day Trading 7.0

Indicatore tecnico per Metatrader (MT4/MT5)

  • Panoramica

    Questo indicatore rileva le inversioni di prezzo a zig-zag, utilizzando solo l'analisi dell'azione dei prezzi e un canale donchian. È stato appositamente progettato per il trading a breve termine, senza ridipingere o ridipingere affatto. È uno strumento fantastico per i trader scaltri che mirano ad aumentare i tempi delle loro operazioni.

    • Incredibilmente facile da negoziare
    • Fornisce valore in ogni lasso di tempo
    • Le statistiche del grafico ti aiuteranno a ottimizzare il tuo trading
    • Implementa una dashboard multi-timeframe
    • Include uno scanner multi-simbolo e multi-timeframe
    • Implementa avvisi e-mail/audio/visivi

    Basato su breakout e zone di congestione di lunghezza variabile, l'indicatore utilizza solo l'azione dei prezzi per selezionare le negoziazioni e reagisce molto rapidamente a ciò che sta facendo il mercato.

    • Viene visualizzato il potenziale profitto dei segnali passati
    • L'indicatore analizza la propria qualità e performance
    • I breakout perdenti sono evidenziati e contabilizzati
    • L'indicatore non è ridipinto e non è ridipinto

    Questo indicatore aiuterà i trader intraday a non perdere una singola inversione di prezzo. Tuttavia, non tutte le inversioni di prezzo sono uguali né hanno la stessa qualità perseguibile. Decidere quali breakout negoziare e quali ignorare dipende dal buon senso del trader.

    How to interpret the stats

    The indicator studies the quality of its own signals and plots the relative information on the chart. Every trade is analyzed and the overall historic results displayed at the top-left corner of the chart.

    Maximum Favorable Excursion (MFE)
    The MFE is the best possible outcome for any given trade.
    The average MFE is displayed at the top-left corner of the chart.
    Maximum Adverse Excursion (MAE)
    The MAE is the worst possible outcome for any given trade.
    The average MAE is displayed at the top-left corner of the chart.
    Average Absolute Expectancy (AAE)
    The AAE is the absolute excursion you can expect for any given trade, obtained by subtracting the MAE from the MFE, which reflects the true quality of the entry strategy. In other words, the entry strategy is measured by the relationship between the average best possible outcome and the average worst possible outcome.

    The indicator displays the best possible outcome and the worst possible outcome for every trade using two dotted lines and two price labels, and account every single one of them into the statistics you can find at the top-left corner of the chart. You can use those statistics to optimize the indicator parameters by yourself, for any given instrument and timeframe.

  • Parametri

    Quando carichi l’esperto grafico, avrai a tua disposizione una moltitudine di parametri di input, raggruppati in blocchi di facile comprensione.

    Range
    The range is the minimum amount of bars broken to consider a breakout valid and draw a signal. As you go down in timeframes, you need to increase this parameter. For example, to trade monthly charts a range of five is good, but to trade H1 charts you would need a range of at least 20-25 bars.
    Filter
    The function of the filter is to separate alternative signals from each other, using a donchian channel and a multiplier of the price range it creates. A higher filter will decrease the amount of signals in the chart but, in average, increase the maximum favorable excursion.
    Max History Bars
    The amount of past bars to evaluate when the indicator loads. Decrease this value to speed up loading of the indicator.
    Dashboard:
    Enable or disable the multi-timeframe dashboard widget.
    Statistics
    Enable or disable the statistics widget. Use the stats to find the best parameters for each symbol and timeframe. Incrementally change the input parameters of the indicator until you find the higher accuracy and expectancy possible.
    Display boxes
    Display or hide the colored boxes around the breakout price range.
    Fill boxes
    Choose wether the inside of the breakout box is filled with color.
    Trade Analysis
    Enable or disable the individual trade analysis in the chart.
    Alerts
    Enable display/email/push/sound alerts for breakouts.
  • ? FAQ
    Does this indicator nail tops and bottoms of the market?
    No, it does not. There is no magic here. The indicator reacts to tops and bottoms which meet certain price patterns.
    Are you completely sure it does not repaint or cheat?
    Yes, the indicator does not repaint or cheat in any way. In the video there is a visual backtest, in which you can see that signals appear as soon as the last bar of the formation closes. Past signals are never hidden in any way. Losing trades are highlighted.
    Should I close my trades on opposite signals?
    By the time an opposite signal has taken place, it is already late to cash out the previous trade. Every trade must be managed and closed before the next one takes place. This is not an always
    I don't do intraday trading. Can this indicator be useful?
    Absolutely yes. It works very well on H4, daily or weekly charts.
    I get a lot of signals when I load the indicator into very small timeframes like M1 and M5, and the spread does not allow me to earn a decent profit from them. What can I do?
    You can switch to a bigger timeframe in which the spread does not kill the payoff, or you can increase the MinRange parameter in order to decrease the signals density. Trading more does not necessarily mean earning more money, you have to find the best balance between the expected profit from your trades and the spread paid for each trade.
    How can I avoid losing signals?
    Losing signals are simply part of the game, however they mostly take place when a trade has been triggered by a sudden spike bar which depletes the price movement or against double tops or bottoms. If you can avoid spike bars, you will do just fine.
    Which is the best confirmation?
    There is none by default. Confirmation of trades is up to you.
  • </> 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 values from the signal buffer
    int start()
    {
    // Read signal for this bar
    double value = iCustom(Symbol(), Period(), "PZ_DayTrading_LICENSE", 4, 1);
    // Do something
    if(value == OP_BUY) { /* Your code for bullish signal */ }
    if(value == OP_SELL){ /* Your code for bearish signal */ }
    if(value == EMPTY_VALUE) { /* Your code if no signal */}
    // Exit
    return(0);
    }

Screenshots

Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader
Day Trading Indicator for Metatrader

Myfxbook

Video

Video Explainer