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
Ah, there it is :)
Then I politely take my leave.
If that's what it takes to solve my question, I'm willing to write what you're suggesting! I just don't understand why it's needed, can you tell me?
Ah, there it is :)
Then I politely take my leave.
5 currency pairs - 19 periods on each tick read indicator values - what next?)
Maybe who knows another way to get a signal from the indicator from all periods and several currency pairs in EXPERT?
If possible, transfer the indicator code to a function (or several functions) and install it in the EA. I think everything will become much clearer.
If possible, transfer the indicator code to a function (or several functions) and install it in the EA. I think it will make a lot more sense.
This may not be necessary.
If I understand correctly, does the EA get a signal on a new bar?
dark forest this OnChartEvent, forgot it like a bad dream, Anatoly Kazarsky author of 648 also fought with it) there are long topics, multisymbol + multitimeframe at strong movements I think the chart will stand up, unlike OnTick this thing saves the queue
I don't understand what's so dark about it. It is a quite simple function. Maybe it is not used as intended?
The problem is that my indicator is not giving a signal at a new bar but at a TICK event - what should I do?
A new bar event is always a tick event. By the way, in MT new bars appear at any second of the minute, not at the beginning of it. Hence, a new bar appears at any moment. If there are many symbols, new bar events will arrive asynchronously.
zy. Trying to understand your problem.A new bar event is always a tick event. By the way, in MT new bars occur at any second of the minute, not at the beginning of the minute. Consequently, a new bar appears at any moment. If there are many symbols, new bar events will arrive asynchronously.
This is closer to my problem)
This is closer to my problem.)
I feel I can help you, but I haven't got into the subject yet. I do not deal with indicators and Expert Advisors for a long time. But I want to remember.
I feel I can help you, but I haven't "got into it" yet. I have not dealt with indicators and advisers for a long time. But I want to remember.
I have described everything in detail in post #19, it's hard to explain in words)
I feel I can help you, but I haven't "got into it" yet. I have not dealt with indicators and advisers for a long time. But I want to remember.
The trick is that the onchartivent consists of a queue of events, so a new bar on strong moves arrives with the indicator data of the previous bar