[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 737

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
Guys, thank you all very much. I'll get right on it. If it doesn't work out, can I bother you?
Even if no one's here today, your post will be seen tomorrow. It's not like we have an office here :) where everyone leaves at the end of the day :)
The logic is as follows:
The limit of 8 indicator buffers is due to the language itself. There is no point in limiting the number of other arrays, because it cannot exceed the size of RAM + swap file anyway. Therefore, it's not worth overdoing it. I mean a certain amount of RAM is allocated for the array.
Here's my problem:'SymbolSellColor' - internal stack overflow-simplify the program, please
Increasing the stack doesn't help. Code - simple, I'm not good at writing complex. RAM, swap - not a problem, it's enough.
Here's my problem: 'SymbolSellColor' - internal stack overflow-simplify the program, please
Stack overflow - doesn't help. The code is simple, I'm not good at writing complex. RAM, swap - not a problem, it's enough.
Ask the developers - maybe there are some problems that we do not know.
I have a question why a pending order does not open, please help me.
question what is the error why pending order won't open help please
Check what exactly you pass to the function as a parameter and what exactly the function gets when it runs - print it out.
I recognise my comments in your code :))))))))))
Check exactly what you pass to the function as a parameter and exactly what the function gets when it runs - print that.
I have been collecting the Lego constructor for about 3 hours and the pending order does not want to open.
I recognise my comments in your code :))))))))))
Check exactly what you pass to the function as a parameter and exactly what the function gets when it runs - print that.
I see how to make the next function
after this function
I get it, you just need to set the operator not just one parameter, but through else
Question, what function is responsible for the expiry date of a pending order? I don't see it and it says 147 Using the expiry date is not allowed by the broker
expiration - expiration date of the pending order. When the expiration time arrives, the pending order will be automatically closed on the trade server. On some trade servers the application of pending orders expiration time can be prohibited. In this case, when trying to set a non-zero value of the parameter, the trade order will be rejected.
What value should be set so that the order is not rejected?