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

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
Hello, sorry I didn't find the right section
Question: If I want to test a paid signal on a demo account, will I also have to pay a subscription fee?
Hello, sorry, I couldn't find the right section.
Question: If I want to test a paid signal on a demo account, do I also have to pay a subscription fee?
If you are in a shop and pick up something that has a price, go to the cash register and say "I'm not going to use it for its intended purpose, can I not pay for it, I'll take it for free"...?
Don't you think it's funny?
Do you go to a shop and pick up something that has a price, go to the cash register and say 'I'm not going to use it for its intended purpose, can I not pay for it, I'll take it for free'?
Isn't it funny yourself?
)) however yes, now I read your answer and it makes me laugh. thank you
I'm not a linguist, but I get hysterical :(((( such texts in Russian make me hysterical
What did you write about?
I wrote it as best I could without checking for mistakes. Next time I'll definitely try to write for you in literary Russian so you don't get hysterical!
You have not defined the dimensionality of the array. It is still a zero size. And any operation will cause an array overrun error
Thank you. What is the correct way to determine the dimensionality of an array in this case?
You can't be considered a beginner by the level of use of the libraries. Having looked at your code, it would take me two weeks to figure it out. If not more. So I don't think you're gonna get an answer.
I was talking to a friend. It turned out that in the library you have to write export between function's parameters and its body. But it seems that this is not present in the documentation... Why not?
Thank you. What is the correct way to determine the dimensionality of an array in this case?
int array[100][100];
int array[100][100];
Thank you.
Hello, where's the error???
Print outputs 0 both in the first and second cases... what's wrong?!
The Help for OrdersTotal() even has a sample code:
from which we can see that orders are searched from 0 to OrdersTotal()-1.
In your code, it's from 1 to OrdersTotal().
Dear, I need some help.
I took the code for accounting, opening and closing orders from the tutorial (tradingexpert.mq4). The code is intended to work with one position. I need to have five positions.
We have slightly modified the code in the following way (changed lines in bold), so that the positions are opened in the right amount, but when we reverse, only one position is closed and the reverse one is opened right away.
How can I make it so that all positions are closed at the reversal and then only the opposite position is opened?