High costs of cloud agents

 
Hello,
I have been spending hundreds of dollars on agents in the testing cloud lately.
It seems to me like the money is disappearing there too quickly.
I wanted to ask if there is a plan for high volume users?
And maybe I am doing something wrong that makes using agents very expensive.
I would be happy to consult with you as soon as possible.
 
benseg:
Hello,
I have been spending hundreds of dollars on agents in the testing cloud lately.
It seems to me like the money is disappearing there too quickly.
I wanted to ask if there is a plan for high volume users?
And maybe I am doing something wrong that makes using agents very expensive.
I would be happy to consult with you as soon as possible.

You have just described the plan:

Use more = pay more.

 
benseg: I have been spending hundreds of dollars on agents in the testing cloud lately. It seems to me like the money is disappearing there too quickly. I wanted to ask if there is a plan for high volume users?
And maybe I am doing something wrong that makes using agents very expensive.I would be happy to consult with you as soon as possible.
  • Pre-calculate your usage costs so that you can budget and not be surprised.
  • Do pre-testing with smaller optimisations on your own computer to narrow down your parameter selections and ranges when optimising via the cloud.
  • Learn to improve the efficiency of your code so that it will be cheaper to test on the Cloud.
  • Make your code adaptable and dynamic in real-time, and you will reduce, or even eliminate the use of optimisations.
 
Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
 
Fernando Carreiro #:
  • Pre-calculate your usage costs so that you can budget and not be surprised.
  • Do pre-testing with smaller optimisations on your own computer to narrow down your parameter selections and ranges when optimising via the cloud.
  • Learn to improve the efficiency of your code so that it will be cheaper to test on the Cloud.
  • Make your code adaptable and dynamic in real-time, and you will reduce, or even eliminate the use of optimisations.

Thanks for the answer.