About EA - simple question.

 

How can I code the following constraint.

 I wanna go long on EUR/USD (any pair) every 30 minutes with SL and TP at 0.2 lot size.

 Thank you. 

 
https://www.mql5.com/en/job
 
sk8971: How can I code the following constraint.
You have only three choices: Search for it, learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
 
I see. Thanks for the advise. i am new here so I didn't know how thing worked!
 

go through the documentation-

find out what timecurrent() and iTime does

or open the 30 min chart and trade whenever new 30 min bar opens:D

Reason: