[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 3
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
How do I write it correctly in an EA to determine an entry point based on two timeframes? More precisely: describe the parameters of a candle of a larger timeframe and a smaller one
Indicate clearly the timeframe.
For example:
Specify explicitly the TF.
For example:
It goes something like this:
What to write instead of "ticket" in the "OrderDelet" function? If "ticket", it only deletes the last order that was opened.
I need to close one of the 2 pending orders. I can't figure out how to do it. Please write the full path, including the OrderDelete function.
I would appreciate your help!!!!!!
Good afternoon everyone!
I apologise in advance for the amateurish question, but if anyone has no difficulty, please write the code for opening an order at a specific time to within a second. I understand that the algorithm itself is simple, but I can't figure out the time handling.
I need to close one of the 2 pending orders. I can't figure out how to do it. Please write the full path including the OrderDelete function.
I would be grateful for help!!!!!!
And how to determine which of the two?
https://book.mql4.com/ru/trading/orderclose
And filter by symbol if necessary, fully working example
https://book.mql4.com/ru/trading/ordermodify
Good afternoon everyone!
I apologise in advance for the amateurish question, but if anyone has no difficulty, please write the code for opening an order at a specific time to within a second. I understand that the algorithm itself is simple, but I can't figure out the time handling.
To help, this, this and this.
Good afternoon everyone!
I apologise in advance for the amateurish question, but if anyone has no difficulty, please write the code for opening an order at a specific time to within a second. I understand that the algorithm itself is simple, but I can't figure out the time handling.
Loop start. TimeCurrent() to compare with the desired time.
To help, this, this and this.
Thank you.
Loop start. TimeCurrent() to compare with the desired time.
thanks