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

Supply Demand 2.0

Indicador técnico para Metatrader (MT4/MT5)

  • Visão global

    O indicador Oferta / Demanda analisa a ação do preço passado para antecipar a pressão de compra e venda no mercado: ele faz isso olhando para o passado e analisando os picos e vales dos preços em torno do preço atual. É um indicador de confirmação de última geração.

    • Preveja a pressão de compra e venda no mercado
    • Evite ser pego comprando frenesi de vendas
    • Nenhuma configuração e otimização necessária
    • O indicador funciona em todos os intervalos de tempo
    • Extremamente fácil de usar

    Os preços potenciais de oferta e demanda são aqueles em que muitos participantes do mercado provavelmente manterão suas posições perdedoras, na esperança de liquidá-las no ponto de equilíbrio. Portanto, há uma atividade massiva nesses níveis de preços.

    • Tanto a oferta quanto a demanda são quantificadas como números
    • Se a oferta estiver acima da demanda, você pode esperar pressão de venda
    • Se a oferta estiver abaixo da demanda, você pode esperar pressão de compra
    • Procure posições vendidas quando a oferta estiver acima da demanda
    • Procure longos quando a oferta estiver abaixo da demanda

    A brief introduction

    Potential supply and demand prices are those at which lots of market participants are likely to be holding their losing positions, hoping to liquidate them in the future. Unwary longs are caught at price peaks and shorts are caught at price valleys.

    The indicator analyzes past price action and displays how many peaks and valleys can be found around the current price, thus accurately predicting buying and selling pressure.

    Placing your trades

    The PZ Supply/Demand truly needs little explanation because it has been designed to be simple, all you have to do is following these simple rules.

    You should look for longs if...

    • Demand is above supply
    • The current price is close to the demand line

    You should look for shorts if...

    • Supply is above demand
    • The current price is close to the supply line

    Although the indicator works for all timeframes, it is recommended to confirm every trade with at least one higher timeframe. For example, if you are going to buy on the H4 timeframe, you ought to check demand is above supply at least on D1, W1 or MN1 charts.

    Some trading examples

    Some examples about how to use this indicator can be found below. Note that, for better results, more than one timeframe should be used.

    <
    <
  • ? FAQ
    Does the indicator repaint?
    Yes, it does repaint! It has to scan past price action every time the price moves one average true range unit.
    Should I take trades solely based on supply and demand?
    No, you should not. It should be used as a confirming indicator.
    What are the strong lines?
    The strong lines are the average supply and demand lines. The current price should be close to the demand line to take long trades, and close to the supply line to take short trades. You can apply this rule using a higher timeframe: for example, you can buy in the H4 chart if the price is close to the demand line in the daily or weekly chart.
  • </> 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 supply and demand buffers
    int start()
    {
    // Read values
    double demand = iCustom(Symbol(), Period(), "PZ_SupplyDemand_LICENSENUM", 0, 1);
    double supply = iCustom(Symbol(), Period(), "PZ_SupplyDemand_LICENSENUM", 1, 1);
    // Do something
    if(demand > supply)  { /* Your code if demand is above supply */ }
    if(demand < supply)  { /* Your code if supply is above demand */ }
    if(demand == supply) { /* Your code is supply and demand are equal */ }
    // Exit
    return(0);
    }

Imagens

Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader
Supply Demand Indicator for Metatrader

Vídeos