Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 524

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
My kid's at the flamenco rink dancing. Is that okay?
There's your superiority again! Nice! Your kid's doing ice dancing, and mine, I can't even tell you what they're doing. :(
Boris, you are right.
Finally!!! I'm right! Thank you! And good night!
Finally!!! I'm right! Thank you! And good night!
Good night.
If you put one = instead of = in if() operator when checking equality condition (erroneously), no errors are produced at any stage (compilation, defective execution). Why?
It's quite normal. Now the compiler allows you to write expressions into the condition and compare the results of expression calculations.
This is calculated first: (k =(3 + j)),Then this: (j = k),
then it compares.
In your case there will be two possibilities. The logical result of the arithmetic can be TRUE or FALSE. If the arithmetic result is zero, it is FALSE. Otherwise it will be TRUE.
Lord programmers help here with this, I need the script opens simultaneously on all 7 pairs of orders. it opens three of the two in the Buy, one Sell, that is, to buy on the two pairs of one order and sell one order on the third pair. The functions double CountBuy() and double CountSell() if I write int, it gives a warning message possible loss of data due to type conversion why ? I think there is no such a loop in the OrderSendX function, I can't figure out where to put it.
Please insert code via the SRC button and with an easy-to-read tab!!! And delete your spoofing!
Then I'll delete your code pasted according to the rules!
And the first thing to do is to read the beginner's advice in this thread with the triangle:
Tell me please. Let's say there are 10 buy orders. How do I create an array through a loop? More specifically, two arrays so that one array contains (prices, marks) from the first to the fifth, and the second from the fifth to the tenth?