Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 296
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
Thank you!
I'm looking forward to the market opening!
Why wait? You need to check the code in the tester! You need to add this Spread variable with a gap in the modification conditions!
if (zeroprice>Ask+(Spread+gap)*Point)
//-------------------------------------------// if zeroprice is pre-multiplied, remove *Point!
if (zeroprice<Bid-(Spread+gap)*Point)
Why wait? You need to check the code in the tester! You need to add this variable Spread with a gap in the modification conditions!
we have to try to make it work, I don't know how to do it when the market is closed.
We have to try to make it work, I don't know how to do it when the market is closed.
hello everyone!
I'm trying to build an array with only 6 elements, but I get an error. Either I don't understand something, or variables cannot be entered into the array data.)
Matrix_Fibo[6]={Fibo0,Fibo1,Fibo2,Fibo3,Fibo4,Fibo5};
Is the number of arrays declared in the global scope limited by any value or not?
Can you tell me where to read about this topic?
hello everyone!
I'm trying to build an array with only 6 elements, but I get an error. Either I don't understand something, or variables cannot be entered into the array data.)
The question can be solved like this:
You can put the values of the constants that you want.
Hello Dear!
Is the number of arrays declared in the global scope limited by any value or not?
Can you tell me where to read about this topic?
If you're referring to maximum memory area which mql4-arrays can occupy, it seems that Junko came across it. In the flattened C specification, I think.
If you mean the maximum allowable memory area that mql4-arrays can occupy, I think Junko came across it. In the flattened C specification, I think.
Oh, where can I find this specification for the flattened SI?
Hello Dear!
Is the number of arrays declared in the global scope limited by some value or not?
Can you advise where I can read more on this subject?
Nowhere is it written. The metaquotes said no more than 512 arrays per module.
In the new MQL4 there will probably be no such limitation. In MQL5, there is no such a restriction.