
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
I could be wrong, but it would be better if Meta Editors were brought to the promised state....
Market partnership has been implemented, more than 3 years of promises by the way...
Market could have a shopping cart and discounts for wholesale...
Services? Cool to say, but what can services do that other programs cannot do?
...
Services? Cool to say, but what can services do that other programs can't do?
You can create several services, each of which will calculate changes in the market environment or statistics. Separately, create another service that will collect the results of calculations of other services and prepare them for the Expert Advisor. The Expert Advisor will access this service and immediately receive all of the necessary processed data.
The main thing is that all this will not be tied to certain charts. And this is very convenient.
The service can also draw on the canvas, but not display the image, but save it in a resource, from which it will be taken by the Expert Advisor and displayed on the chart. This can be an animation, which would weigh the EA down too much if implemented inside it.
Oh, I found a common case for services. so far probably the only one - a mediator for webrequests.
But with the timer, evens and guineas, the advisor is still better
Several services can be created, each of which will calculate changes in the market environment or statistics. Separately, create another service that will collect the results of calculations of other services and prepare them for the Expert Advisor. The Expert Advisor will access this service and immediately receive all of the necessary processed data.
The main thing is that all this will not be tied to certain charts. And this is very convenient.
The service can also draw on the canvas, but not display the image, but save it in a resource, from which it will be taken by the Expert Advisor and shown on the chart. It could be an animation which would make the EA too heavy if implemented inside it.
I wonder how to implement all this in the EA in the market ... ???
The services are still in their initial state.
They work and do their job well. But the unique functionality is yet to come.
You can already come up with a lot of tasks for services in the form of constantly running processes regardless of the state of the terminal.
An EA with a timer differs from a service only in having an open chart for it, and it has several advantages (gui, testing).
Why this one-wheeled bike?
An EA with a timer differs from a service only in having a schedule open to it, and has several advantages (gui, testing).
Why this one-wheeled bike?
Why are you collectively miscommunicating here in a few voices? Why are you trying to manipulate "unicycle"?
If you don't know how to use services that work all the time, then don't use them.
There will be a percentage of developers who can.
Why are you collectively misunderstanding in a few voices here? Why are you trying to manipulate the "unicycle"?
If you don't know how to use services that work all the time, then don't use them.
There will be a percentage of developers who can.
I don't know why feedback is needed yet. But transferring data via again Resources to the Service is not a problem.
Because not everyone works only with quotes. I want to use the service as an analogue of a stream, into which I threw the data and let it count something heavy there.
Is there an example of data transmission on the fly through resources? Just haven't done so yet...