photo

Fórum Forex Brasil

Lugar da Comunidade Forex

+ Responder ao Tópico
Resultados de 1 a 1 de 1

Thread: Constantes de Posicionamento

  1. #1 Fechar a publicação
    Senior Member jssuser's Avatar jssuser's Avatar
    Data de afiliação
    Aug 2018
    Postagens
    1,503
    Obrigado
    209
    Agradecimentos 997 Tempos em 573 Postagens
    AssinarAssinar
    subscritar: 0

    Constantes de Posicionamento

    Três identificadores a partir da lista ENUM_CHART_POSITION são os possíveis valores do parâmetro de posição para a função ChartNavigate().

    ENUM_CHART_POSITION
    Name:  untitled.png
Views: 104
Size:  10.9 KB

    Exemplo:

    long handle=ChartOpen("EURUSD",PERIOD_H12);
    if(handle!=0)
    {
    ChartSetInteger(handle,CHART_AUTOSCROLL,false);
    ChartSetInteger(handle,CHART_SHIFT,true);
    ChartSetInteger(handle,CHART_MODE,CHART_LINE);
    ResetLastError();
    bool res=ChartNavigate(handle,CHART_END,150);
    if(!res) Print("Navegar falhou. Erro = ",GetLastError());
    ChartRedraw();
    }

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  2. The Following User Says Thank You to jssuser For This Useful Post:

    Não registrado (1 )

+ Responder ao Tópico

Permissões de postagens

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts