[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 372

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
Start - All programmes - Default programmes - Set mappings
This operation leads to a programme selection window. Specify a programme and it does not appear there.
http://rhpc.ru/topic/200/
Restoring the exe-associations didn't help - the kool-reader is an exe-reader. Thought it would help. Pity. Is there something else? They have a link to other file extensions there, but no fb2.
Guys...help who knows!!!!
I have a problem and I have no idea how it can be solved, I will try to explain.
So, there are 2 functions in the code I have laid out
...
Post the codes on the forum with the SRC. And there is nothing to shout about.
Hello, may someone please advise me on what the problem is with my EA. I keep getting an error during compilation, I keep getting an error when I write a closing parenthesis and the compiler gives me another error when I write a closing parenthesis.
If you put a closing curly bracket at the end,
add lines like OrderMagicNumber() == )
and put a closing parenthesis in one of them, everything compiles
Tell me how to correctly set order expiration? I tried to write TimeCurrent()+60, it does not open orders. Generally, this parameter is allowed at the broker
60 is 60 seconds, so you probably can't set it that low (I have a 10 minute limit, for example).
try TimeCurrent()+60*60*24 - one day
and see what error code comes back
If you put a closing curly bracket at the end,
add lines like OrderMagicNumber() == )
and put a closing parenthesis in one of them, everything compiles
Hello. I added a parenthesis and now the error is '\end_of_program' - unbalanced left parenthesis. Not clear ( put a closing parenthesis in one of them )
it compiles like this:
Can you tell me if I have two consecutive OrderSend commands for setting orders, do I need to place the IsTradeAllowed function between them?
or is it not necessary and the EA will pass from the first OrderSend call to the second one only after a successfully placed order?
If IsTradeAllowed is still required, what time delay should be set in the while loop?