[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 366
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
Hmm, try it this way:
How do I know in mql4 which order execution a broker has ? Request Execution, Instant Execution orMarket Execution ?
is it easier not to bother with the question at the start of the run of the EA to ask the type of execution to know if you can immediately put a stop or should I put them after
set up
hello !!! help me solve this problem - how to get an integer number from the value returned by TimeSeconds () function, with which arithmetic operations ==, >,< are available later ?????????
The TimeSeconds () function returns an integer
TimeSeconds () returns an integer number
but the number it returns is not compared to 1 or 2 (a regular integer).
Comparison.
Make a simple indicator and see:
Hello, could you please tell me how to set an order to be opened only once (as long as the condition is met) and when the order closes (even if the condition is still met) no more orders are executed!