Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 995
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
Good afternoon. During the strategy test, there are errors in the logbook, the meaning of which I don't understand. Looking through the errors in the help did not give me any help. The errors are as follows:
2016.01.13 10:52:35.085 TestGenerator: unmatched data error (volume limit 268 at 2015.12.16 21:05 exceeded)
2016.01.13 10:52:35.087 TestGenerator: unmatched data error (low value 1.48320 at 2015.12.17 21:00 is not reached from the lowest timeframe, low price 1.48330 mismatches)
Thank you in advance.
Good afternoon. During the strategy test, there are errors in the logbook, the meaning of which I don't understand. Looking through the errors in the help did not give me any help. The errors are as follows:
2016.01.13 10:52:35.085 TestGenerator: unmatched data error (volume limit 268 at 2015.12.16 21:05 exceeded)
2016.01.13 10:52:35.087 TestGenerator: unmatched data error (low value 1.48320 at 2015.12.17 21:00 is not reached from the lowest timeframe, low price 1.48330 mismatches)
Thank you in advance.
Is it possible to create new variables by code?
How do you do calculations without variables?
code snippet
void f_err()}
I cannot figure out what the issue is and when it happened. The line error=error++; doesn't summarize the errors. If I write error=errors+1, it sums up; but if I replace it with the English characters, it sums up both. The trouble is that I created variables in Russian code long ago.
code snippet
void f_err()}
I cannot figure out what the issue is and when it happened. The line error=error++; doesn't summarize the errors. If I write error=errors+1, it sums up; but if I replace it with the English characters, it sums up both. The trouble is that I created variables in Russian code long ago.
How do you do calculations without variables?
There are initial variables, but in the course of the work new ones are needed. The question is, how do I create NEW ones by code? I have N variables and
and different TFs are used.
There are initial variables, but in the course of the work new variables are needed. Here's the question, how do I create NEW variables by code? I have N variables and
and different TFs are used.