Errors, bugs, questions - page 441

 
sergeev:
There is a flaw in classes and help - no description of Refresh function flags

Can you please tell me where I can see an explanation of the update flags?

Maybe the developers can fill in this gap...

 
slyusar:

Can you please tell me where I can see an explanation of the update flags?

Maybe the developers can fill this gap...

The update flags are used in the CIndicators-CSeries class bundle. They (flags) are needed to save system resources, when you use indicators and timeseries with different timeframes, placed in one collection.

Use a value of (-1). This will cover all your needs.

 

This is the first time this has happened. That said, the optimisation works, i.e. the expert is quite workable.

2011.07.02 13:34:25    MQL5 Cloud Cyprus    genetic pass (366, 141033921545) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud Cyprus    genetic pass (364, 24833801897) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud Europe    genetic pass (418, 108214853838) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud Europe    genetic pass (416, 40787375313) tested with error "cannot load expert"
2011.07.02 13:34:25    MQL5 Cloud Europe    genetic pass (415, 120226987634) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud Cyprus    genetic pass (369, 86103060279) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud Cyprus    genetic pass (368, 10071519051) tested with error "cannot initialize expert"
2011.07.02 13:34:25    MQL5 Cloud USA    genetic pass (384, 107281028948) tested with error "cannot load expert"
2011.07.02 13:34:25    MQL5 Cloud USA    genetic pass (388, 39209307861) tested with error "cannot load expert"
2011.07.02 13:34:25    MQL5 Cloud USA    genetic pass (387, 83270230538) tested with error "cannot load expert"
.........................

------ Added later:

Oops. Got it figured out. My mistake - I forgot that I added DLL calls in the code ....

 
Um, are there any rules for using the Cloud Network in a prominent place somewhere? Prices, commissions, conditions of disconnection, etc.
 
Yedelkin:
Um, are there any rules for using the Cloud Network in a prominent place somewhere? Prices, fees, conditions of disconnection, etc.
As far as I know there isn't one place, it's all scattered all over the place. And the price and commission is a whole separate topic.
 
Yedelkin:
Um, are there any rules for using the Cloud Network in a prominent place somewhere? Prices, commissions, terms of disconnection, etc.

Until 1 September we are running a public beta test, debugging the whole system.

From 1 September there will be all the terms and conditions and charges.

 
Renat:

Until 1 September we are running a public beta test, debugging the whole system.

From 1 September there will be full terms and payment.

Is it possible to add bonuses by the month (it's a long time until 01/09/2011)?
 
Renat:

Until 1 September we are running a public beta test, debugging the whole system.

From 1 September there will be all the terms and payment.

Got it. Everything in one section is convenient.
 

Does anyone have ready code to calculate the number of significant digits for a volume?
Something like SymbolInfoInteger(_Symbol, SYMBOL_DIGITS), but only for volume.
For example, for the case SymbolInfoDouble( _Symbol, SYMBOL_VOLUME_STEP) = "1.0" - the answer would be "0", for "0.1" - "1", for "0.01" - "2" etc.

Let me clarify a nuance. For a volume step like "0.1", "0.01", "0.001" I have.
The code should work for the following cases like "0.2", "0.11", 0.023" etc.

Документация по MQL5: Стандартные константы, перечисления и структуры / Состояние окружения / Информация об инструменте
Документация по MQL5: Стандартные константы, перечисления и структуры / Состояние окружения / Информация об инструменте
  • www.mql5.com
Стандартные константы, перечисления и структуры / Состояние окружения / Информация об инструменте - Документация по MQL5
 
voix_kas:

The code should work for the following cases, e.g. "0.2", "0.11", 0.023" etc.

on which instrument is such a step?
Reason: