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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
sergey1294:
В МТ5 нет автоматической компиляции файлов, необходимо вручную откомпелировать файлы в эдиторе что бы они появились в каталоге.
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.
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 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?
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
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
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!!