Errors, bugs, questions - page 1549
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
Understood, thank you. Unfortunately, this solution will work only in Expert Advisor (in which the calculation should be interrupted). It won't work in the indicator, because calling the indicator on the chart doesn't create a parallel chart queue, it enters the same event queue, not even for a specific chart, but for ALL the charts of this symbol.
How to shove the indicator as MQ5-resource instead of EX5-resource?
Guys! What could be the problem? I put an order
m_trade.SellLimit(1,Ask+40,_Symbol,0,0,ORDER_TIME_GTC,0,")
It's being set. And...at the same rate it is deleted. There is only one(already) line in the EA! This one! I.e. it is not my EA that deletes the order. What is the problem?
You can't. Especially you can't try to edit the code itself (the program text) from another program.
Can carry EX5 as an array in the code. Create an EX5 file in the sandbox and connect it as a resource.
Just why such a hassle, when it would be more logical to do the same, if you could connect MQ5-resource at once.
Can carry EX5 as an array in the code. Create an EX5 file in the sandbox and connect it as a resource.
Just why such a hassle, when it would be more logical to do the same thing, if you could connect MQ5-resource at once.
Take the existing rules for granted, instead of demanding the implementation of your own desires.
comp:
if it were possible to connect the MQ5 resource at once.
And what is the goal apart from academic interest?
In fact, the developers have made a ban on this
I can carry EX5 as an array in my code. Create EX5 file in a sandbox and plug it in as a resource.
But that's not the point, of course. I would like to make a universal IsChanged() and connect it through #include.
I do not want to lug the parallelism indicator EX5-file with me. I don't know what kind of things may be put into it. If MQ5 is an open source, it has another attitude.
If "indicator is too slow" never appeared in the log during the indicator run, may we confirm that the indicator does not hang?
No one can give a 100% guarantee anywhere :) .If the indicator in the message queue at least places something, it makes sense to test it on the fast market.
Added. If the indicator at least places something in the message queue, then, in addition to testing on the fast market, it makes sense to run several indicators in the terminal.
No one can give a 100% guarantee anywhere :) .If the indicator in the message queue at least places something, it makes sense to test it on the fast market.
Added. If the indicator at least places something in the message queue, then, in addition to testing on the fast market, it makes sense to run several indicators in the terminal.
The fast market can be emulated through a call of FullOnCalculate()
the event model - similarly. The question was about something else
If during the execution of an indicator there was no "indicator is too slow" in its log, may we conclude that the indicator didn't freeze?
The past tense in terms of Russian language teaching.