Discussion of article "The Price Histogram (Market Profile) and its implementation in MQL5" - page 4

 

sergey1294:
 В МТ5 нет автоматической компиляции файлов, необходимо вручную откомпелировать файлы в эдиторе что бы они появились в каталоге.

How to manually compile the /mq5 file ?
 
SLADKY:
How to compile /mq5 file manually ?

Actually, it tries to recompile obsolete ex5 files by itself.

To compile mq5 file manually, you need to open it in MetaEditor 5 and press F7 button.

 
Rosh:

Actually, itself tries to recompile obsolete ex5 files.

To compile an mq5 file manually, you need to open it in MetaEditor 5 and press the F7 button

Can you tell me: what am I doing wrong?

1.Throw a new .mq5 format index into the folder \Program Files\Broco Trader 5\MQL5\Indicators\Examples

2.Open MetaEditor 5. Open the indicator file in the folder \Program Files\Broco Trader 5\MQL5\Indicators\Examples. Its code appears in the editing window.

3. F7

The following message pops up: can't open ":\Program Files\Broco Trader 5\MQL5\Indicators\Examples\Aroon_Up_Down.ex5" output expert file Aroon_Up_Down.ex5 1 1
1 error(s), 0 warning(s) 1 1
4. Reboot MT5 - indicator does not appear

 
I don't understand anything, I seem to do everything as described but the indicator does not appear, when you compile you get constant errors, what to do.
 
vitya77:
I don't understand anything, I do everything as described but the indicator doesn't appear, when compiling I get constant errors, what to do.

Find where you have installed the directory with the programme. For MT4 users it is really a novelty.

As for the article, it is well written. But the point is that no matter how you spin the chart, no matter how sideways, you do not need to be or be called a thinker not to see on a typical chart when the instrument is out of balance. When forces begin to act to bring it out of equilibrium....

 

I haven't worked out the code yet, so forgive me for a stupid question, but I would like to know in a nutshell how "market profile" is calculated?

After all, to calculate a classic market profile you need volumes?

Are tick volumes used here? Are they taken from smaller timeframes?

Инструмент «Ценовая гистограмма» (Рыночный профиль) и его реализация на MQL5
Инструмент «Ценовая гистограмма» (Рыночный профиль) и его реализация на MQL5
  • 2010.01.26
  • Dmitry
  • www.mql5.com
Рыночный профиль был разработан Питером Стидлмайером (Peter Steidlmayer), который предложил использовать альтернативное представление информации как о горизонтальном, так и о вертикальном движении рынка, что дает полностью отличный набор моделей. Он предположил, что у рынка существует основной рыночный пульс, или фундаментальная модель, которая называется цикл равновесия и неравновесия (cycle of equilibrium and disequilibrium). В данной статье я сделаю попытку дать общие понятия об упрощенной модели Рыночного профиля (Market Profile) – Ценовой Гистограмме (Price Histogram) и расскажу, как реализовал данный инструмент на MQL5.
 
I love it, very nice indicator, thanks!
 

Hello.

Can you tell me if the files at the end of the article have been updated?

It's just that errors pop up during compilation - the first error is missing file ClassPriceHistogram.mqh

 
barabashkakvn:

Hello.

Can you tell me if the files at the end of the article have been updated?

It's just that errors pop up during compilation - the first error is missing file ClassPriceHistogram.mqh

Thanks for the message, fixed
 

I have a problem it shows the following message

2013.09.30 12:13:27    pricehistogram (EURUSD,H1)    array out of range in 'ClassPriceHistogram.mqh' (188,18)
Please help!!

Documentation on MQL5: MQL5 programs / Runtime Errors
  • www.mql5.com
MQL5 programs / Runtime Errors - Documentation on MQL5