sorasit46: If I want to check TimeMinute(Time[0]) = 30 . How To do ?
| if(TimeMinute(Time[0]) == 30){ Print("Bottom of the hour"); } |
If I want to check TimeMinute(Time[0]) = 30 . How To do ?
Run backtest on period H4.
All time display TimeMinute(Time[0])= 0 .
excuse me, but TimeMinute(Time[x]) on H1, H4 or D1 (Etc.) TF can never be other than 0
excuse me, but TimeMinute(Time[x]) on H1, H4 or D1 (Etc.) TF can never be other than 0
That's real.And that is my question .
When run backtest on TF-H4. How to check TimeMinute(Time[0]) = 30,31.... (Etc.) ?
Or the other way of question .When tick (not trig ) .How to check time minute of tick ?
That's real.And that is my question .
When run backtest on TF-H4. How to check TimeMinute(Time[0]) = 30,31.... (Etc.) ?
i realy dont understand the question ?
please explain in details what you are trying to accomplish
i realy dont understand the question ?
please explain in details what you are trying to accomplish
Among backtest on TF-H4.How to check time minute of tick ?
My EA write for work on TF-H4.
If I want to do some order.Such as delete pending every time minute = 31. How to do that ?
sorasit46:
If I want to do some order.Such as delete pending every time minute = 31. How to do that ?
hopps, now that you've changed your mind from 30 to 31
you cannot use PERIOD_M30 either only PERIOD_M1 or TimeLocal or TimeCurrent
hopps, now that you've changed your mind from 30 to 31
you cannot use PERIOD_M30 either only PERIOD_M1 or TimeLocal or TimeCurrent
Thank you very much.
I will trial with TimeLocal or TimeCurrent.
sorasit46: That's real.And that is my question . When run backtest on TF-H4. How to check TimeMinute(Time[0]) = 30,31.... (Etc.) ? |
|

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I run EA on TF-H4. If I want to check TimeMinute(Time[0]) = 30 . How To do ?
Thank you