Discussão do artigo "O Histograma de preço (Perfil de mercado) e sua implementação no MQL5"

 

Novo artigo O Histograma de preço (Perfil de mercado) e sua implementação no MQL5 foi publicado:

O Perfil de mercado foi desenvolvido pelo pensador realmente brilhante Peter Steidlmayer. Ele sugeriu o uso da representação alternativa de informação sobre movimentos de mercados "horizontais" e "verticais" que levam a um conjunto de modelos completamente diferentes. Ele presumiu que existe um pulso subjacente do mercado ou de um padrão fundamental chamado de ciclo de equilíbrio e desequilíbrio. Neste artigo, considerarei o Histograma de preço - um modelo simplificado de Perfil de mercado e descreverei sua implementação no MQL5.


Autor: Dmitry

 
Hello, I really like this EA.
I was wondering if you can change EA.

I like to use it in the daily period
but it does not appear the current day.

would it be possible to change it to show the current day?

I tried to use it in the time
but I wanted the accumulated of the current day.
 

olá,

sou novo em programação e deu erro na compilação, poderiam me ajudar. obrigado

'ClassPriceHistogram.mqh'    ClassPriceHistogram.mqh    1    1
'Object.mqh'    Object.mqh    1    1
'StdLibErr.mqh'    StdLibErr.mqh    1    1
'List.mqh'    List.mqh    1    1
'ChartObjectsLines.mqh'    ChartObjectsLines.mqh    1    1
'ChartObject.mqh'    ChartObject.mqh    1    1
'ChartObjectsTxtControls.mqh'    ChartObjectsTxtControls.mqh    1    1
'Delete' - function already defined and has different type    ClassPriceHistogram.mqh    375    18
1 error(s), 0 warning(s)        2    1

 
eduperes:

olá,

sou novo em programação e deu erro na compilação, poderiam me ajudar. obrigado

'ClassPriceHistogram.mqh'    ClassPriceHistogram.mqh    1    1
'Object.mqh'    Object.mqh    1    1
'StdLibErr.mqh'    StdLibErr.mqh    1    1
'List.mqh'    List.mqh    1    1
'ChartObjectsLines.mqh'    ChartObjectsLines.mqh    1    1
'ChartObject.mqh'    ChartObject.mqh    1    1
'ChartObjectsTxtControls.mqh'    ChartObjectsTxtControls.mqh    1    1
'Delete' - function already defined and has different type    ClassPriceHistogram.mqh    375    18
1 error(s), 0 warning(s)        2    1

Remova o comando "Delete()" que irá funcionar.

 
Thiago Duarte:

Remova o comando "Delete()" que irá funcionar.

Na verdade a função delete foi declarada sem type, colocando "void" ela volta a funcionar corretamente
 

Hey guys, i really liked this indicator, i've being learning about market profile for a while and this is the best a found.


I just made a change in the metod of calculating the profile, i used the volume tick instead verifying just if the price past in the point. I did this cuz if you see, negociations and the diferent times haave pounds diferrents, you can see it in the volume histogram. So we can't junt count if price is there add one.


Do you agree?


The change I made showed diferrences beetween in the two mettods

 
Olá Luiz@Luiz Vinicius Pereira Rocha - então amigo eu sou novo em programação, e estava trabalhando em um EA que traide somente nas POCs, nas Valuation hight e low, e acabei achando esse indicador. Entretanto eu não consegui achar o lugar onde ele armazena os pontos da Poc, quando uso a função print em algumas variaveis do autor como: Poc_value, aparecem valores  zerados. vc por acaso pode me ajudar? 
Razão: