Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 240

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
Good evening. Can you tell me how to refer to the MACD on the 4 hour time frame on the hourly chart?
Example:
if the entry conditions are met on the hourly chart, then you need to refer to the MACD value on the 4 o'clock chart, and execute or cancel the entry into the trade.
I tried it this way.
Thank you.
Really all inaccuracies just from a few roundings.
Is it possible to find out how prices are displayed - as candlesticks, bars or a linear chart?
No you can't ...
Is there any way to know whether prices are displayed as candlesticks, bars or as a line chart?
Here you can. Function 3.2.13.
Here you can. Function 3.2.13.
Thank you. I'll look into it.
Good evening. Can you tell me how to refer to the MACD on the 4 hour time frame on the hourly chart?
Example:
if the entry conditions are met on the hourly chart, then you need to refer to the MACD value on the 4 o'clock chart, and execute or cancel the entry into the trade.
Not an option, I have all the buffers used and named. Well, it's a whim rather than a necessity after all. Thank you.
Hello. I am writing API for MT4 under VB6, Visual Basic I know it perfectly, but I just started to learn MQL4 yesterday, so I have a lot of questions. For my TS needs tick data, here found a ready-made Expert Advisor to collect ticks.
It has the following code:
My understanding is that this loop will run until the EA shuts down and control is transferred to the terminal on every tick. And what will happen, , if I put EA to collect ticks on an unused tool and on the working tool my EA to work with DLL API?'Will my EA work correctly, calling Start() on every tick, in parallel with this tick collector?