Experts: OpenTime

 

OpenTime:

Opening and closing positions at a specified time.

OpenTime optimization

Author: Vladimir Karputov

 
hello, it is possible to have it in mq4? us your message here. See how to call a specific user, enter an image or a code

You can also simply drag an image into text or insert it using Ctrl + V
 
Antonello74 :
hello, it is possible to have it in mq4? 


No and no again. Only MQL5.

 
Hi  Vladimir Karputov

When the EA open and close in the same minute, EA  will open position again. Would you help me to make the EA only open once in the same minute?

Thank you.

Vladimir Karputov
Vladimir Karputov
  • 2021.10.01
  • www.mql5.com
Trader's profile
 
Holie # :
Hi  Vladimir Karputov

When the EA open and close in the same minute, EA  will open position again. Would you help me to make the EA only open once in the same minute?

Thank you.

You need to enter a variable of the 'datetime' type and remember the bar opening time.

 
I trade scalping with a target of 6 pips, after the target is reached it is still in the same candle (1M- big candle), the EA is open again. I want the EA to open only once in one candle.
 
Holie #:

Forum on trading, automated trading systems and testing trading strategies

Experts: OpenTime

Vladimir Karputov, 2021.10.03 14:34

You need to enter a variable of the 'datetime' type and remember the bar opening time.


Reason: